From c9c2eabf09b473678a4301dc08f84c028d2e7ba0 Mon Sep 17 00:00:00 2001 From: Gwendal Grignou Date: Mon, 12 Sep 2016 20:51:58 -0700 Subject: [PATCH] UPSTREAM: mainboard/google/reef: add MKBP EC event as SCI event. Add MKBP as a SCI event: the EC is then able to send events coming from the sensors. BUG=b:27849483 BRANCH=None TEST=With EC configure to send MKBP events, check sensor information are retrieved by the kernel. Signed-off-by: Gwendal Grignou Reviewed-on: https://review.coreboot.org/16594 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Change-Id: Ib06241bfcdc8567769baff4f3371cc0c6eab3944 Reviewed-on: https://chromium-review.googlesource.com/384341 Commit-Ready: Furquan Shaikh Tested-by: Gwendal Grignou Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- .../google/reef/variants/baseboard/include/baseboard/ec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/reef/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/reef/variants/baseboard/include/baseboard/ec.h index 9c8549df45..542f33a457 100644 --- a/src/mainboard/google/reef/variants/baseboard/include/baseboard/ec.h +++ b/src/mainboard/google/reef/variants/baseboard/include/baseboard/ec.h @@ -32,6 +32,7 @@ EC_HOST_EVENT_MASK(EC_HOST_EVENT_THROTTLE_START) |\ EC_HOST_EVENT_MASK(EC_HOST_EVENT_THROTTLE_STOP) |\ EC_HOST_EVENT_MASK(EC_HOST_EVENT_USB_CHARGER) |\ + EC_HOST_EVENT_MASK(EC_HOST_EVENT_MKBP) |\ EC_HOST_EVENT_MASK(EC_HOST_EVENT_PD_MCU)) #define MAINBOARD_EC_SMI_EVENTS \