]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3684c720df08d8457500d8e507d5f927585b5bc0
treebc5d7f6eee15b38fe84723811d775609cbb9f6f9
parent90527c34ed1f28c8c9465fbff3a2fd118fa24409
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