]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitce681f6c64cffa08100872bfd84f9226d1a82ad5
tree5ab0e2bc54368d511232239fa0e737d5e4640255
parent96e097fea854c3908c36f2588de573ab6cd4a2bf
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]