summaryrefslogtreecommitdiffstats
path: root/src/occ_405/lock
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/lock
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/lock')
-rwxr-xr-xsrc/occ_405/lock/lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/lock/lock.c b/src/occ_405/lock/lock.c
index 973e9a5..2716b01 100755
--- a/src/occ_405/lock/lock.c
+++ b/src/occ_405/lock/lock.c
@@ -160,7 +160,7 @@ void update_i2c_lock(const lockOperation_e i_op, const uint8_t i_engine)
{
out32(OCB_OCCFLG_OR, occ_flags.value);
- TRAC_IMP("update_i2c_lock: OCC has aquired lock for I2C engine %d", i_engine);
+ TRAC_IMP("update_i2c_lock: OCC has acquired lock for I2C engine %d", i_engine);
}
} // end update_i2c_lock()
OpenPOWER on IntegriCloud