From c565bd44d1318c6bb2cc3d88d8446e4a20059753 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Sat, 14 Oct 2017 19:25:30 -0700 Subject: soc/intel/skylake: Support logging wake source in SMM This change adds support for logging wake source information in gsmi callbacks. With this change, all the elog logging infrastructure can be used for S0ix as well as S3 on skylake. BUG=b:67874513 Change-Id: Ie1f81e956fe0bbe2e5e4c706f27997b7bd30d5e0 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/22086 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/skylake/elog.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/soc/intel/skylake/elog.c') diff --git a/src/soc/intel/skylake/elog.c b/src/soc/intel/skylake/elog.c index c015a7849a..8240457856 100644 --- a/src/soc/intel/skylake/elog.c +++ b/src/soc/intel/skylake/elog.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include @@ -382,3 +383,10 @@ static void pch_log_state(void *unused) } BOOT_STATE_INIT_ENTRY(BS_DEV_INIT, BS_ON_EXIT, pch_log_state, NULL); + +void elog_gsmi_cb_platform_log_wake_source(void) +{ + struct chipset_power_state ps; + pmc_fill_pm_reg_info(&ps); + pch_log_wake_source(&ps); +} -- cgit v1.2.3