diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2021-07-19 03:56:58 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2021-07-19 03:56:58 +0200 |
commit | 320424c7d44f54c18df9812fd7c45f6963524002 (patch) | |
tree | 5853aff866a321d476f5e4f2a3de5b5e90408580 /Documentation/arm/uefi.rst | |
parent | Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl (diff) | |
parent | Linux 5.13 (diff) | |
download | linux-320424c7d44f54c18df9812fd7c45f6963524002.tar.xz linux-320424c7d44f54c18df9812fd7c45f6963524002.zip |
Merge tag 'v5.13' into next
Sync up with the mainline to get the latest parport API.
Diffstat (limited to 'Documentation/arm/uefi.rst')
-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. ========================== ====== =========================================== |