summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2020-03-19 15:08:01 -0600
committerFelix Held <felix-coreboot@felixheld.de>2020-04-16 23:17:23 +0000
commit90b8339b8d4338c14cfd791bf4d5058aa515da34 (patch)
treeb609331e66ef2c96ec68340713c64e47e92dad1d /src
parent43126edc3ae246d1dbd293550e29a9e2c378f424 (diff)
downloadcoreboot-90b8339b8d4338c14cfd791bf4d5058aa515da34.tar.gz
coreboot-90b8339b8d4338c14cfd791bf4d5058aa515da34.tar.bz2
coreboot-90b8339b8d4338c14cfd791bf4d5058aa515da34.zip
soc/amd/picasso: Notify PSP system is going to sleep state
BUG=b:153677737 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: Ic72bd5f5710181ca4f282feba5f7531b098c907a Reviewed-on: https://review.coreboot.org/c/coreboot/+/40298 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/picasso/smihandler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/smihandler.c b/src/soc/amd/picasso/smihandler.c
index e4d1c86f5770..b3a1a30d624a 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.