summaryrefslogtreecommitdiffstats
path: root/src/include/elog.h
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2017-06-08 15:46:42 -0700
committerAaron Durbin <adurbin@chromium.org>2017-06-09 23:57:51 +0200
commit0f1dc0ef74f871ad47f9f69e8f54b0fde83e9a09 (patch)
tree553b071f320aaaad9c0405ed9bb182bb20e831f1 /src/include/elog.h
parenta26f9da6ba42b4fa45fd0d4d7e8e3cd5fb574903 (diff)
downloadcoreboot-0f1dc0ef74f871ad47f9f69e8f54b0fde83e9a09.tar.gz
coreboot-0f1dc0ef74f871ad47f9f69e8f54b0fde83e9a09.tar.bz2
coreboot-0f1dc0ef74f871ad47f9f69e8f54b0fde83e9a09.zip
elog: Add more detailed wake source events for USB2.0/3.0 port wake
BUG=b:37088992 Change-Id: If0b495234d6e498d5c64ba4dd186440cd7a1c5c6 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/20121 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/elog.h')
-rw-r--r--src/include/elog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/elog.h b/src/include/elog.h
index c11ff2aadec7..ecda87d69637 100644
--- a/src/include/elog.h
+++ b/src/include/elog.h
@@ -145,6 +145,8 @@
#define ELOG_WAKE_SOURCE_PME_CSE3 0x1a
#define ELOG_WAKE_SOURCE_PME_XHCI 0x1b
#define ELOG_WAKE_SOURCE_PME_XDCI 0x1c
+#define ELOG_WAKE_SOURCE_PME_XHCI_USB_2 0x1d
+#define ELOG_WAKE_SOURCE_PME_XHCI_USB_3 0x1e
struct elog_event_data_wake {
u8 source;