summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/cache
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2018-06-22 10:43:45 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-06-26 18:35:39 -0400
commit3546db2b916fa450140a596c3078939a69718303 (patch)
treea08e34f339f733aeaa16e9b44f913cf6d206c2cc /src/import/chips/p9/procedures/hwp/cache
parent66c70d8c5bf407d1d9f1af5b5a18358101170a8e (diff)
downloadtalos-hostboot-3546db2b916fa450140a596c3078939a69718303.tar.gz
talos-hostboot-3546db2b916fa450140a596c3078939a69718303.zip
PM: Increase PB Purge time for MPIPL to accommodate Fleetwood
Change-Id: Ic7cab359607c84eeec32e2e95270706e8c0075f1 CQ: SW434802 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61193 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: YUE DU <daviddu@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61205 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: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/cache')
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
index c38454242..4c92740e2 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -62,7 +62,7 @@ enum P9_HCD_CACHE_STOPCLOCKS_CONSTANTS
CACHE_CLK_STOP_POLLING_SIM_CYCLE_DELAY = 320000,
PB_PURGE_CACHE_STOP_POLLING_DELAY_HW_MILLISEC = 1000000ULL, // 1msec
PB_PURGE_CACHE_STOP_POLLING_DELAY_SIM_CYCLES = 10000ULL,
- PB_PURGE_CACHE_STOP_POLLING_TIMEOUT = 10,
+ PB_PURGE_CACHE_STOP_POLLING_TIMEOUT = 500, // @ 1ms polling -> 500ms
};
//------------------------------------------------------------------------------
OpenPOWER on IntegriCloud