From 3546db2b916fa450140a596c3078939a69718303 Mon Sep 17 00:00:00 2001 From: Greg Still Date: Fri, 22 Jun 2018 10:43:45 -0500 Subject: 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 Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: RANGANATHPRASAD BRAHMASAMUDRA Reviewed-by: YUE DU Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61205 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes --- src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/cache') 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 }; //------------------------------------------------------------------------------ -- cgit v1.2.1