summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_service_codes.h
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2019-01-09 17:21:57 -0600
committerChristopher J. Cain <cjcain@us.ibm.com>2019-01-29 15:46:29 -0600
commitf7b1e2a3bcae240b8a9d47b7997f82367c11e1bd (patch)
tree020d3b0ca82037487b71a2868f26c0051df23c22 /src/occ_405/occ_service_codes.h
parentd03cb7413705fe805cb41d5bc259d825fc814e3d (diff)
downloadtalos-occ-f7b1e2a3bcae240b8a9d47b7997f82367c11e1bd.tar.gz
talos-occ-f7b1e2a3bcae240b8a9d47b7997f82367c11e1bd.zip
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 <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/occ_405/occ_service_codes.h')
-rw-r--r--src/occ_405/occ_service_codes.h5
1 files changed, 4 insertions, 1 deletions
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,
OpenPOWER on IntegriCloud