summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2019-07-10 15:30:41 -0400
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-07-19 09:04:25 -0500
commitdd6aa0faadde7069f8bf628b5557b98206730c2c (patch)
treed7f2e24b21c08a205621795d652a55bd7df57fd6 /src/import/chips/ocmb/explorer/procedures/hwp/memory
parent66af054d9d76dee612fe6f923e436ebda2bae04a (diff)
downloadtalos-hostboot-dd6aa0faadde7069f8bf628b5557b98206730c2c.tar.gz
talos-hostboot-dd6aa0faadde7069f8bf628b5557b98206730c2c.zip
Lengthen polling duration for Explorer outbound doorbell
Change-Id: Ia8f009291481ccb2202be679d49f0652a56b81c5 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80221 Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com> Reviewed-by: RYAN P. KING <rpking@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@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: STEPHEN GLANCY <sglancy@us.ibm.com> Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80249 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C
index e527207cd..2a1824d2b 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_inband.C
@@ -541,9 +541,9 @@ fapi2::ReturnCode poll_for_response_ready(const fapi2::Target<fapi2::TARGET_TYPE
// NUM_LOOPS is based on EXP_FW_DDR_PHY_INIT command, which completes in ~10ms in HW.
// We initially delay 8ms, so we should only need to poll for ~2ms here.
// We're waiting 100us between polls, so we should only need about 20 loops here,
- // but we make it 50 to be safe
+ // but we make it 200 to be safe
+ constexpr uint64_t NUM_LOOPS = 200;
- constexpr uint64_t NUM_LOOPS = 50;
// So, why aren't we using the memory team's polling API?
// This is a base function that will be utilized by the platform code
// As such, we don't want to pull in more libraries than we need to: it would cause extra dependencies
OpenPOWER on IntegriCloud