summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2016-09-23 07:47:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-28 13:49:52 -0400
commit93757df1e1030cdc3286ba6c3e777ac977324fca (patch)
treef041ac44a48566122384ab94e26a4abaf5430c59 /src/import/hwpf/fapi2/include
parentd2185ac429b9b0aeccc2461d694b44e547d0314f (diff)
downloadblackbird-hostboot-93757df1e1030cdc3286ba6c3e777ac977324fca.tar.gz
blackbird-hostboot-93757df1e1030cdc3286ba6c3e777ac977324fca.zip
Cfam register data partially overwritten by scom data
-Updated function to pass output data pointer by reference Change-Id: I21d2fffda3df5ad6afbdd0764cb059a4d8f65192 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30163 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Deepak Kodihalli <dkodihal@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30165 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.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
index 753a245a1..ed23965b0 100644
--- a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
+++ b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
@@ -357,7 +357,7 @@ class ScomReader<TARGET_TYPE_DIMM>
///
template< typename T, class U>
ReturnCode collectRegisterData(std::vector<T>& i_addresses, U& i_reader,
- uint32_t i_offset, uint8_t* o_pData)
+ uint32_t i_offset, uint8_t*& o_pData)
{
FAPI_DBG("collectRegisterData -> address count: 0x%lx", i_addresses.size());
OpenPOWER on IntegriCloud