diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-02-06 09:41:20 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-06 17:36:53 -0700 |
commit | 6329d73d318f0c7995484f540f4f57d29f94bc5f (patch) | |
tree | 3947e2c7712303a93e51dafc03733502b15da571 /Documentation/arm | |
parent | 4722e2a2432f5fc7c7678478059f0b2c03eb77a3 (diff) | |
download | linux-6329d73d318f0c7995484f540f4f57d29f94bc5f.tar.gz linux-6329d73d318f0c7995484f540f4f57d29f94bc5f.tar.bz2 linux-6329d73d318f0c7995484f540f4f57d29f94bc5f.zip |
docs: arm: /chosen node parameters
Add missing items to table of parameters set in the /chosen node by the EFI
stub.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Link: https://lore.kernel.org/r/20210206084120.43305-1-xypron.glpk@gmx.de
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/arm')
-rw-r--r-- | Documentation/arm/uefi.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/arm/uefi.rst b/Documentation/arm/uefi.rst index f732f957421f..9b0b5e458a1e 100644 --- a/Documentation/arm/uefi.rst +++ b/Documentation/arm/uefi.rst @@ -64,4 +64,11 @@ linux,uefi-mmap-desc-size 32-bit Size in bytes of each entry in the UEFI memory map. linux,uefi-mmap-desc-ver 32-bit Version of the mmap descriptor format. + +linux,initrd-start 64-bit Physical start address of an initrd + +linux,initrd-end 64-bit Physical end address of an initrd + +kaslr-seed 64-bit Entropy used to randomize the kernel image + base address location. ========================== ====== =========================================== |