summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include
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-08-04 11:10:09 -0400
commit6d82c8c375d3f290cc9079859dc84cf4d848a36a (patch)
treeb53986d7107e8187b4a5134c9746fa6d4c9f6d55 /src/import/hwpf/fapi2/include
parentb5346c2f709783b426f3a9eeb7a01e6e09b2f4b5 (diff)
downloadblackbird-hostboot-6d82c8c375d3f290cc9079859dc84cf4d848a36a.tar.gz
blackbird-hostboot-6d82c8c375d3f290cc9079859dc84cf4d848a36a.zip
Update FFDC mechanism to better handle targets, buffers
Fix bug in --empty-ffdc-classes, exectue() Change-Id: Iddfe3b5ec6804c5b8fee843f5292107acefd5643 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/27666 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include')
-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