Move this table over to use a writer function, moving the code from the x86 implementation.
Signed-off-by: Simon Glass <s...@chromium.org> --- arch/x86/lib/acpi_table.c | 93 +++++++++++++-------------------------- lib/acpi/Makefile | 1 + lib/acpi/ssdt.c | 49 +++++++++++++++++++++ 3 files changed, 80 insertions(+), 63 deletions(-) create mode 100644 lib/acpi/ssdt.c Applied to u-boot-dm, thanks!