summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2015-04-20 11:55:59 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-04-06 20:35:34 -0400
commita264a3b5159617afdcdd02bbeba920b99db23993 (patch)
treed92d875f8ffb9575073ad0261e8ef812bca3dca5 /src/import/hwpf/fapi2/include/collect_reg_ffdc.H
parentcbd88f9d4b325cbd5e4b3127511b852b1322eb84 (diff)
downloadtalos-hostboot-a264a3b5159617afdcdd02bbeba920b99db23993.tar.gz
talos-hostboot-a264a3b5159617afdcdd02bbeba920b99db23993.zip
Update FFDC mechanism to better handle targets, buffers
Fix bug in --empty-ffdc-classes, exectue() Change-Id: I1275715dc6a04dd89a3c678e27b54c5d22071ffd Original-Change-Id: I2a872efacbe68719495b7d40123db683c3a6db3e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17340 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Tested-by: Brian Silver <bsilver@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22800 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include/collect_reg_ffdc.H')
-rw-r--r--src/import/hwpf/fapi2/include/collect_reg_ffdc.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
index 495b2a3ca..764bb3c86 100644
--- a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
+++ b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
@@ -50,7 +50,7 @@ namespace fapi2
/// @warning This should only be called by FAPI during FAPI_SET_HWP_ERROR or
/// FAPI_ADD_INFO_TO_HWP_ERROR
///
- /// @param[in] i_target Pointer to Target to collect FFDC from
+ /// @param[in] i_target Pointer to Target to collect FFDC from (ffdc_t.ptr())
/// @param[in] i_ffdcId FFDC Identifier
/// @param[out] o_rc Reference to ReturnCode that FFDC is added to
/// @param[in] i_child Specifies type of i_target's chiplet to collect
@@ -67,7 +67,7 @@ namespace fapi2
/// addresses when collecting register FFDC based on
/// present child chiplets.
///
- void collectRegFfdc(const fapi2::Target<TARGET_TYPE_ALL>* i_target,
+ void collectRegFfdc(const fapi2::ffdc_t& i_target,
const fapi2::HwpFfdcId i_ffdcId,
fapi2::ReturnCode & o_rc,
const TargetType i_child = TARGET_TYPE_NONE,
OpenPOWER on IntegriCloud