summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mcbist
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-05-31 17:34:17 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-11 14:39:37 -0400
commit987752d8494c4ac2f0dac41b72c21b5cbb0d0488 (patch)
treeaea46cf8857adfe3f38061cb8125f9e7627388c0 /src/import/chips/p9/procedures/hwp/memory/lib/mcbist
parent075b200958f391fab88a229d77f2566c8aa2e8e1 (diff)
downloadtalos-hostboot-987752d8494c4ac2f0dac41b72c21b5cbb0d0488.tar.gz
talos-hostboot-987752d8494c4ac2f0dac41b72c21b5cbb0d0488.zip
L3 RAS for draminit_training, eff_config, lib
Change-Id: I1981cd809b109f32869e4ec98c5cdfd7fb375af9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41204 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41277 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@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/mcbist.C8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.C b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.C
index 89e584c62..62d91f41e 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.C
@@ -402,17 +402,19 @@ fapi2::ReturnCode poll( const fapi2::Target<T>& i_target, const program<T>& i_pr
fapi2::MSS_MCBIST_UNKNOWN_FAILURE()
.set_TARGET_IN_ERROR(i_target)
.set_STATUS_REGISTER(l_status),
- "MCBIST reported a fail, but process_errors didn't find it 0x%016llx", l_status );
+ "%s MCBIST reported a fail, but process_errors didn't find it 0x%016llx",
+ mss::c_str(i_target), l_status );
// And if we're here all is good with the world.
return fapi2::current_err;
}
FAPI_ASSERT(false,
- fapi2::MSS_MCBIST_MULTIPLE_FAIL_BITS()
+ fapi2::MSS_MCBIST_DATA_FAIL()
.set_TARGET_IN_ERROR(i_target)
.set_STATUS_REGISTER(l_status),
- "MCBIST executed <shrug>. Something's not good 0x%016llx", l_status );
+ "%s MCBIST executed but we got corrupted data in the control register 0x%016llx",
+ mss::c_str(i_target), l_status );
fapi_try_exit:
return fapi2::current_err;
OpenPOWER on IntegriCloud