From a050817ce57ef960bf2bec3a18f23b59039dd184 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 25 Jan 2018 11:30:22 +0100 Subject: sb/intel/common: Add common code for SMM setup and smihandler This moves the sandybridge both smm setup and smihandler code to a common place. Tested on Thinkpad X220, still boots, resume to and from S3 is fine so smihandler is still working fine. Change-Id: I28e2e6ad1e95a9e14462a456726a144ccdc63ec9 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/23427 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/lenovo/t430/smihandler.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/lenovo/t430') diff --git a/src/mainboard/lenovo/t430/smihandler.c b/src/mainboard/lenovo/t430/smihandler.c index 7af9e7d439..120d9a09bf 100644 --- a/src/mainboard/lenovo/t430/smihandler.c +++ b/src/mainboard/lenovo/t430/smihandler.c @@ -22,6 +22,7 @@ #include #include #include +#include #define GPE_EC_SCI 1 #define GPE_EC_WAKE 13 -- cgit v1.2.3