summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occbuildname.c
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2017-08-23 15:18:24 -0500
committerChristopher J. Cain <cjcain@us.ibm.com>2017-08-25 14:41:28 -0400
commitdf326632a2cc6be49523b32fd034a95915e76898 (patch)
tree165d56f3289547d2d9decbf9ca6cee056c00544b /src/occ_405/occbuildname.c
parent3f57751abd8ca0308e3938dc86d5a313b7599ebc (diff)
downloadtalos-occ-df326632a2cc6be49523b32fd034a95915e76898.tar.gz
talos-occ-df326632a2cc6be49523b32fd034a95915e76898.zip
Only call out DIMMs when health monitor time has expired
Previously OCC would call out the DIMM if we got 2 consecutive I2C failures trying to read DIMM temperatures. Health monitor already has code to handle timeout, so we will just keep retrying on failures. - Remove 60 second delay before starting to read DIMM temps since SW398808 should resolve the lock problem. - Added debug cmd to retrieve the GPE0/GPE1 trace buffers. Change-Id: I65156347e24ff8e68414a64aaf7e00ff4c12a2f8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45073 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@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/occbuildname.c')
-rwxr-xr-xsrc/occ_405/occbuildname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/occbuildname.c b/src/occ_405/occbuildname.c
index eddf855..bf1f6f0 100755
--- a/src/occ_405/occbuildname.c
+++ b/src/occ_405/occbuildname.c
@@ -34,6 +34,6 @@ volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) =
#else
-volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_170822a\0" /*</BuildName>*/ ;
+volatile const char G_occ_buildname[16] __attribute__((section(".buildname"))) = /*<BuildName>*/ "op_occ_170825a\0" /*</BuildName>*/ ;
#endif
OpenPOWER on IntegriCloud