coreboot-kgpe-d16/src/soc/intel/xeon_sp
Felix Held 02164027b2 cpu/x86: Introduce and use CPU_X86_LAPIC
With using a Kconfig option to add the x86 LAPIC support code to the
build, there's no need for adding the corresponding directory to subdirs
in the CPU/SoC Makefile. Comparing which CPU/SoC Makefiles added
(cpu/)x86/mtrr and (cpu/)x86/lapic before this and the corresponding
MTRR code selection patch and having verified that all platforms
added the MTRR code on that patch shows that soc/example/min86 and
soc/intel/quark are the only platforms that don't end up selecting the
LAPIC code. So for now the default value of CPU_X86_LAPIC is chosen as y
which gets overridden to n in the Kconfig of the two SoCs mentioned
above.

Change-Id: I6f683ea7ba92c91117017ebc6ad063ec54902b0a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44228
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2021-10-26 17:44:14 +00:00
..
acpi src: Drop "This file is part of the coreboot project" lines 2021-05-10 15:07:33 +00:00
cpx cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
include/soc soc/intel: drop P_BLK support 2021-10-13 18:05:05 +00:00
ras src/intel/xeon_sp: add hardware error support (HEST) 2021-06-04 12:38:32 +00:00
skx cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
acpi.c soc/intel: Constify soc_get_cstate_map() 2021-10-19 14:57:59 +00:00
bootblock.c security/intel/cbnt: Add logging 2021-06-21 05:42:00 +00:00
chip_common.c
finalize.c
gpio.c soc/intel/{xeon-sp,icl,tgl,jsl,ehl}: add NMI_{EN,STS} registers 2021-09-23 06:31:48 +00:00
Kconfig arch/x86/ioapic: Select IOAPIC with SMP 2021-10-22 14:18:45 +00:00
lockdown.c
lpc.c arch/x86/ioapic: Add get_ioapic_id() and get_ioapic_version() 2021-06-12 15:48:49 +00:00
Makefile.inc mb/ocp: Remove superfluous FSP header CPP inclusion 2021-09-09 14:41:07 +00:00
memmap.c
nb_acpi.c src/intel/xeon_sp: add hardware error support (HEST) 2021-06-04 12:38:32 +00:00
pch.c
pmc.c
pmutil.c
ramstage.c
reset.c
romstage.c
smihandler.c
smmrelocate.c src: Use initial_lapicid() instead of open coding it 2021-07-14 02:19:28 +00:00
spi.c
uncore.c soc/intel/xeon_sp: Skip locking down TXT related registers 2021-05-20 16:22:11 +00:00
util.c src/soc to src/superio: Fix spelling errors 2021-10-05 18:07:08 +00:00