[coreboot-gerrit] New patch to review for coreboot: google/eve: Add support for tablet mode switch.

Gwendal Grignou (gwendal@chromium.org) gerrit at coreboot.org
Wed Feb 1 22:04:25 CET 2017


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

-gerrit

commit 8a0a20566362d02a181fe90b017e914d9a2374dd
Author: Gwendal Grignou <gwendal at chromium.org>
Date:   Wed Feb 1 12:11:27 2017 -0800

    google/eve: Add support for tablet mode switch.
    
    Eve is a convertible add support for sending Tablet mode switch
    changes from EC to AP.
    
    Change-Id: I35133ebc1439852d0ceb88d7d679b37356b0869d
    Signed-off-by: Gwendal Grignou <gwendal at chromium.org>
---
 src/mainboard/google/eve/ec.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/google/eve/ec.h b/src/mainboard/google/eve/ec.h
index d0e59e1..884b105 100644
--- a/src/mainboard/google/eve/ec.h
+++ b/src/mainboard/google/eve/ec.h
@@ -35,7 +35,8 @@
 	 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_MKBP)              |\
-	 EC_HOST_EVENT_MASK(EC_HOST_EVENT_PD_MCU))
+	 EC_HOST_EVENT_MASK(EC_HOST_EVENT_PD_MCU)            |\
+	 EC_HOST_EVENT_MASK(EC_HOST_EVENT_MODE_CHANGE))
 
 #define MAINBOARD_EC_SMI_EVENTS \
 	(EC_HOST_EVENT_MASK(EC_HOST_EVENT_LID_CLOSED))
@@ -73,6 +74,9 @@
 #define EC_ENABLE_LID_SWITCH
 #define EC_ENABLE_WAKE_PIN	GPE_EC_WAKE
 
+/* Enable Tablet switch */
+#define EC_ENABLE_TABLET_EVENT
+
 #define SIO_EC_MEMMAP_ENABLE	/* EC Memory Map Resources */
 #define SIO_EC_HOST_ENABLE	/* EC Host Interface Resources */
 #define SIO_EC_ENABLE_PS2K	/* Enable PS/2 Keyboard */



More information about the coreboot-gerrit mailing list