]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitab4a790c2834f264bf7dc1ea00733a4659fb6e3c
tree0b8fa73e06dc3a3b6e2de7d39b16784a841363fe
parent9daf767b2037177e7db0a99009d65b62f72db42a
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]