summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.C
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2017-02-06 13:47:15 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-10 22:02:27 -0500
commit72f2e5f8c42cf80fdea34bc4d6e0e29abd2ab1c4 (patch)
treee93f4e10a8ffa50a62b5fad7d106963ec2a55de3 /src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.C
parent10c47be7297367f6e191dd043915b6e350a39fc8 (diff)
downloadtalos-hostboot-72f2e5f8c42cf80fdea34bc4d6e0e29abd2ab1c4.tar.gz
talos-hostboot-72f2e5f8c42cf80fdea34bc4d6e0e29abd2ab1c4.zip
Updates MCBIST for dual-drop systems
Includes: 1) address configuration updates 2) FIFO/reorder queue updates needed to avoid hangs Change-Id: Ib5ebbe6166535ebfb4477d2e917cf5a8b057d742 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35984 Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35985 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-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/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.C5
1 files changed, 4 insertions, 1 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 38c3c6676..5c7e847a7 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
@@ -437,6 +437,9 @@ fapi2::ReturnCode execute( const fapi2::Target<TARGET_TYPE_MCBIST>& i_target,
FAPI_TRY( clear_errors(i_target) );
+ // Configures the write/read FIFO bit
+ FAPI_TRY( load_fifo_mode( i_target, i_program) );
+
// Slam the address generator config
FAPI_TRY( load_addr_gen(i_target, i_program) );
@@ -631,7 +634,7 @@ fapi_try_exit:
return fapi2::current_err;
}
-} // namespace
+} // namespace MCBIST
// Note: outside of the mcbist namespace
OpenPOWER on IntegriCloud