From 67f48d4762cb76729fbff9063ef561de1118797d Mon Sep 17 00:00:00 2001 From: mbroyles Date: Mon, 17 Jul 2017 11:37:02 -0500 Subject: Fix excessive traces for BCE requests, slave data collection and opal updates Correct power cap information in OPAL shared memory Add non-zero error history counts to poll response Fix Characterization to Active State change failure Change-Id: I92b783b631e79786e6190a4def520fee32c2cc7c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43216 Tested-by: FSP CI Jenkins Reviewed-by: Christopher J. Cain Reviewed-by: William A. Bryan --- src/occ_405/occ_service_codes.h | 1 + 1 file changed, 1 insertion(+) (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 2b066df..efdb838 100644 --- a/src/occ_405/occ_service_codes.h +++ b/src/occ_405/occ_service_codes.h @@ -143,6 +143,7 @@ enum occReasonCode SENSOR_MAIN_MEM_ERROR = 0xF0, INBAND_CMD_ERROR = 0xF1, + OPAL_TABLE_UPDATE_ERROR = 0xF2, /// Success! OCC_SUCCESS_REASON_CODE = 0xFF, -- cgit v1.2.1