commit | 6fe570aaba4184249924fe39e4703644dcbfd62b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:44:53 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:13 2020 +0800 |
tree | 5eaf24eeaf32872af1d0e18114045ae0d4425c50 | |
parent | 98931804cb17c3a3175219e698f0e2adf6f68496 [diff] |
x86: acpi: Support external GNVS tables At present U-Boot puts a magic number in the ASL for the GNVS table and searches for it later. Add a Kconfig option to use a different approach, where the ASL files declare the table as an external symbol. U-Boot can then put it wherever it likes, without any magic numbers or searching. Signed-off-by: Simon Glass <sjg@chromium.org>