summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-12-14 14:48:12 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-01-04 20:55:06 -0500
commit01ac24e475330b548afb7cba7c3d78853f3f15d4 (patch)
tree070fae60d0e0d2dcb2e04e1707a5d68bcb89c59e /src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C
parentabfecf4479365df85cf72476a52f071bc942838e (diff)
downloadtalos-hostboot-01ac24e475330b548afb7cba7c3d78853f3f15d4.tar.gz
talos-hostboot-01ac24e475330b548afb7cba7c3d78853f3f15d4.zip
Add more polling loops to mss_scrub
Change-Id: Ifce2a2040ba89fbabe53788ea0d74122a8cee730 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33852 Dev-Ready: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@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: ANUWAT SAETOW <asaetow@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33855 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> 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/chips/p9/procedures/hwp/memory/p9_mss_scrub.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C
index bb33a5446..d52a2cb76 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scrub.C
@@ -78,7 +78,7 @@ fapi2::ReturnCode p9_mss_scrub( const fapi2::Target<TARGET_TYPE_MCBIST>& i_targe
};
// We'll fill in the initial delay below
- mss::poll_parameters l_poll_parameters(0, 200, 100 * mss::DELAY_1MS, 200, 500);
+ mss::poll_parameters l_poll_parameters(0, 200, 100 * mss::DELAY_1MS, 200, 1000);
uint64_t l_memory_size = 0;
FAPI_TRY( mss::eff_memory_size(i_target, l_memory_size) );
OpenPOWER on IntegriCloud