x86: acpi: Add PCT and PTC tables
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:12 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:18 +0000 (11:27 +0800)
commit7764a8481c411c2bf06d9588a6f782e899e3d75b
tree5ab0e2bc54368d511232239fa0e737d5e4640255
parent15403289e5ddb0d777f95f5836add1316e2d9ae2
x86: acpi: Add PCT and PTC tables

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>
arch/x86/include/asm/acpigen.h [new file with mode: 0644]
arch/x86/lib/Makefile
arch/x86/lib/acpigen.c [new file with mode: 0644]