mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[efi] Register a device tree if provided by the platform firmware
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -36,3 +36,6 @@ PROVIDE_REQUIRING_SYMBOL();
|
||||
/*
|
||||
* Drag in devicetree sources
|
||||
*/
|
||||
#ifdef FDT_EFI
|
||||
REQUIRE_OBJECT ( efi_fdt );
|
||||
#endif
|
||||
|
||||
@@ -22,6 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#define TIME_EFI
|
||||
#define REBOOT_EFI
|
||||
#define ACPI_EFI
|
||||
#define FDT_EFI
|
||||
|
||||
#define DOWNLOAD_PROTO_FILE /* Local filesystem access */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user