]> git.baikalelectronics.ru Git - uboot.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)
commit0240075a4daf27d037a54ad56edb903c44896595
tree26ba1e7ff0080bc9820a52627a199bfd31207b58
parent207ebf28c5e52977a961c373cd7df4864b0faa52
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