[PATCH 17/40] x86: Move FACS table to a writer function

2021-12-01 Thread Simon Glass
Move this table over to use a writer function, moving the code from the x86 implementation. Add a pointer to the DSDT in struct acpi_ctx so we can reference it later. Signed-off-by: Simon Glass --- arch/x86/lib/acpi_table.c | 26 ++ include/dm/acpi.h | 2 ++ li

Re: [PATCH 17/40] x86: Move FACS table to a writer function

2022-01-23 Thread Simon Glass
Move this table over to use a writer function, moving the code from the x86 implementation. Add a pointer to the DSDT in struct acpi_ctx so we can reference it later. Signed-off-by: Simon Glass --- arch/x86/lib/acpi_table.c | 26 ++ include/dm/acpi.h | 2 ++ li