the following patch was just integrated into master: commit ba0fc470ddf13af322c79bac291ad475331e09a3 Author: Hannah Williams hannah.williams@intel.com Date: Wed May 4 18:15:49 2016 -0700
soc/intel/common: Add common smihandler code
Provide default handler for some SMI events. Provide the framework for extracting data from SMM Save State area for processors with SMM revision 30100 and 30101. The SOC specific code should initialize southbridge_smi with event handlers. For SMM Save state handling, SOC code should implement get_smm_save_state_ops which initializes the SOC specific ops for SMM Save State handling.
Change-Id: I0aefb6dbb2b1cac5961f9e43f4752b5929235df3 Signed-off-by: Hannah Williams hannah.williams@intel.com Reviewed-on: https://review.coreboot.org/14615 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org
See https://review.coreboot.org/14615 for details.
-gerrit