From 2c7af1f6cf8995bed10e9f2aacce431015bb4f96 Mon Sep 17 00:00:00 2001 From: Brian Silver Date: Mon, 7 Mar 2016 12:47:33 -0600 Subject: Add p9_mss_dump_regs wrapper, remove from procedures Change-Id: I2239ab9daff4d9d398539bd2a4f2a646393abe26 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21768 Tested-by: Jenkins Server Reviewed-by: ANDRE A. MARIN Reviewed-by: JACOB L. HARVEY Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21769 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_mc.C | 7 ------- .../chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C | 2 -- 2 files changed, 9 deletions(-) (limited to 'src/import') diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_mc.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_mc.C index 124722c55..fcf17386f 100644 --- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_mc.C +++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_mc.C @@ -183,13 +183,6 @@ extern "C" // Kick it off, wait for a result FAPI_TRY( mss::mcbist::execute(i_target, l_program) ); - - // Just because the program executed and no MCBIST failure was reported, it is poosible that - // there were address errors. An address error in the only address in a range causes the - // 'BIST to skip that command. Since it's the only address, the subtest (or program) can - // complete succedssfully even though nothing actually happend. - // For now, just dump the registers and vgrep for errors. BRS - FAPI_TRY( mss::dump_regs(i_target) ); } } diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C index c2217182b..ec5914f17 100644 --- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C +++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_draminit_training.C @@ -149,8 +149,6 @@ extern "C" // • Section 5.2.6.2 WC Configuration 1 Register on page 436 // • Section 5.2.6.3 WC Configuration 2 Register on page 438 - FAPI_TRY( mss::dump_regs(p) ); - // Get our rank pairs. FAPI_TRY( mss::get_rank_pairs(p, l_pairs) ); -- cgit v1.2.1