summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-06-15 10:18:27 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-22 14:19:21 -0400
commitbc2f2095a281a21ab45b829e67c9f1788d5f9984 (patch)
treef3899cd71f2ec77f0c1bf4d546ae7b0dfc7b8473 /src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C
parentdb5ae2e4c6643b00ee92fc66cd367a678864413f (diff)
downloadtalos-hostboot-bc2f2095a281a21ab45b829e67c9f1788d5f9984.tar.gz
talos-hostboot-bc2f2095a281a21ab45b829e67c9f1788d5f9984.zip
Change memdiags/mcbist stop conditions to incorporate end, thresholds
Change-Id: I74659dc9efd3a348abaa12c65e9aed6eae0fba15 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25993 Tested-by: Hostboot CI Tested-by: Jenkins Server Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25998 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C
index 55b48cfaa..0b35ed2bf 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_memdiag.C
@@ -24,7 +24,7 @@
// *HWP HWP Owner: Brian Silver <bsilver@us.ibm.com>
// *HWP HWP Backup: Andre Marin <aamarin@us.ibm.com>
// *HWP Team: Memory
-// *HWP Level: 1
+// *HWP Level: 2
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
@@ -69,7 +69,8 @@ extern "C"
mss::poll_parameters l_poll_parameters;
bool l_poll_results = mss::poll(i_target, MCBIST_MCBISTFIRQ, l_poll_parameters,
- [&l_status](const size_t poll_remaining, const fapi2::buffer<uint64_t>& stat_reg) -> bool
+ [&l_status](const size_t poll_remaining,
+ const fapi2::buffer<uint64_t>& stat_reg) -> bool
{
FAPI_DBG("mcbist firq 0x%llx, remaining: %d", stat_reg, poll_remaining);
l_status = stat_reg;
OpenPOWER on IntegriCloud