summaryrefslogtreecommitdiffstats
path: root/src/common/gpe_err.h
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2018-03-06 08:39:53 -0600
committerWilliam A. Bryan <wilbryan@us.ibm.com>2018-03-07 14:22:49 -0500
commit81196c350c52e3a36885e531808607872dd21c59 (patch)
tree6e2bd32b97436220b5b9da836ab533450307c216 /src/common/gpe_err.h
parent1c7b23cc6b8f1d31a8851d8adc6dfe1c94502136 (diff)
downloadtalos-occ-81196c350c52e3a36885e531808607872dd21c59.tar.gz
talos-occ-81196c350c52e3a36885e531808607872dd21c59.zip
Try to PCAP GPU again after busy failure
CQ:SW414846 Change-Id: I7a4c42de414529da963c4f23f27b99a855a4b727 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55109 Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/common/gpe_err.h')
-rw-r--r--src/common/gpe_err.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/gpe_err.h b/src/common/gpe_err.h
index 23d55d2..9dfe1ca 100644
--- a/src/common/gpe_err.h
+++ b/src/common/gpe_err.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2017 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -56,5 +56,6 @@
#define GPE_RC_GPU_CMD_NOT_SUPPORTED 0x82 // GPU rejected command with no support
#define GPE_RC_GPU_CMD_FAILED 0x83 // An error occurred in the last GPU operation
#define GPE_RC_GPU_INIT_FAILED 0x84 // Failed to init GPU
+#define GPE_RC_GPU_BUSY 0x85
#endif //_GPE_ERR_H
OpenPOWER on IntegriCloud