On Sun, Jun 14, 2020 at 10:55 AM Simon Glass <s...@chromium.org> wrote: > > Call the new core function to write the SSDT. This is made up of fragments > generated by devices that have the fill_ssdt() method. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > Changes in v3: > Drop coreboot_acpi_ids enum > > Changes in v1: > - Use OEM_TABLE_ID instead of ACPI_TABLE_CREATOR > - Update ACPI_DSTATUS enum > - Drop writing of coreboot tables > > arch/x86/lib/acpi_table.c | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>