soc/amd/common/block/acpimmio/print_reset_status: add missing status bit

Both the Picasso PPR #55570 Rev 3.18 and the Cezanne PPR #56569 Rev 3.03
define bit 9 of the PM_RST_STATUS register as internal Thermal Trip
reset status bit.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ida8b13fe62b16c18fc9924520b83220e73eca624
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60184
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
Felix Held 2021-12-17 01:50:05 +01:00
parent f5dfe248ce
commit 09f7303518
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ void fch_print_pmxc0_status(void)
[3] = "ThermalTripFromTemp",
[4] = "RemotePowerDownFromASF",
[5] = "ShutDownFan0",
[9] = "InternalThermalTrip",
[16] = "UserRst",
[17] = "SoftPciRst",
[18] = "DoInit",