summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-12-14 10:51:56 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-12-23 02:42:02 +0000
commitd3ef5cbeb4b88badde6b954b2f28b718e3ea2f1f (patch)
tree58bbb339e538e685a6b6003862041f82e569c183
parent7b4d8ed1745b53cd58aa34b54b14d641f4930d36 (diff)
downloadtalos-openbmc-d3ef5cbeb4b88badde6b954b2f28b718e3ea2f1f.tar.gz
talos-openbmc-d3ef5cbeb4b88badde6b954b2f28b718e3ea2f1f.zip
Change wspoon GPU overtemp polling to 500ms
For the Witherspoon system, reduce the polling interval for the GPU overtemp condition detected by the UCD90160 power sequencer from 1s to 500ms. This is done to improve fault isolation, as well as HW safety, as the the GPU will turn itself off after 1s of an overtemp so the code may detect a PGOOD fault instead if it doesn't catch it in time. The GPU spec also says to shut off all power on an overtemp as soon as possible to prevent HW damage caused by other connected GPUs still trying to talk to the faulted one. This change will shorten that time, as a hard power off is already issued after an overtemp is detected. Resolves openbmc/openbmc#2719 Change-Id: I1146abfd38e75ec9e9c9fd4f83fe3a9b68c0bd89 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor.service b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor.service
index 9e3062fa8..6e76c8f48 100644
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor.service
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis/witherspoon-pseq-monitor.service
@@ -6,5 +6,5 @@ After=obmc-power-on@0.target
Conflicts=obmc-chassis-poweroff@0.target
[Service]
-ExecStart=/usr/bin/env witherspoon-pseq-monitor -a runtime-monitor -i 1000
+ExecStart=/usr/bin/env witherspoon-pseq-monitor -a runtime-monitor -i 500
SyslogIdentifier=witherspoon-pseq-monitor
OpenPOWER on IntegriCloud