summaryrefslogtreecommitdiffstats
path: root/src/occ_405/main.c
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2017-01-24 15:56:29 -0600
committerChristopher J. Cain <cjcain@us.ibm.com>2017-01-27 15:15:32 -0500
commit6610ab230252ce3a96adbc5ddfeca7cf45ab69b2 (patch)
tree50a9ec2766c2c0f0e1a7f2eedacc049c44aed697 /src/occ_405/main.c
parent360934dea9355e488206267d7f9fd9b1c753cf16 (diff)
downloadtalos-occ-6610ab230252ce3a96adbc5ddfeca7cf45ab69b2.tar.gz
talos-occ-6610ab230252ce3a96adbc5ddfeca7cf45ab69b2.zip
Add VR Fan and OC support via AVSBUS
- monitor VR Fan (over-temperature) and OC (over-current) - add VR Fan sensor to poll response (Temperature FRU type: VRM) - log mfg error for OC - add error history counters for each Change-Id: Ia552aa2cc2db8adebcbbd928c146a057bb120c73 RTC: 132561 RTC: 132560 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35358 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/occ_405/main.c')
-rwxr-xr-xsrc/occ_405/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/occ_405/main.c b/src/occ_405/main.c
index e4eaf6e..defb159 100755
--- a/src/occ_405/main.c
+++ b/src/occ_405/main.c
@@ -967,12 +967,11 @@ void hmon_routine()
commitErrl(&l_err);
}
- //if we are in observation or activate state, then monitor the processor temperature
- //for timeout conditions and the processor VRHOT signal.
+ //if we are in observation or active state, then monitor the processor temperature
+ //for timeout conditions
if (IS_OCC_STATE_OBSERVATION() || IS_OCC_STATE_ACTIVE())
{
amec_health_check_proc_timeout();
- amec_health_check_proc_vrhot();
}
//if we are in observation or active state with memory temperature data being collected
OpenPOWER on IntegriCloud