common/block/smm: Update SMM common code for io trap handling
commit9cbf3b12f508c09c2a7b823b177edadc5961a685
authorBrandon Breitenstein <brandon.breitenstein@intel.com>
Tue, 8 Aug 2017 22:10:36 +0000 (8 15:10 -0700)
committerAaron Durbin <adurbin@chromium.org>
Wed, 9 Aug 2017 18:40:28 +0000 (9 18:40 +0000)
tree48cc567ca98aaec29b31be8d8a35dcdff2f2f152
parent8304d6fcbe626f48b3d4f72799ca4b2d491d1346
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>
src/soc/intel/common/block/smm/Kconfig
src/soc/intel/common/block/smm/Makefile.inc
src/soc/intel/common/block/smm/smitraphandler.c [new file with mode: 0644]