Re: [PATCH 22/40] x86: Move SSDT 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. Signed-off-by: Simon Glass --- arch/x86/lib/acpi_table.c | 93 +-- lib/acpi/Makefile | 1 + lib/acpi/ssdt.c | 49 + 3 files

[PATCH 22/40] x86: Move SSDT 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. Signed-off-by: Simon Glass --- arch/x86/lib/acpi_table.c | 93 +-- lib/acpi/Makefile | 1 + lib/acpi/ssdt.c | 49 + 3 files