commit | 31c27eb83084e77921b82e7e631ecd6ae8b904da | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 01 09:02:49 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 11:44:36 2022 -0700 |
tree | 86e723f085caabbfd47c4a0a5cd1783f87fcf1c8 | |
parent | cc1f8c39882c5100ec07dfa46e32ff395d792b94 [diff] |
x86: Use the ACPI table writer Use the new ACPI writer to write the ACPI tables. At present this is all done in one monolithic function. Future work will split this out. Unfortunately the QFW write_acpi_tables() function conflicts with the 'writer' version, so disable that for sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>