From a84955963839b3a035dd339d3ba13e0acb88547a Mon Sep 17 00:00:00 2001 From: mbroyles Date: Wed, 12 Jul 2017 08:49:44 -0500 Subject: 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 Reviewed-by: Andres A. Lugo-Reyes Reviewed-by: William A. Bryan Reviewed-by: Christopher J. Cain --- src/occ_405/occ_service_codes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/occ_405/occ_service_codes.h') 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 -- cgit v1.2.1