From f7b1e2a3bcae240b8a9d47b7997f82367c11e1bd Mon Sep 17 00:00:00 2001 From: Chris Cain Date: Wed, 9 Jan 2019 17:21:57 -0600 Subject: Add support for a second voltage sense from APSS Change-Id: I8c356e2962c0e25c0335dc7af7dc79fc0702df60 RTC: 202003 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70401 Tested-by: FSP CI Jenkins Reviewed-by: Martha Broyles Reviewed-by: William A. Bryan Reviewed-by: Christopher J. Cain --- src/occ_405/occ_service_codes.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (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 59e7ce9..d54244e 100644 --- a/src/occ_405/occ_service_codes.h +++ b/src/occ_405/occ_service_codes.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER OnChipController Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2018 */ +/* Contributors Listed Below - COPYRIGHT 2011,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -202,6 +202,9 @@ enum occExtReasonCode ERC_AMEC_CENT_TEMP_TIMEOUT = 0x0032, ERC_AMEC_GPE1_TIMEOUT = 0x0033, + ERC_APSS_MISSING_ADC_VOLT_SENSE_2 = 0x0038, + ERC_APSS_GPU_VOLTAGE_CONFLICT = 0x0039, + ERC_CMDH_MBOX_REQST_FAILURE = 0x0040, ERC_CMDH_INTERNAL_FAILURE = 0x0041, ERC_CMDH_THRM_DATA_MISSING = 0x0042, -- cgit v1.2.1