Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Alexandre Ghiti and committed by
Jonathan Corbet
b4ba5e5e d0c1f8dc

+3 -1
+3 -1
Documentation/arch/arm/uefi.rst
··· 50 50 following parameters: 51 51 52 52 ========================== ====== =========================================== 53 - Name Size Description 53 + Name Type Description 54 54 ========================== ====== =========================================== 55 55 linux,uefi-system-table 64-bit Physical address of the UEFI System Table. 56 56 ··· 67 67 68 68 kaslr-seed 64-bit Entropy used to randomize the kernel image 69 69 base address location. 70 + 71 + bootargs String Kernel command line 70 72 ========================== ====== ===========================================