mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
efi_loader: put device tree into EfiACPIReclaimMemory
According to the UEFI spec ACPI tables should be placed in EfiACPIReclaimMemory. Let's do the same with the device tree. Suggested-by: Ard Biesheuvel <ardb@kernel.org> Cc: Grant Likely <grant.likely@arm.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -176,9 +176,9 @@ static int execute(void)
|
||||
/* Check memory reservation for the device tree */
|
||||
if (fdt_addr &&
|
||||
find_in_memory_map(map_size, memory_map, desc_size, fdt_addr,
|
||||
EFI_BOOT_SERVICES_DATA) != EFI_ST_SUCCESS) {
|
||||
EFI_ACPI_RECLAIM_MEMORY) != EFI_ST_SUCCESS) {
|
||||
efi_st_error
|
||||
("Device tree not marked as boot services data\n");
|
||||
("Device tree not marked as ACPI reclaim memory\n");
|
||||
return EFI_ST_FAILURE;
|
||||
}
|
||||
return EFI_ST_SUCCESS;
|
||||
|
Reference in New Issue
Block a user