mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 18:40:24 +03:00
[fdtmem] Update to use the generic system memory map API
Provide an implementation of the system memory map API based on the system device tree, excluding any memory outside the size of the accessible physical address space and defining an in-use region to cover the relocated copy of iPXE and the system device tree. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -19,7 +19,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#define CONSOLE_SBI
|
||||
#define REBOOT_SBI
|
||||
#define UMALLOC_SBI
|
||||
#define MEMMAP_NULL
|
||||
#define MEMMAP_FDT
|
||||
|
||||
#define ACPI_NULL
|
||||
#define MPAPI_NULL
|
||||
|
||||
Reference in New Issue
Block a user