Skip to content

Commit b4ba5e5

Browse files
Alexandre GhitiJonathan Corbet
authored andcommitted
Documentation: arm: Add bootargs to the table of added DT parameters
The bootargs node is also added by the EFI stub in the function update_fdt(), so add it to the table. Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com> Reviewed-by: Atish Patra <atishp@rivosinc.com> Reviewed-by: Song Shuai <songshuaishuai@tinylab.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230817130734.10387-1-alexghiti@rivosinc.com
1 parent d0c1f8d commit b4ba5e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/arch/arm/uefi.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The stub populates the FDT /chosen node with (and the kernel scans for) the
5050
following parameters:
5151

5252
========================== ====== ===========================================
53-
Name Size Description
53+
Name Type Description
5454
========================== ====== ===========================================
5555
linux,uefi-system-table 64-bit Physical address of the UEFI System Table.
5656

@@ -67,4 +67,6 @@ linux,uefi-mmap-desc-ver 32-bit Version of the mmap descriptor format.
6767

6868
kaslr-seed 64-bit Entropy used to randomize the kernel image
6969
base address location.
70+
71+
bootargs String Kernel command line
7072
========================== ====== ===========================================

0 commit comments

Comments
 (0)