coreboot/src/cpu/x86
Kyösti Mälkki 89463e333e cpu/x86: Fix DEBUG_SMM_RELOCATION dependency
Change-Id: I8a5bf39203a5de38d03d1b54453b056ea846ca38
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34259
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-07-15 04:49:30 +00:00
..
16bit coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
32bit coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
cache
lapic src: Use CRx_TYPE type for CRx 2019-07-02 16:14:36 +00:00
mtrr src/cpu: Use 'include <stdlib.h>' when appropriate 2019-06-22 17:53:39 +00:00
name src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
pae cpu/x86/pae/pgtbl: Add memset with PAE 2019-07-02 08:45:50 +00:00
smm cpu/x86: Declare smi_release_lock() static 2019-07-11 21:03:37 +00:00
tsc arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
backup_default_smm.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
car.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
early_reset.S cpu/x86: Move checking for MTRR's as a proxy for proper CPU reset 2019-04-21 23:29:29 +00:00
fpu_enable.inc
Kconfig arch/x86: Flip HAVE_MONOTONIC_TIMER default 2019-07-09 13:36:18 +00:00
Kconfig.debug cpu/x86: Fix DEBUG_SMM_RELOCATION dependency 2019-07-15 04:49:30 +00:00
Makefile.inc Rampayload: Able to build coreboot without ramstage 2019-06-11 15:49:25 +00:00
mirror_payload.c cpu: Add missing #include <commonlib/helpers.h> 2019-06-21 16:04:16 +00:00
mp_init.c cpu/x86: use ALIGN_UP instead of ALIGN for better readability 2019-06-21 12:50:22 +00:00
sipi_vector.S coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
sse_enable.inc