summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_service_codes.h
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2018-01-02 15:44:57 -0600
committerMartha Broyles <mbroyles@us.ibm.com>2018-01-05 10:45:08 -0500
commitc358181383374e84976982ac8d650db358a32c08 (patch)
tree1a0bca7114c03491788b00cc87931864625b765a /src/occ_405/occ_service_codes.h
parent4d2912987d234b0d77b69f0fd2bee8a8d71e1613 (diff)
downloadtalos-occ-c358181383374e84976982ac8d650db358a32c08.tar.gz
talos-occ-c358181383374e84976982ac8d650db358a32c08.zip
OCC error log clean up
Change-Id: Id7b66bab383d69017469aced62ec23bb7f7faaef RTC: 133939 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51369 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405/occ_service_codes.h')
-rw-r--r--src/occ_405/occ_service_codes.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/occ_405/occ_service_codes.h b/src/occ_405/occ_service_codes.h
index f357c88..1c00381 100644
--- a/src/occ_405/occ_service_codes.h
+++ b/src/occ_405/occ_service_codes.h
@@ -43,8 +43,6 @@ enum occReasonCode
OVERSUB_ALERT = 0x05,
/// Failure to maintain a hard power cap
POWER_CAP_FAILURE = 0x06,
- /// Fans are in full speed
- FAN_FULL_SPEED = 0x08,
/// Timed out reading a FRU temperature
FRU_TEMP_TIMEOUT = 0x09,
/// Processor reached error threshold
@@ -59,8 +57,6 @@ enum occReasonCode
SSX_GENERIC_FAILURE = 0x17,
/// Failure to handshake with an external fw entity (HB, FSP, PHYP, etc)
EXTERNAL_INTERFACE_FAILURE = 0x18,
- /// Incorrect number of active quads reported
- INVALID_ACTIVE_QUAD_COUNT = 0x19,
/// VRM Vdd reached error temperature threshold
VRM_VDD_ERROR_TEMP = 0x20,
/// VR_FAN - AVS Bus over-temperature reported
@@ -106,8 +102,6 @@ enum occReasonCode
OCC_SYSTEM_HALTED = 0xB5,
/// Reset PBA Queue due to PBAX Read Failure
PBAX_QUEUE_RESET = 0xBA,
- /// PBAX failure sending doorbell to slaves
- PBAX_ERROR = 0xBB,
/// Request to read APSS data failed.
APSS_GPE_FAILURE = 0xC0,
/// AVS Bus output over-current reported
@@ -120,8 +114,6 @@ enum occReasonCode
APSS_HARD_FAILURE = 0xC5,
/// Request to read redundant APSS data failed
REDUNDANT_APSS_GPE_FAILURE = 0xCB,
- /// Request to read DIMM data failed.
- DIMM_GPE_FAILURE = 0xD0,
MEMORY_INIT_FAILED = 0xD1,
DIMM_INVALID_STATE = 0xD2,
@@ -135,9 +127,7 @@ enum occReasonCode
GPE_REQUEST_TASK_NOT_IDLE = 0xD7,
GPE_REQUEST_RC_FAILURE = 0xD8,
- WOF_VFRT_REQ_FAILURE = 0xD9,
WOF_DISABLED_RC = 0xDA,
- WOF_VFRT_ALIGNMENT_ERROR = 0xDB,
INVALID_MAGIC_NUMBER = 0xDC,
INVALID_FREQUENCY = 0xDE,
WOF_RE_ENABLED = 0xDF,
OpenPOWER on IntegriCloud