diff mbox series

docs: arm: Update where Xen should be loaded in memory

Message ID 20240412061624.3441-1-michal.orzel@amd.com (mailing list archive)
State New
Headers show
Series docs: arm: Update where Xen should be loaded in memory | expand

Commit Message

Michal Orzel April 12, 2024, 6:16 a.m. UTC
Since commit 6cd046c501bc ("xen/arm: Enlarge identity map space to 10TB")
Xen can be loaded below 10 TiB. Update docs accordingly.

Take the opportunity to update stale links to Linux docs.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
---
 docs/misc/arm/booting.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Luca Fancellu April 12, 2024, 6:41 a.m. UTC | #1
> On 12 Apr 2024, at 07:16, Michal Orzel <michal.orzel@amd.com> wrote:
> 
> Since commit 6cd046c501bc ("xen/arm: Enlarge identity map space to 10TB")
> Xen can be loaded below 10 TiB. Update docs accordingly.
> 
> Take the opportunity to update stale links to Linux docs.
> 
> Signed-off-by: Michal Orzel <michal.orzel@amd.com>
> ---

Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>
Julien Grall April 17, 2024, 9:54 a.m. UTC | #2
Hi,

On 12/04/2024 07:41, Luca Fancellu wrote:
> 
> 
>> On 12 Apr 2024, at 07:16, Michal Orzel <michal.orzel@amd.com> wrote:
>>
>> Since commit 6cd046c501bc ("xen/arm: Enlarge identity map space to 10TB")
>> Xen can be loaded below 10 TiB. Update docs accordingly.
>>
>> Take the opportunity to update stale links to Linux docs.
>>
>> Signed-off-by: Michal Orzel <michal.orzel@amd.com>
>> ---
> 
> Reviewed-by: Luca Fancellu <luca.fancellu@arm.com>

Committed. Thanks!

Cheers,
diff mbox series

Patch

diff --git a/docs/misc/arm/booting.txt b/docs/misc/arm/booting.txt
index 547f58a7d981..21ae74837dcc 100644
--- a/docs/misc/arm/booting.txt
+++ b/docs/misc/arm/booting.txt
@@ -23,7 +23,7 @@  The exceptions to this on 32-bit ARM are as follows:
 
 The exceptions to this on 64-bit ARM are as follows:
 
- Xen binary should be loaded in memory below 2 TiB.
+ Xen binary should be loaded in memory below 10 TiB.
 
 Booting Guests
 --------------
@@ -64,10 +64,10 @@  Xen relies on some settings the firmware has to configure in EL3 before starting
 
 
 [1] linux/Documentation/arm/booting.rst
-Latest version: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/arm/booting.rst
+Latest version: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/arch/arm/booting.rst
 
 [2] linux/Documentation/arm64/booting.rst
-Latest version: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/arm64/booting.rst
+Latest version: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/arch/arm64/booting.rst
 
 [3] legacy format header
 Latest version: https://source.denx.de/u-boot/u-boot/-/blob/master/include/image.h#L315