commit | 55109f1d4ed5ffde978bf71c240deff27f6e9b8a | [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 | 167c3f6e93abc1675669e2defe28e9d2708f87bb [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>