summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2013-12-06 12:11:41 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-12-09 10:29:33 -0600
commit8419ba440403c1b02b74ad89a91fccd85fa45ea9 (patch)
tree401b18f10467d104f0cc042c03b086912c89e763 /src/usr/fsi
parent2eea608ec57fe7afd78127350312b9f041102007 (diff)
downloadtalos-hostboot-8419ba440403c1b02b74ad89a91fccd85fa45ea9.tar.gz
talos-hostboot-8419ba440403c1b02b74ad89a91fccd85fa45ea9.zip
Add FFDC to FSI SCOM Errors
Change-Id: I5506bca1467d1f15d7c3885756cdc84d0f01d9ea CQ: SW235042 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7576 Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/fsi')
-rw-r--r--src/usr/fsi/fsidd.C9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/fsi/fsidd.C b/src/usr/fsi/fsidd.C
index 1edd9792f..261c23730 100644
--- a/src/usr/fsi/fsidd.C
+++ b/src/usr/fsi/fsidd.C
@@ -730,6 +730,15 @@ void FsiDD::getFsiFFDC(FSI::fsiFFDCType_t i_ffdc_type,
DEVICE_FSI_ADDRESS(dump_regs[x]));
}
}
+ regdata2.addToLog(io_log);
+
+ // Grab the security reg (per Cedric)
+ if( i_target != iv_master )
+ {
+ ERRORLOG::ErrlUserDetailsLogRegister l_scom_data(i_target);
+ l_scom_data.addData(DEVICE_XSCOM_ADDRESS(0x00010005ull));
+ l_scom_data.addToLog(io_log);
+ }
}
else if( FSI::FFDC_OPB_FAIL == i_ffdc_type )
{
OpenPOWER on IntegriCloud