u-boot-brain/arch/x86/cpu/apollolake
Simon Glass 736ecc643d x86: Select advanced Intel code only if allowed
At present most of the Intel-specific code is built on all devices, even
those which don't have software support for the features provided there.

This means that any board can enable CONFIG_INTEL_ACPIGEN even if it does
not have the required features.

Add a new INTEL_SOC option to control this access. This must be selected
by SoCs that can support the required features.

Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: fixed a typo in arch/x86/Kconfig]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2021-03-09 09:42:12 +08:00
..
acpi.c x86: Set up Chrome OS to boot into developer mode 2020-11-06 09:51:31 +08:00
cpu_common.c x86: apl: Add core init for the SoC 2020-11-05 14:58:45 +08:00
cpu_spl.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
cpu.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
fsp_bindings.c x86: fsp: Replace e-mmc with emmc in devicetree bindings 2020-09-21 16:41:35 +08:00
fsp_m.c x86: coral: Move fsp-m settings to a subnode 2021-01-05 12:24:41 -07:00
fsp_s.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
hostbridge.c x86: apl: Move priv/plat structs to headers 2021-01-05 12:24:41 -07:00
Kconfig x86: Select advanced Intel code only if allowed 2021-03-09 09:42:12 +08:00
lpc.c x86: apl: Reduce size for TPL 2021-01-05 12:24:41 -07:00
Makefile x86: apl: Generate required ACPI tables 2020-09-25 11:27:19 +08:00
pch.c x86: apl: Reduce size for TPL 2021-01-05 12:24:41 -07:00
pmc.c x86: apl: Move priv/plat structs to headers 2021-01-05 12:24:41 -07:00
punit.c x86: Fix up driver names to avoid dtoc warnings 2020-11-05 14:58:45 +08:00
spl.c x86: apl: Enhance debugging in the SPL loader 2021-02-01 15:11:42 +08:00
systemagent.c x86: apl: Add systemagent driver 2019-12-15 11:44:27 +08:00
uart.c x86: apl: Adjust how the UART gets its platform data 2021-01-05 12:24:41 -07:00