coreboot/src/cpu/x86
Arthur Heymans 67f29e818f cpu/x86/Kconfig*: Guard with ARCH_X86
None of these options make sense on different ARCH.

Change-Id: Ie90ad24ff9013e38c42f10285cc3b546a3cc0571
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63673
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-04-19 13:03:16 +00:00
..
64bit x86_64 assembly: Don't touch %gs 2021-12-06 12:37:48 +00:00
lapic cpu/x86/lapic: Fix SMP=n case with LEGACY_SMP_INIT 2022-02-11 13:53:56 +00:00
mtrr x86/mtrr: Print address ranges inclusive to be more consistent 2022-04-14 15:43:27 +00:00
name cpu/x86/name/name.c: Clean up includes 2021-02-01 09:02:35 +00:00
pae src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
smm cpu/x86/smm: Add sinkhole mitigation to relocatable smmstub 2022-04-11 14:12:27 +00:00
tsc cpu/x86/tsc: Deduplicate Makefile logic 2021-09-08 14:35:16 +00:00
backup_default_smm.c
cpu_info.S.inc arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errors 2021-10-21 17:36:09 +00:00
early_reset.S
entry16.S Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s 2021-06-25 15:51:20 +00:00
entry32.S arch/x86,cpu/x86: Disable the %gs and %fs segments 2021-09-29 14:12:58 +00:00
fpu_enable.inc
Kconfig cpu/x86/Kconfig*: Guard with ARCH_X86 2022-04-19 13:03:16 +00:00
Kconfig.debug_cpu cpu/x86/Kconfig*: Guard with ARCH_X86 2022-04-19 13:03:16 +00:00
Makefile.inc cpu/x86/Makefile.inc: Build smi_trigger on !HAVE_SMI_HANDLER 2022-02-07 13:47:04 +00:00
mp_init.c {cpu/x86, drivers/amd}: Use get_var_mtrr_count() to get MTRR count 2022-04-02 14:55:24 +00:00
reset16.S
sipi_vector.S cpu/x86: Remove cpu parameter to ap_init 2021-10-21 17:37:10 +00:00
smi_trigger.c cpu/x86/Makefile.inc: Build smi_trigger on !HAVE_SMI_HANDLER 2022-02-07 13:47:04 +00:00
sse_enable.inc