From 90b8339b8d4338c14cfd791bf4d5058aa515da34 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Thu, 19 Mar 2020 15:08:01 -0600 Subject: soc/amd/picasso: Notify PSP system is going to sleep state BUG=b:153677737 Signed-off-by: Marshall Dawson Change-Id: Ic72bd5f5710181ca4f282feba5f7531b098c907a Reviewed-on: https://review.coreboot.org/c/coreboot/+/40298 Reviewed-by: Angel Pons Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/smihandler.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/smihandler.c b/src/soc/amd/picasso/smihandler.c index e4d1c86f57..b3a1a30d62 100644 --- a/src/soc/amd/picasso/smihandler.c +++ b/src/soc/amd/picasso/smihandler.c @@ -220,6 +220,8 @@ static void sb_slp_typ_handler(void) reg32); } /* if (CONFIG(ELOG_GSMI)) */ + psp_notify_sx_info(slp_typ); + /* * An IO cycle is required to trigger the STPCLK/STPGNT * handshake when the Pm1 write is reissued. -- cgit v1.2.3