[coreboot-gerrit] New patch to review for coreboot: mainboard/google/reef: add MKBP EC event as SCI event.

Gwendal Grignou (gwendal@chromium.org) gerrit at coreboot.org
Tue Sep 13 06:11:17 CEST 2016


Gwendal Grignou (gwendal at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16594

-gerrit

commit 54501bd34d8c6bbc1f21edbd25493bbb665dcb12
Author: Gwendal Grignou <gwendal at chromium.org>
Date:   Mon Sep 12 20:51:58 2016 -0700

    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
    TEST=With EC configure to send MKBP events, check sensor information are
    retrieved by the kernel.
    
    Change-Id: Ib06241bfcdc8567769baff4f3371cc0c6eab3944
    Signed-off-by: Gwendal Grignou <gwendal at chromium.org>
---
 src/mainboard/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 9c8549d..542f33a 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 \



More information about the coreboot-gerrit mailing list