]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fdt] Populate boot arguments in constructed device tree
authorMichael Brown <mcb30@ipxe.org>
Tue, 1 Apr 2025 15:53:02 +0000 (16:53 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 1 Apr 2025 15:55:28 +0000 (16:55 +0100)
commit7e64e9b6703e6dd363c063d545a5fe63bbc70011
tree4b07ed4f9b9bfb3c18a86495bbcfbafb1ddf93bd
parentd8534488878b88bd466798929820eaac461c865b
[fdt] Populate boot arguments in constructed device tree

When creating a device tree to pass to a booted operating system,
ensure that the "chosen" node exists, and populate the "bootargs"
property with the image command line.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/fdt.c
src/image/efi_image.c
src/include/ipxe/efi/efi_fdt.h
src/include/ipxe/fdt.h
src/interface/efi/efi_fdt.c