From f8bf9a7eaa9c499317ae32704a05634fcef72e0b Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Wed, 4 Oct 2017 15:13:52 -0600 Subject: google/kahlee: Add SMI sleep handler Notify the EC the system is going to sleep. Change-Id: I025e268a4f806d827348d91effff43a6a339a148 Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/21881 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/kahlee/smihandler.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/mainboard/google/kahlee/smihandler.c b/src/mainboard/google/kahlee/smihandler.c index 454b42ecd0..f1c66a6fcb 100644 --- a/src/mainboard/google/kahlee/smihandler.c +++ b/src/mainboard/google/kahlee/smihandler.c @@ -20,6 +20,13 @@ #include #include "ec.h" +void mainboard_smi_sleep(u8 slp_typ) +{ + if (IS_ENABLED(CONFIG_EC_GOOGLE_CHROMEEC)) + chromeec_smi_sleep(slp_typ, MAINBOARD_EC_S3_WAKE_EVENTS, + MAINBOARD_EC_S5_WAKE_EVENTS); +} + int mainboard_smi_apmc(u8 apmc) { if (IS_ENABLED(CONFIG_EC_GOOGLE_CHROMEEC)) -- cgit v1.2.3