]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fdt] Provide the ability to create a device tree for a booted OS
authorMichael Brown <mcb30@ipxe.org>
Fri, 28 Mar 2025 14:17:29 +0000 (14:17 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 28 Mar 2025 15:29:51 +0000 (15:29 +0000)
commit761f43ce123115d58a60378b6f8b6eb9e9968f2e
treeb298fcdbc5abeeaac8b750d39fd67b9a07187618
parent666929e311190b4df0b70d1d8e46c802cba7af97
[fdt] Provide the ability to create a device tree for a booted OS

Provide fdt_create() to create a device tree to be passed to a booted
operating system.  The device tree will be created from the FDT image
(if present), falling back to the system device tree (if present).

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