summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-06-08 07:02:38 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-22 14:18:19 -0400
commitdb5ae2e4c6643b00ee92fc66cd367a678864413f (patch)
tree4efe1fa3ee5dc2ec196fe3df178772ff14c76bee /src/import/chips/p9/procedures/hwp/memory/lib
parentde4ae93cc155e9a6ffb78cddf3918a20fd926afd (diff)
downloadtalos-hostboot-db5ae2e4c6643b00ee92fc66cd367a678864413f.tar.gz
talos-hostboot-db5ae2e4c6643b00ee92fc66cd367a678864413f.zip
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 <gollub@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25495 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H5
1 files changed, 4 insertions, 1 deletions
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<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<T> >
@@ -618,6 +618,9 @@ class program
// By default if there's an error, we stop after the errored address
iv_config.insertFromRight<TT::CFG_PAUSE_ON_ERROR_MODE, TT::CFG_PAUSE_ON_ERROR_MODE_LEN>(
stop_conditions::STOP_AFTER_ADDRESS);
+
+ // All mcbist attentions are host attentions, special attention bit is already clear
+ iv_config.setBit<TT::CFG_ENABLE_HOST_ATTN>();
}
///
OpenPOWER on IntegriCloud