]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fdt] Add the concept of an FDT image
authorMichael Brown <mcb30@ipxe.org>
Thu, 27 Mar 2025 11:30:27 +0000 (11:30 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 27 Mar 2025 15:36:39 +0000 (15:36 +0000)
commitcfd93465ec9d5e47447564cd4cedabc43390c12b
treec1f27c2e99d5672cc7cb3d9b0ee55abadad11072
parent98f86b4d0ab9c9c86825922156df7217e6df2045
[fdt] Add the concept of an FDT image

Define the concept of an "FDT" image, representing a Flattened Device
Tree blob that has been downloaded in order to be provided to a kernel
or other executable image.  FDT images are represented using an image
tag (as with other special-purpose images such as the UEFI shim), and
are similarly marked as hidden so that they will not be included in a
generated magic initrd or show up in a virtual filesystem directory
listing.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/fdt.c
src/include/ipxe/fdt.h
src/include/usr/fdtmgmt.h [new file with mode: 0644]
src/usr/fdtmgmt.c [new file with mode: 0644]