summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mcbist
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-08-17 12:10:31 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-29 12:36:37 -0400
commit00b819b7f744f32ebcefce9cfc31a558d1526341 (patch)
treef257a92a2ef9bf43cda36203f2eb102048547003 /src/import/chips/p9/procedures/hwp/memory/lib/mcbist
parent9a02235b26300f9833570a767ce3f15711c8ce07 (diff)
downloadtalos-hostboot-00b819b7f744f32ebcefce9cfc31a558d1526341.tar.gz
talos-hostboot-00b819b7f744f32ebcefce9cfc31a558d1526341.zip
Add in last addr register to memdiags error xml
Change-Id: Ic964e1156444e3ea08e6a9825a498ca3a37eff02 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44740 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44745 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mcbist')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C
index ae057621e..8e6be913d 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C
@@ -99,8 +99,11 @@ fapi2::ReturnCode stop( const fapi2::Target<TARGET_TYPE_MCBIST>& i_target )
// So we've either stopped or we timed out
FAPI_ASSERT( l_poll_result == true,
- fapi2::MSS_MEMDIAGS_MCBIST_FAILED_TO_STOP().set_MCBIST_TARGET(i_target),
- "The MCBIST engine failed to stop its program" );
+ fapi2::MSS_MEMDIAGS_MCBIST_FAILED_TO_STOP()
+ .set_MCBIST_TARGET(i_target)
+ .set_POLL_COUNT(l_poll_parameters.iv_poll_count),
+ "%s The MCBIST engine failed to stop its program",
+ mss::c_str(i_target) );
fapi_try_exit:
return fapi2::current_err;
OpenPOWER on IntegriCloud