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>
This commit is contained in:
parent
a26f9da6ba
commit
0f1dc0ef74
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue