[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] docs/misc/arm: Update references to Linux kernel docs


  • To: Michal Orzel <michal.orzel@xxxxxxx>
  • From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
  • Date: Fri, 18 Nov 2022 13:10:31 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=QjGNyL8RKxtucLG+xdGQDWNcAwGaB414utaccGVbBEk=; b=AtS3FJD3YsbBLVT0Ro88GZR+6RINyQmdQDu9XA3trGRtNK6l2Wt5gsQNqR2tgw4EXI6r5EREwjjMD9BGMIqAOMG5pjaH7H51dF/EswNFijO6M3rFiE710wmzu7AgqycpJ0FlXVuQuVFJVkWrY4TsAhjgobHyjT7M5LU5NMS1Ylj+0PBUb9JxesvQ2EYt4kJiH7ChraL7Du+yPsK+O+6von/Ug0M+c/Kwk3G99dm3MGzoi5nVe2eqMtNsvpwULutxufdw+HIy51GkkmH/Le0U7FI3kzERSicZ7DKxc5PeoPS8vU2M9evJwJ3uyEUKwgVYTs7RelHvPeNCJYF5TNyrkw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=odTYNlMPUT7aReJ0Hsa+1km767rCt//aIfb3ZKHHl97dbZJLZqdt5bqxyqSSvwebgI1RyQ2o10175EQHK2a/l0NrfACpC+n3sBPiONTdYhPj5V3HJ9gHjTNiA8el41dVjmAARkZ+6OxDSoK3PdspIL3HZR/yTEW10PuhvY4a7In0No2pjuWau//qYcRlvYVsWopryd60fxMg05+wBWzDR3uXoAzDpGMjaJwuaGS85vcNx8s1Sch53PRE9EQJZeSxz+bzRC7fYTkqemmfW5flDmpAtDlLuZ52cfpZDQAdmTA+y/nOR8HhEmGODRAXa+ITbjnaXXGZxt8kkY6CVIs3ZA==
  • Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
  • Cc: Xen developer discussion <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
  • Delivery-date: Fri, 18 Nov 2022 13:10:59 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Nodisclaimer: true
  • Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
  • Thread-index: AQHY+0N2vSlEmd+I6EOXaDTIdICPg65Ep70A
  • Thread-topic: [PATCH] docs/misc/arm: Update references to Linux kernel docs

Hi Michal,

> On 18 Nov 2022, at 11:45, Michal Orzel <michal.orzel@xxxxxxx> wrote:
> 
> Some time ago, Linux switched the format of docs to ReST and the format
> of device-tree bindings to json-schema.
> 
> Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>

Cheers
Bertrand

> ---
> docs/misc/arm/booting.txt     | 8 ++++----
> docs/misc/arm/passthrough.txt | 8 ++++----
> 2 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/docs/misc/arm/booting.txt b/docs/misc/arm/booting.txt
> index d3f6ce4755f6..3e0c03e06596 100644
> --- a/docs/misc/arm/booting.txt
> +++ b/docs/misc/arm/booting.txt
> @@ -34,8 +34,8 @@ Xen relies on some settings the firmware has to configure 
> in EL3 before starting
> * The bit SCR_EL3.HCE (resp. SCR.HCE for 32-bit ARM) must be set to 1.
> 
> 
> -[1] linux/Documentation/arm/Booting
> -Latest version: 
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/arm/Booting
> +[1] linux/Documentation/arm/booting.rst
> +Latest version: 
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/arm/booting.rst
> 
> -[2] linux/Documentation/arm64/booting.txt
> -Latest version: 
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/arm64/booting.txt
> +[2] linux/Documentation/arm64/booting.rst
> +Latest version: 
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/arm64/booting.rst
> diff --git a/docs/misc/arm/passthrough.txt b/docs/misc/arm/passthrough.txt
> index 219d1cca571b..4f0a024818a2 100644
> --- a/docs/misc/arm/passthrough.txt
> +++ b/docs/misc/arm/passthrough.txt
> @@ -71,8 +71,8 @@ Please refer to your platform docs for the MMIO ranges and 
> interrupts.
> They can also be calculated from the original device tree (not
> recommended). You can read about the "interrupts" property format in the
> device tree bindings of the interrupt controller of your platform. For
> -example, in the case of GICv2 see [arm,gic.txt]; in the case of GICv3
> -see [arm,gic-v3.txt] in the Linux repository. For both GICv2 and GICv3
> +example, in the case of GICv2 see [arm,gic.yaml]; in the case of GICv3
> +see [arm,gic-v3.yaml] in the Linux repository. For both GICv2 and GICv3
> the "interrupts" property format is the same: the first cell is the
> interrupt type, and the second cell is the interrupt number.  Given that
> SPI numbers start from 32, in this example 80 + 32 = 112.
> @@ -187,6 +187,6 @@ assign a network card to a dom0-less guest on Xilinx 
> Ultrascale+ MPSoC:
> };
> 
> 
> -[arm,gic.txt]: 
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt
> -[arm,gic-v3.txt]: 
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt
> +[arm,gic.yaml]: 
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/interrupt-controller/arm,gic.yaml
> +[arm,gic-v3.yaml]: 
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml
> [xl.cfg]: https://xenbits.xen.org/docs/unstable/man/xl.cfg.5.html
> -- 
> 2.25.1
> 




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.