summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_service_codes.h
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2017-09-28 13:32:29 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-10-03 16:03:05 -0400
commit74f721c90235a18821b97782d98349cf51e0f12d (patch)
tree1f2fd59b41db514c0273632dd2dd7926e25a2030 /src/occ_405/occ_service_codes.h
parent76b91d0038d59b30de14108e908bc78c6d988796 (diff)
downloadtalos-occ-74f721c90235a18821b97782d98349cf51e0f12d.tar.gz
talos-occ-74f721c90235a18821b97782d98349cf51e0f12d.zip
GPU 405 Enable Memory Temperatures
Change-Id: Id50d12a50a05b8b3a6a6f1ce3ce4512d3299caa7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46882 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/occ_service_codes.h')
-rw-r--r--src/occ_405/occ_service_codes.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/occ_405/occ_service_codes.h b/src/occ_405/occ_service_codes.h
index a379f87..c740c05 100644
--- a/src/occ_405/occ_service_codes.h
+++ b/src/occ_405/occ_service_codes.h
@@ -87,12 +87,14 @@ enum occReasonCode
/// Firmware Failure: equivalent to assertion failures
INTERNAL_FW_FAILURE = 0xA0,
+ /// Build problem, gpe1 image doesn't support GPU interface
+ GPU_NO_GPE_SUPPORT = 0xA1,
/// Error with GPU tasks
- GPU_FAILURE = 0xA1,
+ GPU_FAILURE = 0xA2,
/// GPU core reached error threshold
- GPU_ERROR_TEMP = 0xA2,
+ GPU_ERROR_TEMP = 0xA3,
/// GPU memory reached error threshold
- GPU_MEMORY_ERROR_TEMP = 0xA3,
+ GPU_MEMORY_ERROR_TEMP = 0xA4,
/// Failure within the OCC Complex of the processor
INTERNAL_HW_FAILURE = 0xB0,
@@ -289,7 +291,11 @@ enum occExtReasonCode
ERC_GPU_READ_MEM_TEMP_CAPABLE_FAILURE = 0x00F6,
ERC_GPU_INVALID_GPU_OPERATION = 0x00F7,
ERC_GPU_N_MODE_PCAP_CALC_FAILURE = 0x00F8,
+ ERC_GPU_N_PLUS_1_MODE_PCAP_CALC_FAILURE = 0x00F9,
ERC_GPU_NO_GPE_SUPPORT = 0x00FF,
+ ERC_GPU_CHECK_DRIVER_LOADED_FAILURE = 0x0100,
+ ERC_GPU_READ_PWR_LIMIT_FAILURE = 0x0101,
+ ERC_GPU_SET_PWR_LIMIT_FAILURE = 0x0102,
ERC_STATE_FROM_ALL_TO_STB_FAILURE = 0x0123,
ERC_STATE_FROM_ACT_TO_CHR_FAILURE = 0x0124,
OpenPOWER on IntegriCloud