Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-25 | x86: acpi: Update acpi_fill_csrt() to use acpi_ctx | Simon Glass | |
Update this function to the newer style, so we can avoid passing and returning an address through this function. Also move this function out of the x86 code so it can be used by other archs. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> | |||
2022-01-25 | x86: Move CSRT table to a writer function | Simon Glass | |
Move this table over to use a writer function, moving the code from the x86 implementation. Signed-off-by: Simon Glass <sjg@chromium.org> |