summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorSoma BhanuTej <soma.bhanu@in.ibm.com>2016-06-17 06:55:23 -0400
committerSachin Gupta <sgupta2m@in.ibm.com>2016-09-20 03:09:01 -0400
commit6a6a78f8e263116198c3a4d41cb2699cf6fcc27a (patch)
tree97119716dcc3b6208849366d0318a20ebfda890e /src/import
parent76a267ec31ac0d32dfec5ece5be304fef6932b2e (diff)
downloadtalos-sbe-6a6a78f8e263116198c3a4d41cb2699cf6fcc27a.tar.gz
talos-sbe-6a6a78f8e263116198c3a4d41cb2699cf6fcc27a.zip
Level 1 HWP for p9_stopclocks
Removed -skip_ex0 & -skip_ex1 input arguments Change-Id: I048a8310ff3d0d71f8378e441f90adb545892e7f RTC:148842 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25979 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: Johannes Koesters <koesters@de.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29919 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.C3
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H7
2 files changed, 3 insertions, 7 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 ae8fc391..0058d968 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
@@ -55,8 +55,7 @@
fapi2::ReturnCode
p9_hcd_cache_stopclocks(
const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target,
- const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS i_select_regions,
- const p9hcd::P9_HCD_EX_CTRL_CONSTANTS i_select_ex)
+ const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS i_select_regions)
{
FAPI_INF(">>p9_hcd_cache_stopclocks");
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H
index d3a56cba..ed571fc2 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H
@@ -44,8 +44,7 @@
/// function pointer typedef definition for HWP call support
typedef fapi2::ReturnCode (*p9_hcd_cache_stopclocks_FP_t) (
const fapi2::Target<fapi2::TARGET_TYPE_EQ>&,
- const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS,
- const p9hcd::P9_HCD_EX_CTRL_CONSTANTS);
+ const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS);
extern "C"
{
@@ -53,13 +52,11 @@ extern "C"
/// @brief Quad Clock Stop
/// @param [in] i_target TARGET_TYPE_EQ target
/// @param [in] i_skip_regions select clk regions to skip on stopclocks
-/// @param [in] i_skip_ex select ex, odd and/or even, to skip on stopclocks
/// @return FAPI2_RC_SUCCESS if success, else error code
fapi2::ReturnCode
p9_hcd_cache_stopclocks(
const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target,
- const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS i_select_regions,
- const p9hcd::P9_HCD_EX_CTRL_CONSTANTS i_select_ex);
+ const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS i_select_regions);
}
OpenPOWER on IntegriCloud