commit | c4b5b02016b6a0c40c641ca9d3f03716aa8450bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 01 09:02:55 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 11:44:36 2022 -0700 |
tree | 2a309332b30c5c002215adc27c2ea7e2cfee002e | |
parent | ff81f8c1ba46c0bd78f63ba381f87f4d4b04e02d [diff] |
x86: Move FACP table into separate functions Each board has its own way of creating this table. Rather than calling the acpi_create_fadt() function for each one from a common acpi_write_fadt() function, just move the writer into the board-specific code. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>