aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/smihandler.c
diff options
context:
space:
mode:
authorBrandon Breitenstein <brandon.breitenstein@intel.com>2017-08-08 15:30:41 -0700
committerAaron Durbin <adurbin@chromium.org>2017-08-09 22:45:54 +0000
commit60ce6152fd3ab299920cfe984698f85279360a51 (patch)
tree85a8e243ce973b894b26a28551fe67124df4029b /src/mainboard/google/reef/smihandler.c
parent6d5873d7f280b3eb96664e41f2c204fc39ab506a (diff)
intel/common/block/smm: Update smihandler to handle gpi
Updating the common smihandler to handler gpi events which originally were going to be left to each soc to handle. After some more analysis the gpi handler can also be commonized. Change-Id: I6273fe846587137938bbcffa3a92736b91982574 Signed-off-by: Brandon Breitenstein <brandon.breitenstein@intel.com> Reviewed-on: https://review.coreboot.org/20917 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/reef/smihandler.c')
-rw-r--r--src/mainboard/google/reef/smihandler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/smihandler.c b/src/mainboard/google/reef/smihandler.c
index fe4f8c4de3..d8b47027bf 100644
--- a/src/mainboard/google/reef/smihandler.c
+++ b/src/mainboard/google/reef/smihandler.c
@@ -18,8 +18,8 @@
#include <baseboard/variants.h>
#include <cpu/x86/smm.h>
#include <ec/google/chromeec/smm.h>
+#include <intelblocks/smihandler.h>
#include <soc/pm.h>
-#include <soc/smm.h>
#include <soc/gpio.h>
#include <variant/ec.h>
#include <variant/gpio.h>