summaryrefslogtreecommitdiffstats
path: root/src/occ_405/errl
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2017-08-02 12:55:35 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-08-04 15:58:07 -0400
commitff487313bea8ccd3c0a9a523860a6fe406d925bb (patch)
treed1ab384df91b936a53e7da086fd664fdcf5fd781 /src/occ_405/errl
parentd65050138474c8450121127683ee9657ac979246 (diff)
downloadtalos-occ-ff487313bea8ccd3c0a9a523860a6fe406d925bb.tar.gz
talos-occ-ff487313bea8ccd3c0a9a523860a6fe406d925bb.zip
24x7 enable/disable counters
Change-Id: Ic6c4f85af0f7f6a51e30ce3d92e957d3ad216644 RTC:167812 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44132 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>
Diffstat (limited to 'src/occ_405/errl')
-rwxr-xr-xsrc/occ_405/errl/errl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_405/errl/errl.h b/src/occ_405/errl/errl.h
index 7a1660c..29f7d40 100755
--- a/src/occ_405/errl/errl.h
+++ b/src/occ_405/errl/errl.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -293,6 +293,7 @@ typedef enum {
ERRH_DCOM_SLAVE_PBAX_READ_FAIL = 0x15,
ERRH_GPE0_NOT_IDLE = 0x16,
ERRH_GPE1_NOT_IDLE = 0x17,
+ ERRH_24X7_DISABLED = 0x18,
} ERR_HISTORY_INDEX;
#define INCREMENT_ERR_HISTORY(errorIndex) { \
if ((errorIndex < ERR_HISTORY_SIZE) && (G_error_history[errorIndex] < 255)) { \
OpenPOWER on IntegriCloud