summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/ibscom/ibscom.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/ibscom/ibscom.C b/src/usr/ibscom/ibscom.C
index aa091ca19..27ad8503c 100644
--- a/src/usr/ibscom/ibscom.C
+++ b/src/usr/ibscom/ibscom.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* Contributors Listed Below - COPYRIGHT 2012,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -834,6 +834,10 @@ errlHndl_t doIBScom(DeviceFW::OperationType i_opType,
ffdc.addData(DEVICE_FSISCOM_ADDRESS(0x0104000A));
ffdc.addData(DEVICE_FSISCOM_ADDRESS(MBS_FIR));
ffdc.addData(DEVICE_FSISCOM_ADDRESS(MBSIBERR0));
+
+ //grabbing the error specifics for a scom fail
+ ffdc.addData(DEVICE_FSISCOM_ADDRESS(0x03010001));
+
ffdc.addToLog(l_err);
l_err->collectTrace(IBSCOM_COMP_NAME);
OpenPOWER on IntegriCloud