summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-09-28 16:48:11 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2016-10-04 18:47:54 -0400
commite1e8610960d9b5124a656b662144ff6b76631e85 (patch)
treee01487498c3234a8bea113951aeae99288fed12f /src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C
parent7bc64f60dbbfe24d3c7c0b649a94d1ca77cba86a (diff)
downloadtalos-hostboot-e1e8610960d9b5124a656b662144ff6b76631e85.tar.gz
talos-hostboot-e1e8610960d9b5124a656b662144ff6b76631e85.zip
Add MCBIST workaround super-fast read & 1R DIMM
Change-Id: I6473dfd00e9636797619e0e3d3a6d54eb9cdb5b9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30553 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@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/30561 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mcbist/memdiags.C4
1 files changed, 2 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 e9ab2b992..6066b414e 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
@@ -65,7 +65,7 @@ template<>
fapi2::ReturnCode stop( const fapi2::Target<TARGET_TYPE_MCBIST>& i_target )
{
// Too long, make shorter
- using TT = mss::mcbist::mcbistTraits<TARGET_TYPE_MCBIST>;
+ using TT = mss::mcbistTraits<TARGET_TYPE_MCBIST>;
// Poll parameters are defined as TK so that we wait a nice time for operations
// For now use the defaults
@@ -576,7 +576,7 @@ fapi2::ReturnCode continue_cmd( const fapi2::Target<TARGET_TYPE_MCBIST>& i_targe
const speed i_speed )
{
// Too long, make shorter
- using TT = mss::mcbist::mcbistTraits<TARGET_TYPE_MCBIST>;
+ using TT = mss::mcbistTraits<TARGET_TYPE_MCBIST>;
// We can use a local mcbist::program to help with the bit processing, and then write just the registers we touch.
mss::mcbist::program<TARGET_TYPE_MCBIST> l_program;
OpenPOWER on IntegriCloud