summaryrefslogtreecommitdiffstats
path: root/src/occ_405/thread
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2016-08-03 10:57:57 -0500
committerChristopher J. Cain <cjcain@us.ibm.com>2016-08-11 16:28:46 -0400
commit5b69d47a980cc851b7eea9f45f7eb9bb0f567a04 (patch)
tree984971897ab8b57fccd474c41f5f87b65ed03dec /src/occ_405/thread
parent315680e0fd53cbc3f271b7d59393a4bf4661b8e2 (diff)
downloadtalos-occ-5b69d47a980cc851b7eea9f45f7eb9bb0f567a04.tar.gz
talos-occ-5b69d47a980cc851b7eea9f45f7eb9bb0f567a04.zip
Add DIMM temperature validation, update fru flags, and rename dimm sensor
Change-Id: Ie201160d92b0d00dd523c78eb1496a1b05e2647a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27836 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/occ_405/thread')
-rwxr-xr-xsrc/occ_405/thread/chom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_405/thread/chom.c b/src/occ_405/thread/chom.c
index ffa652e..06065a0 100755
--- a/src/occ_405/thread/chom.c
+++ b/src/occ_405/thread/chom.c
@@ -248,9 +248,9 @@ void chom_update_sensors()
l_max_cent_temp = G_dcom_slv_outbox_rx[i].temp2mscent;
}
- if (G_dcom_slv_outbox_rx[i].temp2msdimm > l_max_dimm_temp)
+ if (G_dcom_slv_outbox_rx[i].temp16msdimm > l_max_dimm_temp)
{
- l_max_dimm_temp = G_dcom_slv_outbox_rx[i].temp2msdimm;
+ l_max_dimm_temp = G_dcom_slv_outbox_rx[i].temp16msdimm;
}
}
g_chom->sensorData[0].sensor[CHOMTEMPPROC].sample = l_max_core_temp;
OpenPOWER on IntegriCloud