summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_service_codes.h
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2017-07-12 08:49:44 -0500
committerChristopher J. Cain <cjcain@us.ibm.com>2017-07-25 14:49:58 -0400
commita84955963839b3a035dd339d3ba13e0acb88547a (patch)
treedb8c5891abf3d1ea7b0ea839d8ce7b6c6b75f9cb /src/occ_405/occ_service_codes.h
parentca84830b6d1811a78c538f51bde34c269806f00a (diff)
downloadtalos-occ-a84955963839b3a035dd339d3ba13e0acb88547a.tar.gz
talos-occ-a84955963839b3a035dd339d3ba13e0acb88547a.zip
Increase RTL to 500us
Stop waiting for APSS data when detected complete but failed Add history counts for GPEs not idle and APSS collection errors Change-Id: I2bfaf36ee0b736a958fd41c1c2145f537fc883c5 RTC: 172963 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43052 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@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/occ_service_codes.h')
-rw-r--r--src/occ_405/occ_service_codes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/occ_405/occ_service_codes.h b/src/occ_405/occ_service_codes.h
index efdb838..6fb0178 100644
--- a/src/occ_405/occ_service_codes.h
+++ b/src/occ_405/occ_service_codes.h
@@ -139,9 +139,7 @@ enum occReasonCode
// OCC errors. (H)TMGT will be looking for 0xEy ERRL_RC in cmd response RC
// and create an OCC error log with OCC component ID and 0xEy RC if found
- /// Error copying sensors to main memory
- SENSOR_MAIN_MEM_ERROR = 0xF0,
-
+ SENSOR_MAIN_MEM_ERROR = 0xF0, // Error copying sensors to main memory
INBAND_CMD_ERROR = 0xF1,
OPAL_TABLE_UPDATE_ERROR = 0xF2,
@@ -192,6 +190,7 @@ enum occExtReasonCode
ERC_APSS_GPIO_DUPLICATED_FAILURE = 0x0025,
ERC_APSS_ADC_OUT_OF_RANGE_FAILURE = 0x0026,
ERC_APSS_ADC_DUPLICATED_FAILURE = 0x0027,
+ ERC_APSS_NO_VALID_DATA = 0x0028,
ERC_AMEC_PCAPS_MISMATCH_FAILURE = 0x002A,
ERC_AMEC_UNDER_PCAP_FAILURE = 0x002B,
@@ -283,6 +282,7 @@ enum occExtReasonCode
ERC_STATE_FROM_STB_TO_OBS_FAILURE = 0x0129,
ERC_STATE_HEARTBEAT_CFG_FAILURE = 0x0180,
+ ERC_RTL_TIME_EXCEEDED = 0x0190,
};
// Error log Module Ids
OpenPOWER on IntegriCloud