]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fdt] Allow an initrd to be specified when creating a device tree
authorMichael Brown <mcb30@ipxe.org>
Wed, 21 May 2025 13:26:56 +0000 (14:26 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 21 May 2025 13:31:18 +0000 (14:31 +0100)
commit9bc559850c53eb630f9bb1089c98bae1d776d3d8
tree3f387e3197cfcc7689c743ca2d638a0b3e7e5580
parentc1cd54ad74200a132aff5b3d0cfce8662dec5fe4
[fdt] Allow an initrd to be specified when creating a device tree

Allow an initrd location to be specified in our constructed device
tree via the "linux,initrd-start" and "linux,initrd-end" properties.

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