Aaron Durbin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44532 )
Change subject: elog: add ELOG_WAKE_SOURCE_GPIO ......................................................................
elog: add ELOG_WAKE_SOURCE_GPIO
Provide a GPIO-based wake source event for log caputre.
BUG=b:159947207
Signed-off-by: Aaron Durbin adurbin@chromium.org Change-Id: Iaa15178a392f40156d8d10e9aedfd5a1e758eedb --- M src/include/elog.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/44532/1
diff --git a/src/include/elog.h b/src/include/elog.h index 89079de..c41887a 100644 --- a/src/include/elog.h +++ b/src/include/elog.h @@ -119,6 +119,7 @@ #define ELOG_WAKE_SOURCE_PME_PCIE22 0x29 #define ELOG_WAKE_SOURCE_PME_PCIE23 0x2a #define ELOG_WAKE_SOURCE_PME_PCIE24 0x2b +#define ELOG_WAKE_SOURCE_GPIO 0x2c
struct elog_event_data_wake { u8 source;