summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-11-02 08:40:07 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-11-04 22:31:37 -0400
commit128fb5c2139a0d9ae4d5a23a95ff864392a59b5f (patch)
tree505dc939e9028303ea4a89e1c7d2d39a799e86fd /src/import
parent14e5db03ce5f25a3fd6c69c5f7555d311e4c4e1f (diff)
downloadtalos-hostboot-128fb5c2139a0d9ae4d5a23a95ff864392a59b5f.tar.gz
talos-hostboot-128fb5c2139a0d9ae4d5a23a95ff864392a59b5f.zip
Change mss training to fail on any disabled bits
Change-Id: Iec485a39af9e41edd9ba1356d17cb04fa3fc556f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32111 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Dev-Ready: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32117 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C b/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
index f6e8b01e8..4d848fcff 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
@@ -526,8 +526,8 @@ fapi2::ReturnCode process_initial_cal_errors( const fapi2::Target<TARGET_TYPE_MC
// bit processing here, and if we can go on and ignore these bad bits, we'll see a succcess here.
if (dp16::process_bad_bits(i_target, l_failed_dimm, l_rank_pairs) == fapi2::FAPI2_RC_SUCCESS)
{
- FAPI_INF("Initial cal - errors reported but repaired ok on %s", mss::c_str(l_failed_dimm));
- return fapi2::FAPI2_RC_SUCCESS;
+ FAPI_INF("Initial cal - errors reported, but only 1 nibble + 1 bit marked %s", mss::c_str(l_failed_dimm));
+ // TK processing recoverable bad bits ...
}
}
@@ -1229,5 +1229,3 @@ fapi_try_exit:
}
} // ns mss
-
-
OpenPOWER on IntegriCloud