x86: acpi: Add common Intel ACPI tables
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:14 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:18 +0000 (11:27 +0800)
commit9b3e6d4c1f86b27f320ef9c5857a9ef223b2b356
treebc5d7f6eee15b38fe84723811d775609cbb9f6f9
parent350c7f52b93c5612dd3d53966bd54cb68b94d80b
x86: acpi: Add common Intel ACPI tables

Add various tables that are common to Intel CPUs. These functions can be
used by arch-specific CPU code.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/acpi.c [new file with mode: 0644]
arch/x86/cpu/intel_common/cpu.c
arch/x86/include/asm/acpi_table.h
arch/x86/include/asm/cpu_common.h
arch/x86/include/asm/intel_acpi.h [new file with mode: 0644]
drivers/core/Kconfig