efi_loader: put device tree into EfiACPIReclaimMemory
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 6 May 2020 18:32:31 +0000 (20:32 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 7 May 2020 16:23:16 +0000 (18:23 +0200)
commit42a426e027df472714e8d6209cafac291935c331
tree45d12b4b9bcbc0ac288aacbadb4e366bc8f70769
parent9900e4623a9a826447b0467cabc29e09fdf29fb6
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>
cmd/bootefi.c
lib/efi_selftest/efi_selftest_memory.c