diff options
author | Yue Du <daviddu@us.ibm.com> | 2016-08-25 00:39:45 -0500 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2016-08-25 23:59:07 -0400 |
commit | 4b0f5a44e169e6a5510b735c76805a88c33b95d4 (patch) | |
tree | 849ddb94a39efa11bcd4c713af2725e451d9df11 /import/chips/p9/procedures/hwp/lib | |
parent | 73d964139ee6424e8c6bb39d8481885903f11677 (diff) | |
download | talos-sbe-4b0f5a44e169e6a5510b735c76805a88c33b95d4.tar.gz talos-sbe-4b0f5a44e169e6a5510b735c76805a88c33b95d4.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>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28792
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/hwp/lib')
-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 a39319bc..52916b7f 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 }; |