commit | 6e6bc9be53059d64d74cddd55eb2f3d685792a6b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 01 09:03:00 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 25 11:44:36 2022 -0700 |
tree | 0b8fa73e06dc3a3b6e2de7d39b16784a841363fe | |
parent | bb3b6082f58e1d758a8217d233639cc87b4fa3ea [diff] [blame] |
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>
diff --git a/lib/acpi/Makefile b/lib/acpi/Makefile index 552d499..f9b5049 100644 --- a/lib/acpi/Makefile +++ b/lib/acpi/Makefile
@@ -10,6 +10,7 @@ # With QEMU the ACPI tables come from there, not from U-Boot ifndef CONFIG_QEMU obj-y += base.o +obj-y += csrt.o # Sandbox does not build a .asl file ifndef CONFIG_SANDBOX