aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/smm/Makefile.inc
diff options
context:
space:
mode:
authorBrandon Breitenstein <brandon.breitenstein@intel.com>2017-08-08 15:10:36 -0700
committerAaron Durbin <adurbin@chromium.org>2017-08-09 18:40:28 +0000
commit9cbf3b12f508c09c2a7b823b177edadc5961a685 (patch)
tree48cc567ca98aaec29b31be8d8a35dcdff2f2f152 /src/soc/intel/common/block/smm/Makefile.inc
parent8304d6fcbe626f48b3d4f72799ca4b2d491d1346 (diff)
common/block/smm: Update SMM common code for io trap handling
Add smm common code for io trap handling. This feature is mainly used by big core intel platforms. Commonizing io trap handling will make bring up of big core platforms more seamless. Change-Id: I83bcf22107291ea181b347fac40d57d7ea138de1 Signed-off-by: Brandon Breitenstein <brandon.breitenstein@intel.com> Reviewed-on: https://review.coreboot.org/20848 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/smm/Makefile.inc')
-rw-r--r--src/soc/intel/common/block/smm/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/smm/Makefile.inc b/src/soc/intel/common/block/smm/Makefile.inc
index 13793ee891..e50562513e 100644
--- a/src/soc/intel/common/block/smm/Makefile.inc
+++ b/src/soc/intel/common/block/smm/Makefile.inc
@@ -1,2 +1,3 @@
ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smm.c
smm-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smihandler.c
+smm-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM_IO_TRAP) += smitraphandler.c