summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sbeio
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2018-02-09 15:03:02 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-02-27 13:05:58 -0500
commit8f1ef46890d9d53df652cfa823f310adae39d47f (patch)
tree5a6a5f18d8e726eb43670cc1fcc46c0c11dce63a /src/include/usr/sbeio
parentfed203b290c12b7b634c04eeec2b95fc496a726f (diff)
downloadblackbird-hostboot-8f1ef46890d9d53df652cfa823f310adae39d47f.tar.gz
blackbird-hostboot-8f1ef46890d9d53df652cfa823f310adae39d47f.zip
Adding visible error once we know that the SBE is erroring
There is a path of the sbe_retry_handler that is missing a visible error (Once we realize that there is an issue with the SBE, and we're attempting a boot). This commit adds in that change Change-Id: Ia613d0b5210aec7bfa923f565d3f57192e585361 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53774 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> CI-Ready: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/sbeio')
-rw-r--r--src/include/usr/sbeio/sbeioreasoncodes.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/sbeio/sbeioreasoncodes.H b/src/include/usr/sbeio/sbeioreasoncodes.H
index a0b7aac68..cd4d97b4c 100644
--- a/src/include/usr/sbeio/sbeioreasoncodes.H
+++ b/src/include/usr/sbeio/sbeioreasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2017 */
+/* Contributors Listed Below - COPYRIGHT 2013,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -120,6 +120,7 @@ enum sbeioReasonCode
SBEIO_INCORRECT_FCN_CALL = SBEIO_COMP_ID | 0x56,
SBEIO_RETURNED_FFDC = SBEIO_COMP_ID | 0x57,
SBEIO_SLAVE_TIMEOUT = SBEIO_COMP_ID | 0x58,
+ SBEIO_ATTEMPTING_REBOOT = SBEIO_COMP_ID | 0x59,
// SBE Vital Attention error codes
SBEIO_SBE_RC_VALUE_INFO = SBEIO_COMP_ID | 0x60,
OpenPOWER on IntegriCloud