[coreboot-gerrit] New patch to review for coreboot: mainboard/google/poppy: Enable cros_ec_keyb device

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Wed Mar 8 01:06:58 CET 2017


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18642

-gerrit

commit 1d8d7ea571e59903fd508a552d13a62a7f1a54f1
Author: Furquan Shaikh <furquan at chromium.org>
Date:   Tue Mar 7 15:13:52 2017 -0800

    mainboard/google/poppy: Enable cros_ec_keyb device
    
    This is required to transmit button information from EC to kernel.
    
    BUG=b:3577493
    BRANCH=None
    TEST=Verified using evtest that kernel is able to get button
    press/release information from EC.
    
    Change-Id: I8f380f935c2945de9d8e72eafc877562987d02db
    Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
 src/mainboard/google/poppy/ec.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mainboard/google/poppy/ec.h b/src/mainboard/google/poppy/ec.h
index 5ee71ce..f42035e 100644
--- a/src/mainboard/google/poppy/ec.h
+++ b/src/mainboard/google/poppy/ec.h
@@ -69,4 +69,6 @@
 #define SIO_EC_MEMMAP_ENABLE	/* EC Memory Map Resources */
 #define SIO_EC_HOST_ENABLE	/* EC Host Interface Resources */
 
+#define EC_ENABLE_KEYB_DEVICE	/* Enable cros_ec_keyb device */
+
 #endif



More information about the coreboot-gerrit mailing list