summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/fir/check.C
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-05-16 14:57:06 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-24 22:37:21 -0400
commitc5c795757a97971ef61548997991880a527122ae (patch)
treede51a3de2786b16df774278ac74e2e4920662429 /src/import/chips/p9/procedures/hwp/memory/lib/fir/check.C
parente912642e50b25be2e1cc4f30ce2922d8fd61a239 (diff)
downloadtalos-hostboot-c5c795757a97971ef61548997991880a527122ae.tar.gz
talos-hostboot-c5c795757a97971ef61548997991880a527122ae.zip
Clear DLL CNTL ERROR and FIR bits for workaround
Change-Id: Ib9527d5a349806373242100891a3f29741094d55 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40590 Dev-Ready: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@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/40599 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-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/fir/check.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/fir/check.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/fir/check.C b/src/import/chips/p9/procedures/hwp/memory/lib/fir/check.C
index 4daa01102..ce0497058 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/fir/check.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/fir/check.C
@@ -105,6 +105,7 @@ fapi2::ReturnCode during_phy_reset( const fapi2::Target<TARGET_TYPE_MCBIST>& i_t
fapi2::buffer<uint64_t> l_phyfir_mask;
l_phyfir_mask.setBit<MCA_IOM_PHY0_DDRPHY_FIR_REG_ERROR_0>()
.setBit<MCA_IOM_PHY0_DDRPHY_FIR_REG_ERROR_1>()
+ .setBit<MCA_IOM_PHY0_DDRPHY_FIR_REG_ERROR_2>()
.setBit<MCA_IOM_PHY0_DDRPHY_FIR_REG_ERROR_3>()
.setBit<MCA_IOM_PHY0_DDRPHY_FIR_REG_ERROR_4>()
.setBit<MCA_IOM_PHY0_DDRPHY_FIR_REG_ERROR_5>()
OpenPOWER on IntegriCloud