summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-09-06 09:14:23 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-09-08 12:03:13 -0400
commit263fd96f988d641967d0bd1e3537ac75caed254d (patch)
treef21ff9e45a24283bea5c80b12b4c80a89bb9d4ed /src/include
parent92ddefe702f52ab25c0da4d9e5f5fad5a56ab851 (diff)
downloadtalos-hostboot-263fd96f988d641967d0bd1e3537ac75caed254d.tar.gz
talos-hostboot-263fd96f988d641967d0bd1e3537ac75caed254d.zip
Temporarily force terminal RC on SBE errors
Until Hostboot has the infrastructure in place to collect all of the FFDC from a SBE failure, we will rely on the FSP code to collect the data. This requires Hostboot to terminate with a special RC to force this behavior. Change-Id: I94fba157826664b680a51790104932f97b671950 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29253 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Deepak Kodihalli <dkodihal@in.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/sbeio/sbeioreasoncodes.H5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/usr/sbeio/sbeioreasoncodes.H b/src/include/usr/sbeio/sbeioreasoncodes.H
index dec1f6145..e40c8606d 100644
--- a/src/include/usr/sbeio/sbeioreasoncodes.H
+++ b/src/include/usr/sbeio/sbeioreasoncodes.H
@@ -73,6 +73,11 @@ enum sbeioReasonCode
SBEIO_FIFO_NULL_TARGET = SBEIO_COMP_ID | 0x17,
SBEIO_FIFO_MASTER_TARGET = SBEIO_COMP_ID | 0x18,
SBEIO_FIFO_SENTINEL_TARGET = SBEIO_COMP_ID | 0x19,
+
+
+ // Remove once we collect the FFDC ourselves - @todo-RTC:144313
+ //termination_rc
+ SBEIO_HWSV_COLLECT_SBE_RC = SBEIO_COMP_ID | 0xFF,
};
}; // end SBE
OpenPOWER on IntegriCloud