summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_controller.h
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/amec/amec_controller.h
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/amec/amec_controller.h')
-rw-r--r--src/occ_405/amec/amec_controller.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/occ_405/amec/amec_controller.h b/src/occ_405/amec/amec_controller.h
index 8b2c1b9..76e70ef 100644
--- a/src/occ_405/amec/amec_controller.h
+++ b/src/occ_405/amec/amec_controller.h
@@ -86,7 +86,7 @@ typedef struct amec_controller
* This function implements the Proportional Controller for the thermal
* control loop. Although it doesn't return any results, it populates the
* thermal vote in the field g_amec->thermalproc.speed_request.
- *
+ *
*/
void amec_controller_proc_thermal();
@@ -121,12 +121,5 @@ void amec_controller_dimm_thermal();
*/
uint16_t amec_controller_speed2freq (const uint16_t i_speed, const uint16_t i_fmax);
-/**
- * Thermal Control Loop based on VRHOT signal from processor
- * regulators.
- *
- */
-void amec_controller_vrhotproc();
-
#endif //_AMEC_CONTROLLER_H
OpenPOWER on IntegriCloud