From 43b9907f1a84be57f678de6f496c3f7d05c0c40b Mon Sep 17 00:00:00 2001 From: Chris Cain Date: Thu, 27 Apr 2017 19:12:54 -0500 Subject: Add PBAX queue error handling and throttle of APSS failure traces Change-Id: I3ee189b1088ff48ab9743233c1a05072730699b9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39790 Reviewed-by: Martha Broyles Reviewed-by: William A. Bryan Tested-by: FSP CI Jenkins Reviewed-by: Christopher J. Cain --- src/occ_405/occ_service_codes.h | 4 ++++ 1 file changed, 4 insertions(+) (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 4c6faf4..fadba70 100644 --- a/src/occ_405/occ_service_codes.h +++ b/src/occ_405/occ_service_codes.h @@ -94,6 +94,10 @@ enum occReasonCode INTERNAL_INVALID_INPUT_DATA = 0xB3, /// RTL detected a system checkstop 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 -- cgit v1.2.1