]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi: Use the installed ACPI tables
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:39:17 +0000 (21:39 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:23:15 +0000 (17:23 +0800)
commit085f8db6b98dfdd8c1707797003d677ce654904f
tree26ba1e7ff0080bc9820a52627a199bfd31207b58
parent92ccaf7d97b0fafd3f1b2095ac998c9bd30d8d87
efi: Use the installed ACPI tables

U-Boot sets up the ACPI tables during startup. Rather than creating a
new set, install the existing ones. Create a memory-map record to cover
the tables.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
lib/efi_loader/efi_acpi.c