summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2017-02-22 14:19:35 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-14 10:17:54 -0400
commit67a98a497e7e0fe0733ea937a672e81945680b60 (patch)
treee559cc6a02b6124546cc8c2b05d5cffa698e6533
parentf6d09bc0598843886c517fdb30ad29be391072af (diff)
downloadtalos-hostboot-67a98a497e7e0fe0733ea937a672e81945680b60.tar.gz
talos-hostboot-67a98a497e7e0fe0733ea937a672e81945680b60.zip
centaur_misc_constants.H -- adjust polling costants for sim
initial port in values for MAX_FLUSH_LOOPS / SIM_FLUSH_DELAY don't cover delay values used in p8 sim for 72u 72d refclock Change-Id: Ib4ed195a93c70142e646dfb53328b4a0d2614ae8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36876 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Victor F. Fernandes <vf@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44333 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-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>
-rw-r--r--src/import/chips/centaur/common/include/centaur_misc_constants.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/centaur/common/include/centaur_misc_constants.H b/src/import/chips/centaur/common/include/centaur_misc_constants.H
index 5d726645f..c8ca5fb90 100644
--- a/src/import/chips/centaur/common/include/centaur_misc_constants.H
+++ b/src/import/chips/centaur/common/include/centaur_misc_constants.H
@@ -46,9 +46,9 @@
#define PERV_GP3_RESET_DATA 0x44166000
-#define MAX_FLUSH_LOOPS 100
+#define MAX_FLUSH_LOOPS 400
#define MAX_REPAIR_POLL_LOOPS 100
-#define SIM_FLUSH_DELAY 20000
+#define SIM_FLUSH_DELAY 400000
#define NANO_FLUSH_DELAY 10000
#define MULTI_CAST_PATTERN 0x0000000000000078
OpenPOWER on IntegriCloud