[coreboot-gerrit] New patch to review for coreboot: elog: Add all EC event codes

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Thu Mar 9 01:06:05 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/18693

-gerrit

commit 81a63ff3b250e0021132e681c7f34aa2892f0180
Author: Furquan Shaikh <furquan at chromium.org>
Date:   Wed Mar 8 16:04:16 2017 -0800

    elog: Add all EC event codes
    
    Add the missing EC event codes in elog.h and correct the event code value for
    RECOVERY_HWREINIT.
    
    Change-Id: If9fb319cce1e4acce4b3d7c3a39365986856a9b4
    Signed-off-by: Furquan Shaikh <furquan at chromium.org>
---
 src/include/elog.h | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/include/elog.h b/src/include/elog.h
index 2734612..f532dda 100644
--- a/src/include/elog.h
+++ b/src/include/elog.h
@@ -88,7 +88,13 @@
 #define EC_EVENT_PD_MCU                      0x16
 #define EC_EVENT_BATTERY_STATUS              0x17
 #define EC_EVENT_PANIC                       0x18
-#define EC_EVENT_KEYBOARD_RECOVERY_HWREINIT  0x19
+#define EC_EVENT_KEYBOARD_FASTBOOT           0x19
+#define EC_EVENT_RTC                         0x1a
+#define EC_EVENT_MKBP                        0x1b
+#define EC_EVENT_USB_MUX                     0x1c
+#define EC_EVENT_MODE_CHANGE                 0x1d
+#define EC_EVENT_KEYBOARD_RECOVERY_HWREINIT  0x1e
+#define EC_EVENT_EXTENDED                    0x1f
 
 /* Power */
 #define ELOG_TYPE_POWER_FAIL              0x92



More information about the coreboot-gerrit mailing list