summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-04-10 09:16:03 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-23 15:24:15 -0500
commit02c81ca3e1e06b910c58905bcab913d30b0a5337 (patch)
treed301ae5056413e37daf15c3dc8cbae8ac1b74c45 /src/include/usr
parent0ea3be7d289e8e19aae6a426b65ec91a925ea11a (diff)
downloadtalos-hostboot-02c81ca3e1e06b910c58905bcab913d30b0a5337.tar.gz
talos-hostboot-02c81ca3e1e06b910c58905bcab913d30b0a5337.zip
More FFDC for SCOM Fails
Added more address-specific FFDC collection logic to handle more specific error scenarios we've seen or talked about. Change-Id: Ifcc2b98b9c55ed5e6a35d1556cd530438ec120c2 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11257 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/xscom/piberror.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/usr/xscom/piberror.H b/src/include/usr/xscom/piberror.H
index 9836d9acd..5640c6ce1 100644
--- a/src/include/usr/xscom/piberror.H
+++ b/src/include/usr/xscom/piberror.H
@@ -50,12 +50,15 @@ namespace PIB
*
* @param[in] i_target Operation target
* @param[in] i_pibErrStatus Error Status bits retrieved
+ * @param[in] i_scomAddr Address of SCOM operation that led to the fail,
+ * if operation was not a scom, set to UINT64_MAX
* @param[in/out] io_errl Originating errorlog that we will add Fru
* Callouts to.
* @return none
*/
void addFruCallouts(TARGETING::Target* i_target,
- uint32_t i_pibErrStatus,
+ uint32_t i_pibErrStatus,
+ uint64_t i_scomAddr,
errlHndl_t& io_errl);
OpenPOWER on IntegriCloud