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:
@@ -33,6 +33,7 @@ void fch_print_pmxc0_status(void)
|
|||||||
[3] = "ThermalTripFromTemp",
|
[3] = "ThermalTripFromTemp",
|
||||||
[4] = "RemotePowerDownFromASF",
|
[4] = "RemotePowerDownFromASF",
|
||||||
[5] = "ShutDownFan0",
|
[5] = "ShutDownFan0",
|
||||||
|
[9] = "InternalThermalTrip",
|
||||||
[16] = "UserRst",
|
[16] = "UserRst",
|
||||||
[17] = "SoftPciRst",
|
[17] = "SoftPciRst",
|
||||||
[18] = "DoInit",
|
[18] = "DoInit",
|
||||||
|
Reference in New Issue
Block a user