coreboot/src/cpu/x86
Kyösti Mälkki e09cd1b787 arch/x86: Sanity checking on HAVE_SMI_HANDLER
Fail at build-time if one of the following happens:

Platform includes SMI handler setup function smm_init()
in the build when configuration has HAVE_SMI_HANDLER=n.

Platform does not implement smm_init_completion() when
HAVE_SMI_HANDLER=y.

Change-Id: I7d61c155d2b7c2d71987980db4c25d520452dabf
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21097
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2017-08-19 15:34:48 +00:00
..
16bit cpu/x86: fix spelling mistake 2017-06-12 04:08:34 +02:00
32bit src/cpu/x86: Update/Add license headers to all files 2017-02-22 22:23:11 +01:00
cache src/cpu/x86: Update/Add license headers to all files 2017-02-22 22:23:11 +01:00
lapic arch/x86: Sanity checking on HAVE_SMI_HANDLER 2017-08-19 15:34:48 +00:00
mtrr src/cpu: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:55:25 +00:00
name cpu/x86/name: Fix undefined behavior 2017-07-03 17:15:28 +00:00
pae Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
smm I82801JX: Add IS_ENABLED around config options 2017-07-21 17:00:01 +00:00
tsc src/cpu: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:55:25 +00:00
backup_default_smm.c cpu/x86: remove BACKUP_DEFAULT_SMM_REGION option 2016-05-04 18:51:34 +02:00
car.c arch/x86: Add function to determine if we're currently running from CAR 2017-05-30 22:19:25 +02:00
fpu_enable.inc
Kconfig cpu/x86: allow AP callbacks after MP init 2016-12-08 21:39:43 +01:00
Makefile.inc arch/x86: remove CAR global migration when postcar stage is used 2017-04-08 23:22:02 +02:00
mirror_payload.c
mp_init.c Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
sipi_vector.S cpu/x86/smm: allow SSE instructions in SMM modules 2017-06-27 16:14:15 +00:00
sse_enable.inc