From 02c81ca3e1e06b910c58905bcab913d30b0a5337 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Thu, 10 Apr 2014 09:16:03 -0500 Subject: 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 Reviewed-by: Douglas R. Gilbert Reviewed-by: A. Patrick Williams III --- src/include/usr/xscom/piberror.H | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include/usr/xscom') 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); -- cgit v1.2.3