summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv
diff options
context:
space:
mode:
authorSoma BhanuTej <soma.bhanu@in.ibm.com>2016-01-31 03:54:55 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-02-22 10:21:04 -0600
commitd9966a5cc042e4099b6eec88e8318b4509e1f653 (patch)
treeacaa745fdcc8960bf54d2694e0da48f31966d420 /src/import/chips/p9/procedures/hwp/perv
parent2bb27e8e132780b3eb96e9799223f53a30353cd5 (diff)
downloadtalos-hostboot-d9966a5cc042e4099b6eec88e8318b4509e1f653.tar.gz
talos-hostboot-d9966a5cc042e4099b6eec88e8318b4509e1f653.zip
Level 2 HWP for p9_start_cbs
Increase sim cyle delay value Change-Id: Ia2cf0e9ba51de89d0eebfa85dda595c9f6fe28ba Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23809 Tested-by: Jenkins Server Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Parvathi Rachakonda Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24533 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_start_cbs.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_start_cbs.C b/src/import/chips/p9/procedures/hwp/perv/p9_start_cbs.C
index dc3832b2f..318c2d495 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_start_cbs.C
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_start_cbs.C
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -41,7 +41,7 @@ enum P9_START_CBS_Private_Constants
P9_CFAM_CBS_POLL_COUNT = 600, // Observed Number of times CBS read for CBS_INTERNAL_STATE_VECTOR
CBS_IDLE_VALUE = 0x002, // Read the value of CBS_CS_INTERNAL_STATE_VECTOR
P9_CBS_IDLE_HW_NS_DELAY = 100000, // unit is nano seconds
- P9_CBS_IDLE_SIM_CYCLE_DELAY = 5000 // unit is sim cycles
+ P9_CBS_IDLE_SIM_CYCLE_DELAY = 250000 // unit is sim cycles
};
fapi2::ReturnCode p9_start_cbs(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>
OpenPOWER on IntegriCloud