summaryrefslogtreecommitdiffstats
path: root/src/occ_405/errl/errl.h
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2017-07-17 11:37:02 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2017-07-19 17:07:26 -0400
commit67f48d4762cb76729fbff9063ef561de1118797d (patch)
treec682c47d8182ffc5435d3e47949186acfcc9e79f /src/occ_405/errl/errl.h
parent98f0808d83bccd4403a2082115c705e7762305af (diff)
downloadtalos-occ-67f48d4762cb76729fbff9063ef561de1118797d.tar.gz
talos-occ-67f48d4762cb76729fbff9063ef561de1118797d.zip
Fix excessive traces for BCE requests, slave data collection and opal updates
Correct power cap information in OPAL shared memory Add non-zero error history counts to poll response Fix Characterization to Active State change failure Change-Id: I92b783b631e79786e6190a4def520fee32c2cc7c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43216 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/errl/errl.h')
-rwxr-xr-xsrc/occ_405/errl/errl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/occ_405/errl/errl.h b/src/occ_405/errl/errl.h
index 6e8b589..5518369 100755
--- a/src/occ_405/errl/errl.h
+++ b/src/occ_405/errl/errl.h
@@ -280,6 +280,16 @@ typedef enum {
ERR_AVSBUS_VDN_OVER_TEMPERATURE = 8,
ERR_AVSBUS_VDD_OVER_CURRENT = 9,
ERR_AVSBUS_VDN_OVER_CURRENT = 10,
+ ERR_INVALID_APSS_DATA = 11,
+ ERR_DCOM_APSS_COMPLETE_TIMEOUT = 12,
+ ERR_DCOM_TX_SLV_INBOX = 13,
+ ERR_DCOM_RX_SLV_INBOX = 14,
+ ERR_DCOM_TX_SLV_OUTBOX = 15,
+ ERR_DCOM_RX_SLV_OUTBOX = 16,
+ ERR_DCOM_MASTER_PBAX_SEND_FAIL = 17,
+ ERR_DCOM_SLAVE_PBAX_SEND_FAIL = 18,
+ ERR_DCOM_MASTER_PBAX_READ_FAIL = 19,
+ ERR_DCOM_SLAVE_PBAX_READ_FAIL = 20,
} ERR_HISTORY_INDEX;
#define INCREMENT_ERR_HISTORY(errorIndex) { \
if ((errorIndex < ERR_HISTORY_SIZE) && (G_error_history[errorIndex] < 255)) { \
OpenPOWER on IntegriCloud