coreboot-kgpe-d16/src/soc/example/min86
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
..
cache_as_ram.S
chip.c x86: Add a minimal example SoC along with a board 2020-10-30 21:34:18 +00:00
exit_car.S x86: Add a minimal example SoC along with a board 2020-10-30 21:34:18 +00:00
Kconfig cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
Makefile.inc cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs 2021-10-25 20:18:40 +00:00
romstage.c x86: Add a minimal example SoC along with a board 2020-10-30 21:34:18 +00:00
timer.c x86: Add a minimal example SoC along with a board 2020-10-30 21:34:18 +00:00