commit | 9d2adca8c3e8d195fa4be5acc8c6dfe14933e826 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 01 09:03:03 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 11:44:36 2022 -0700 |
tree | 6cdf337c127e6ea25d0706ac2ec8b71ebdc76fbd | |
parent | a7e53b93b1ca4de745ab5fbdd3db2bd7888adb0f [diff] |
x86: Move acpi_get_rsdp_addr() ACPI tables to the writer Move this over to use a writer file, moving the code from the x86 implementation. There is no need to store a separate variable since we can simply access the ACPI context. With this, the original monolithic x86 function for writing ACPI tables is gone. Note that QEMU has its own implementation. Signed-off-by: Simon Glass <sjg@chromium.org>