summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-12-14 16:17:01 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-02-03 03:52:36 -0500
commit1151af8119cd0f02712650fa6c3d0c038efc9a90 (patch)
tree6c8f3dec6744a875995e665eec828c19f2499fbf /src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
parent0bb52942b1346fecc76e7fe9c8857dfb196d1d43 (diff)
downloadtalos-sbe-1151af8119cd0f02712650fa6c3d0c038efc9a90.tar.gz
talos-sbe-1151af8119cd0f02712650fa6c3d0c038efc9a90.zip
revert fastarray content
Change-Id: If0983eba1d3057a17e2594e370face50e7082a84 Original-Change-Id: Ifa5b96f18355a14f23275ddcbe91de1b51972d2a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33862 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Kevin F. Reick <reick@us.ibm.com> Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35876 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
index a7d37c7c..3d549585 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
@@ -39,8 +39,6 @@
// Includes
//-----------------------------------------------------------------------------------
#include <p9_sbe_fastarray_cleanup.H>
-#include <p9_perv_scom_addresses.H>
-#include <p9_perv_scom_addresses_fld.H>
/**
* @brief Cleanup sub-procedure for p9_fastarray procedure
@@ -50,15 +48,8 @@
fapi2::ReturnCode p9_sbe_fastarray_cleanup(
const fapi2::Target<fapi2::TARGET_TYPE_PERV>& i_target_chiplet)
{
- /* Clean up clock controller */
- fapi2::buffer<uint64_t> buf = 0;
- FAPI_TRY(fapi2::putScom(i_target_chiplet, PERV_CLK_REGION, buf), "Failed to clear clock regions");
- FAPI_TRY(fapi2::putScom(i_target_chiplet, PERV_OPCG_CAPT1, buf), "Failed to clear OPCG_CAPT1");
- FAPI_TRY(fapi2::putScom(i_target_chiplet, PERV_OPCG_CAPT2, buf), "Failed to clear OPCG_CAPT2");
-
- return fapi2::FAPI2_RC_SUCCESS;
-
-fapi_try_exit:
+ FAPI_INF("Start");
+ FAPI_INF("End");
return fapi2::current_err;
}
OpenPOWER on IntegriCloud