coreboot/src/cpu/x86
Aaron Durbin a41e030fbc cpu/x86/smm_module_loader: always build with SMM module support
The SMM module loader code was guarded by CONFIG_SMM_TSEG,
however that's not necessary. It's up to the chipset to take
advantage of the SMM module loading. It'll get optimized out
if the code isn't used anyway so just expose the declarations.

Change-Id: I6ba1b91d0c84febd4f1a92737b3d7303ab61b343
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/14560
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
2016-05-04 15:54:15 +02:00
..
16bit arch/x86: rename reset_vector -> _start 2016-03-04 01:16:05 +01:00
32bit arch/x86: always use _start as entry symbol for all stages 2016-03-04 04:49:46 +01:00
cache post code: Replaced hard-coded post code with macro 2012-01-23 22:50:56 +01:00
lapic arch/x86: introduce postcar stage/phase 2016-03-23 14:24:30 +01:00
mtrr soc/intel/apollolake: Add cache for BIOS ROM 2016-04-28 05:45:37 +02:00
name tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
pae cpu/x86/pae/pgtbl.c: Unsigned comparison < 0 always false 2014-06-29 13:02:13 +02:00
smm cpu/x86/smm_module_loader: always build with SMM module support 2016-05-04 15:54:15 +02:00
tsc cpu/x86/tsc: Compile TSC timer for postcar as well 2016-04-11 17:56:57 +02:00
car.c arch/x86: document CAR symbols and expose them in symbols.h 2016-03-05 16:00:42 +01:00
fpu_enable.inc tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
Kconfig src/cpu/x86: remove TSC_CALIBRATE_WITH_IO 2016-04-11 16:12:06 +02:00
Makefile.inc Move object files to $(obj)/<class>/ 2016-01-28 00:31:32 +01:00
mirror_payload.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
mp_init.c cpu/x86/mp_init: remove unused callback arguments 2016-05-02 20:07:25 +02:00
sipi_vector.S tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
sse_enable.inc tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00