x86: Move CSRT table to a writer function
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:03:00 +0000 (09:03 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit85b8161b141070e5c7515edb38424ea48f023d04
tree0b8fa73e06dc3a3b6e2de7d39b16784a841363fe
parentef55f48788100212db7cd19eb9c8a347e630ffe8
x86: Move CSRT table to a writer function

Move this table over to use a writer function, moving the code from the
x86 implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/acpi_table.c
lib/acpi/Makefile
lib/acpi/csrt.c [new file with mode: 0644]