diff options
author | Elizabeth Liner <eliner@us.ibm.com> | 2016-03-03 10:07:18 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-08 12:24:24 -0500 |
commit | ced9d370d02715fb8e492623b4d49b873ea48d0e (patch) | |
tree | 105c6fcd4b252f2714fd7f7fc5bd4b1406461c5f | |
parent | c953ba7b67e99a00cc28f3bdb4c95f6e0041be3d (diff) | |
download | talos-hostboot-ced9d370d02715fb8e492623b4d49b873ea48d0e.tar.gz talos-hostboot-ced9d370d02715fb8e492623b4d49b873ea48d0e.zip |
Adding additional debug information for an ibscom invalid address error
Change-Id: Ic57fce8af43162db2c6d28239012dfbd537eba10
CQ: SW330828
ForwardPort: yes
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21604
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: FSP CI Jenkins
Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21740
-rw-r--r-- | src/usr/ibscom/ibscom.C | 6 |
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); |