coreboot-kgpe-d16/src/soc/intel/baytrail
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 {sb,soc}/intel: Drop unused globalnvs.asl methods 2021-09-29 10:04:44 +00:00
bootblock
include/soc soc/intel/baytrail: use mp_cpu_bus_init 2021-10-22 01:27:48 +00:00
romstage
acpi.c acpi/acpigen: Constify CST functions' pointers 2021-10-19 14:57:39 +00:00
chip.c soc/intel/baytrail: use mp_cpu_bus_init 2021-10-22 01:27:48 +00:00
chip.h
cpu.c soc/intel/baytrail: use mp_cpu_bus_init 2021-10-22 01:27:48 +00:00
dptf.c
ehci.c
elog.c
emmc.c
fadt.c soc/intel: drop P_BLK support 2021-10-13 18:05:05 +00:00
gfx.c
gpio.c
hda.c
int15.c
iosf.c
Kconfig src/soc to src/superio: Fix spelling errors 2021-10-05 18:07:08 +00:00
lpe.c
lpss.c
Makefile.inc cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
memmap.c
modphy_table.c
northcluster.c
pcie.c
perf_power.c
placeholders.c
pmutil.c
ramstage.c ACPI: Refactor use of global and device NVS 2021-06-14 19:45:56 +00:00
refcode.c
refcode_native.c
sata.c
scc.c
sd.c
smihandler.c ACPI: Refactor use of global and device NVS 2021-06-14 19:45:56 +00:00
smm.c
southcluster.c
tsc_freq.c
xhci.c