From 47c6c834b46b0e9985ce3dead1fe4f83aaafc8c4 Mon Sep 17 00:00:00 2001 From: "Sunil.Kumar" Date: Thu, 11 Feb 2016 09:51:41 -0600 Subject: Level 2 HWP p9_mem_startclocks Change-Id: I27d7e3b1f1797f3b7372f7da07dc48e9c415b4b3 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24215 Tested-by: Jenkins Server Reviewed-by: Brian Silver Reviewed-by: Soma Bhanutej Reviewed-by: SRINIVAS V. POLISETTY Reviewed-by: Parvathi Rachakonda Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24610 Reviewed-by: Daniel M. Crowell --- .../p9/procedures/hwp/perv/p9_mem_startclocks.H | 25 +++++++++++++++------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_mem_startclocks.H') diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_mem_startclocks.H b/src/import/chips/p9/procedures/hwp/perv/p9_mem_startclocks.H index 30361843b..f41132e5e 100644 --- a/src/import/chips/p9/procedures/hwp/perv/p9_mem_startclocks.H +++ b/src/import/chips/p9/procedures/hwp/perv/p9_mem_startclocks.H @@ -7,7 +7,7 @@ /* */ /* EKB Project */ /* */ -/* COPYRIGHT 2015 */ +/* COPYRIGHT 2015,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -21,11 +21,11 @@ /// /// @brief Start clocks on MBA/MCAs //------------------------------------------------------------------------------ -// *HWP HW Owner : Anusha Reddy Rangareddygari +// *HWP HW Owner : Abhishek Agarwal // *HWP HW Backup Owner : Srinivas V Naga -// *HWP FW Owner : Sunil Kumar +// *HWP FW Owner : Sunil kumar // *HWP Team : Perv -// *HWP Level : 1 +// *HWP Level : 2 // *HWP Consumed by : HB //------------------------------------------------------------------------------ @@ -37,15 +37,24 @@ #include -typedef fapi2::ReturnCode (*p9_mem_startclocks_FP_t)(const fapi2::Target&); +typedef fapi2::ReturnCode (*p9_mem_startclocks_FP_t)( + const fapi2::Target&); -/// @brief Drop fences and tholds on MBA/MCAs +/// @brief --drop vital fence +/// --reset abstclk muxsel and syncclk muxsel +/// --Module align chiplets +/// --Module clock start stop +/// --Check clock stat SL, NSL , ARY +/// --drop chiplet fence +/// --check checkstop register +/// --clear flush inhibit to go into flush mode /// -/// @param[in] i_target_chiplet Reference to TARGET_TYPE_PROC_CHIP target +/// @param[in] i_target_chip Reference to TARGET_TYPE_PROC_CHIP target /// @return FAPI2_RC_SUCCESS if success, else error code. extern "C" { - fapi2::ReturnCode p9_mem_startclocks(const fapi2::Target& i_target_chiplet); + fapi2::ReturnCode p9_mem_startclocks(const + fapi2::Target& i_target_chip); } #endif -- cgit v1.2.1