From db5ae2e4c6643b00ee92fc66cd367a678864413f Mon Sep 17 00:00:00 2001 From: Brian Silver Date: Wed, 8 Jun 2016 07:02:38 -0500 Subject: Add unmasking of FIR for memdiags Change-Id: Icc64171ffc9d2ee9aec113b290c2952a5dac0c22 RTC: 155733 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25493 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Marc Gollub Reviewed-by: STEPHEN GLANCY Reviewed-by: Louis Stermole Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25495 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H index ef2dfd9ce..067b1362b 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H +++ b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H @@ -583,7 +583,7 @@ inline subtest_t init_subtest() /// - FORCE_PAUSE_AFTER_ADDR - don't pause after current address /// - FORCE_PAUSE_AFTER_SUBTEST - no pause after subtest /// - ENABLE_SPEC_ATTN - disabled -/// - ENABLE_HOST_ATTN - disabled +/// - ENABLE_HOST_ATTN - enabled /// template< fapi2::TargetType T, typename TT = mcbistTraits > @@ -618,6 +618,9 @@ class program // By default if there's an error, we stop after the errored address iv_config.insertFromRight( stop_conditions::STOP_AFTER_ADDRESS); + + // All mcbist attentions are host attentions, special attention bit is already clear + iv_config.setBit(); } /// -- cgit v1.2.1