diff options
| author | Yue Du <daviddu@us.ibm.com> | 2016-08-25 00:39:45 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 16:16:12 -0500 |
| commit | ceafb19f082d2cdecb3aa4d1f88977085a017012 (patch) | |
| tree | 71cc3ccd78f9dbd7e10eccacbb7f99fdf117b7be | |
| parent | d2cb76fc3b475e31d005edabd96ce51c8cd69446 (diff) | |
| download | talos-hcode-ceafb19f082d2cdecb3aa4d1f88977085a017012.tar.gz talos-hcode-ceafb19f082d2cdecb3aa4d1f88977085a017012.zip | |
HWP/LIB: double delay timeout in p9_common_poweronoff.C
Change-Id: I3624af18900bf59471d57b8ef33bd433cf0598c9
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28767
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
| -rw-r--r-- | import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.C b/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.C index 04150a15..960c64b7 100644 --- a/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.C +++ b/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.C @@ -74,7 +74,7 @@ const uint64_t PPM_PFSNS[2] = { C_PPM_PFSNS, }; enum { FSM_IDLE_POLLING_HW_NS_DELAY = 10000, - FSM_IDLE_POLLING_SIM_CYCLE_DELAY = 40000, + FSM_IDLE_POLLING_SIM_CYCLE_DELAY = 80000, PFET_STATE_LENGTH = 2, VXX_PG_SEL_LEN = 4 }; |

