summaryrefslogtreecommitdiffstats
path: root/import/chips
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2016-06-22 23:49:47 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-26 03:20:59 -0400
commit795e561210883e5c781c7226fcb215ec4b46c662 (patch)
treea03a51364a1ce10eba2adaf1989051e38c611203 /import/chips
parent817c7e5b595b389f3957054f2da53912c2f6d90c (diff)
downloadtalos-sbe-795e561210883e5c781c7226fcb215ec4b46c662.tar.gz
talos-sbe-795e561210883e5c781c7226fcb215ec4b46c662.zip
CORE/CACHE: remove runinit procedures.
Change-Id: Ib50f1d9a1bceeea430b70b8cbfb4f766ddd3a4d2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26153 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26155 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/chips')
-rw-r--r--import/chips/p9/procedures/hwp/cache/p9_hcd_cache.H1
-rw-r--r--import/chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.C67
-rw-r--r--import/chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.H57
-rw-r--r--import/chips/p9/procedures/hwp/core/p9_hcd_core.H1
-rw-r--r--import/chips/p9/procedures/hwp/core/p9_hcd_core_runinit.C69
-rw-r--r--import/chips/p9/procedures/hwp/core/p9_hcd_core_runinit.H57
6 files changed, 0 insertions, 252 deletions
diff --git a/import/chips/p9/procedures/hwp/cache/p9_hcd_cache.H b/import/chips/p9/procedures/hwp/cache/p9_hcd_cache.H
index abd43fad..7b4c45ad 100644
--- a/import/chips/p9/procedures/hwp/cache/p9_hcd_cache.H
+++ b/import/chips/p9/procedures/hwp/cache/p9_hcd_cache.H
@@ -40,7 +40,6 @@
#include <p9_hcd_cache_poweron.H>
#include <p9_hcd_cache_ras_runtime_scom.H>
#include <p9_hcd_cache_repair_initf.H>
-#include <p9_hcd_cache_runinit.H>
#include <p9_hcd_cache_scomcust.H>
#include <p9_hcd_cache_scominit.H>
#include <p9_hcd_cache_startclocks.H>
diff --git a/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.C b/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.C
deleted file mode 100644
index 666ea28f..00000000
--- a/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.C
+++ /dev/null
@@ -1,67 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.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_cache_runinit.C
-/// @brief execute all cache init procedures
-///
-/// *HWP HWP Owner : David Du <daviddu@us.ibm.com>
-/// *HWP FW Owner : Sangeetha T S <sangeet2@in.ibm.com>
-/// *HWP Team : PM
-/// *HWP Consumed by : SGPE
-/// *HWP Level : 1
-///
-/// Procedure Summary:
-///
-
-//------------------------------------------------------------------------------
-// Includes
-//------------------------------------------------------------------------------
-#include <fapi2.H>
-//#include <common_scom_addresses.H>
-//will be replaced with real scom address header file
-#include "p9_hcd_cache_runinit.H"
-
-//------------------------------------------------------------------------------
-// Constant Definitions:
-//------------------------------------------------------------------------------
-
-//------------------------------------------------------------------------------
-// Procedure:
-//------------------------------------------------------------------------------
-
-extern "C"
-{
-
- fapi2::ReturnCode
- p9_hcd_cache_runinit(
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target)
- {
- return fapi2::FAPI2_RC_SUCCESS;
-
-#if 0
- FAPI_CLEANUP();
- return fapi2::FAPI2_RC_PLAT_ERR_SEE_DATA;
-#endif
-
- } // Procedure
-
-
-} // extern C
-
-
diff --git a/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.H b/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.H
deleted file mode 100644
index f9e18bb8..00000000
--- a/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.H
+++ /dev/null
@@ -1,57 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.H $ */
-/* */
-/* 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_cache_runinit.H
-/// @brief execute all cache init procedures
-///
-/// *HWP HWP Owner : David Du <daviddu@us.ibm.com>
-/// *HWP FW Owner : Sangeetha T S <sangeet2@in.ibm.com>
-/// *HWP Team : PM
-/// *HWP Consumed by : SGPE
-/// *HWP Level : 1
-///
-
-#ifndef __P9_HCD_CACHE_RUNINIT_H__
-#define __P9_HCD_CACHE_RUNINIT_H__
-
-extern "C"
-{
-
-/// @typedef p9_hcd_cache_runinit_FP_t
-/// function pointer typedef definition for HWP call support
- typedef fapi2::ReturnCode (*p9_hcd_cache_runinit_FP_t) (
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&);
-
-
-/// @brief execute all cache init procedures
-///
-/// @param [in] i_target TARGET_TYPE_PROC_CHIP target
-///
-/// @attr
-/// @attritem NONE
-///
-/// @retval FAPI_RC_SUCCESS
- fapi2::ReturnCode
- p9_hcd_cache_runinit(
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
-
-
-} // extern C
-
-#endif // __P9_HCD_CACHE_RUNINIT_H__
diff --git a/import/chips/p9/procedures/hwp/core/p9_hcd_core.H b/import/chips/p9/procedures/hwp/core/p9_hcd_core.H
index 6d074793..6cc2b14a 100644
--- a/import/chips/p9/procedures/hwp/core/p9_hcd_core.H
+++ b/import/chips/p9/procedures/hwp/core/p9_hcd_core.H
@@ -40,7 +40,6 @@
#include <p9_hcd_core_poweron.H>
#include <p9_hcd_core_ras_runtime_scom.H>
#include <p9_hcd_core_repair_initf.H>
-#include <p9_hcd_core_runinit.H>
#include <p9_hcd_core_scomcust.H>
#include <p9_hcd_core_scominit.H>
#include <p9_hcd_core_startclocks.H>
diff --git a/import/chips/p9/procedures/hwp/core/p9_hcd_core_runinit.C b/import/chips/p9/procedures/hwp/core/p9_hcd_core_runinit.C
deleted file mode 100644
index 87c2601b..00000000
--- a/import/chips/p9/procedures/hwp/core/p9_hcd_core_runinit.C
+++ /dev/null
@@ -1,69 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: chips/p9/procedures/hwp/core/p9_hcd_core_runinit.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_runinit.C
-/// @brief execute all core init procedures
-///
-/// *HWP HWP Owner : David Du <daviddu@us.ibm.com>
-/// *HWP FW Owner : Reshmi Nair <resnair5@in.ibm.com>
-/// *HWP Team : PM
-/// *HWP Consumed by : CME
-/// *HWP Level : 1
-///
-/// Procedure Summary:
-///
-
-//------------------------------------------------------------------------------
-// Includes
-//------------------------------------------------------------------------------
-#include <fapi2.H>
-//#include <common_scom_addresses.H>
-//will be replaced with real scom address header file
-#include "p9_hcd_core_runinit.H"
-
-//------------------------------------------------------------------------------
-// Constant Definitions:
-//------------------------------------------------------------------------------
-
-//------------------------------------------------------------------------------
-// Procedure:
-//------------------------------------------------------------------------------
-
-extern "C"
-{
-
- fapi2::ReturnCode
- p9_hcd_core_runinit(
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target)
- {
- return fapi2::FAPI2_RC_SUCCESS;
-
-#if 0
-
- FAPI_CLEANUP();
- return fapi2::FAPI2_RC_PLAT_ERR_SEE_DATA;
-
-#endif
-
- } // Procedure
-
-
-} // extern C
-
-
diff --git a/import/chips/p9/procedures/hwp/core/p9_hcd_core_runinit.H b/import/chips/p9/procedures/hwp/core/p9_hcd_core_runinit.H
deleted file mode 100644
index 1e3d8784..00000000
--- a/import/chips/p9/procedures/hwp/core/p9_hcd_core_runinit.H
+++ /dev/null
@@ -1,57 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: chips/p9/procedures/hwp/core/p9_hcd_core_runinit.H $ */
-/* */
-/* 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_runinit.H
-/// @brief execute all core init procedures
-///
-/// *HWP HWP Owner : David Du <daviddu@us.ibm.com>
-/// *HWP FW Owner : Reshmi Nair <resnair5@in.ibm.com>
-/// *HWP Team : PM
-/// *HWP Consumed by : CME
-/// *HWP Level : 1
-///
-
-#ifndef __P9_HCD_CORE_RUNINIT_H__
-#define __P9_HCD_CORE_RUNINIT_H__
-
-extern "C"
-{
-
-/// @typedef p9_hcd_core_runinit_FP_t
-/// function pointer typedef definition for HWP call support
- typedef fapi2::ReturnCode (*p9_hcd_core_runinit_FP_t) (
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&);
-
-
-/// @brief Core Customization SCOMs
-///
-/// @param [in] i_target TARGET_TYPE_PROC_CHIP target
-///
-/// @attr
-/// @attritem NONE
-///
-/// @retval FAPI_RC_SUCCESS
- fapi2::ReturnCode
- p9_hcd_core_runinit(
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
-
-
-} // extern C
-
-#endif // __P9_HCD_CORE_RUNINIT_H__
OpenPOWER on IntegriCloud