summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-09-12 10:17:40 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-09-18 11:25:55 -0500
commit1542527d8a146a2e488cb95672a579519ba3ef0b (patch)
tree03bc427d4d517e2b558edafd9f9aaf6214035378
parent96aae89f780912e2039b6ef4acaf54982bf64b87 (diff)
downloadphosphor-dbus-interfaces-1542527d8a146a2e488cb95672a579519ba3ef0b.tar.gz
phosphor-dbus-interfaces-1542527d8a146a2e488cb95672a579519ba3ef0b.zip
Create GPU shutdown error
Will be used on Witherspoon when the GPUs report an overtemp to the power sequencer chip. The failing GPU will be called out in a separate overtemp error log, and then this shutdown error will be created when code powers off the system to protect the chip. Change-Id: I55b836f469f0fc035386130a16b433a5eba96a8b Signed-off-by: Matt Spinler <spinler@us.ibm.com>
-rw-r--r--xyz/openbmc_project/State/Shutdown/ThermalEvent.errors.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/xyz/openbmc_project/State/Shutdown/ThermalEvent.errors.yaml b/xyz/openbmc_project/State/Shutdown/ThermalEvent.errors.yaml
index f00b702..b711247 100644
--- a/xyz/openbmc_project/State/Shutdown/ThermalEvent.errors.yaml
+++ b/xyz/openbmc_project/State/Shutdown/ThermalEvent.errors.yaml
@@ -1,2 +1,5 @@
- name: Processor
description: The system shut down due to processor overtemp.
+
+- name: GPU
+ description: The system shut down due to a GPU overtemp.
OpenPOWER on IntegriCloud