commit | 085f8db6b98dfdd8c1707797003d677ce654904f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:39:17 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:23:15 2023 +0800 |
tree | 26ba1e7ff0080bc9820a52627a199bfd31207b58 | |
parent | 92ccaf7d97b0fafd3f1b2095ac998c9bd30d8d87 [diff] |
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>