summaryrefslogtreecommitdiff
path: root/arch/x86/lib/acpigen.c
AgeCommit message (Collapse)AuthorFilesLines
2020-09-25x86: acpi: Add PCT and PTC tablesSimon Glass1-0/+96
These are needed for the CPU tables. Add them into an x86-specific file since we do not support them on sandbox, or include tests. Signed-off-by: Simon Glass <sjg@chromium.org>