summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C
diff options
context:
space:
mode:
Diffstat (limited to 'import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C')
-rw-r--r--import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C78
1 files changed, 0 insertions, 78 deletions
diff --git a/import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C b/import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C
deleted file mode 100644
index 089deb79..00000000
--- a/import/chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C
+++ /dev/null
@@ -1,78 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: chips/p9/procedures/hwp/core/p9_hcd_core_poweron.C $ */
-/* */
-/* IBM CONFIDENTIAL */
-/* */
-/* EKB Project */
-/* */
-/* COPYRIGHT 2015 */
-/* [+] International Business Machines Corp. */
-/* */
-/* */
-/* The source code for this program is not published or otherwise */
-/* divested of its trade secrets, irrespective of what has been */
-/* deposited with the U.S. Copyright Office. */
-/* */
-/* IBM_PROLOG_END_TAG */
-///
-/// @file p9_hcd_core_poweron.C
-/// @brief Core Chiplet Power-on
-///
-/// *HWP HWP Owner : David Du <daviddu@us.ibm.com>
-/// *HWP FW Owner : Reshmi Nair <resnair5@in.ibm.com>
-/// *HWP Team : PM
-/// *HWP Consumed by : SBE:CME
-/// *HWP Level : 1
-///
-/// Procedure Summary:
-/// 1.Command the core PFET controller to power-on, via putscom to CPPM
-/// -
-/// 2.Check for valid power on completion, via getscom from CPPM
-/// Polled Timeout: 100us
-///
-
-//-----------------------------------------------------------------------------
-// Includes
-//-----------------------------------------------------------------------------
-#include <fapi2.H>
-//#include <common_scom_addresses.H>
-//will be replaced with real scom address header file
-#include "p9_hcd_core_poweron.H"
-
-//-----------------------------------------------------------------------------
-// Constant Definitions
-//-----------------------------------------------------------------------------
-
-//-----------------------------------------------------------------------------
-// Procedure: Core Chiplet Power-on
-//-----------------------------------------------------------------------------
-
-extern "C"
-{
-
- fapi2::ReturnCode
- p9_hcd_core_poweron(
- const fapi2::Target<fapi2::TARGET_TYPE_CORE>& i_target,
- const uint32_t i_operation)
- {
-
-#if 0
-
- fapi2::buffer<uint64_t> data;
-
- return fapi2::FAPI2_RC_SUCCESS;
-
- FAPI_CLEANUP();
- return fapi2::FAPI2_RC_PLAT_ERR_SEE_DATA;
-
-#endif
-
- return fapi2::FAPI2_RC_SUCCESS;
-
- } // Procedure
-
-
-} // extern C
-
OpenPOWER on IntegriCloud