summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_scomcust.H
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2017-02-07 09:51:53 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-03-03 04:17:01 -0500
commit301f2149330c763b8fc1fea2cda72b690e318b78 (patch)
tree7bd54fe0992b102506aa95bdbe9d42a99ce4524a /src/import/chips/p9/procedures/hwp/core/p9_hcd_core_scomcust.H
parent0250fdb1148ef83fc6e602d0462034e6ad7f0140 (diff)
downloadtalos-sbe-301f2149330c763b8fc1fea2cda72b690e318b78.tar.gz
talos-sbe-301f2149330c763b8fc1fea2cda72b690e318b78.zip
IPL Only: Drop chiplet fence in scomcust instead of startclocks
Change-Id: I4f60bdfa33dc7752851411155d97c0a2d913ef99 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36031 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36143 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/chips/p9/procedures/hwp/core/p9_hcd_core_scomcust.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/core/p9_hcd_core_scomcust.H24
1 files changed, 13 insertions, 11 deletions
diff --git a/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_scomcust.H b/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_scomcust.H
index f55230bf..68c4609a 100644
--- a/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_scomcust.H
+++ b/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_scomcust.H
@@ -26,25 +26,26 @@
/// @file p9_hcd_core_scomcust.H
/// @brief Core Customization SCOMs
///
-/// *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
-///
+// *HWP HWP Owner : David Du <daviddu@us.ibm.com>
+// *HWP Backup HWP Owner : Greg Still <stillgs@us.ibm.com>
+// *HWP FW Owner : Sangeetha T S <sangeet2@in.ibm.com>
+// *HWP Team : PM
+// *HWP Consumed by : SBE:CME
+// *HWP Level : 2
#ifndef __P9_HCD_CORE_SCOMCUST_H__
#define __P9_HCD_CORE_SCOMCUST_H__
-extern "C"
-{
+#include <fapi2.H>
/// @typedef p9_hcd_core_scomcust_FP_t
/// function pointer typedef definition for HWP call support
- typedef fapi2::ReturnCode (*p9_hcd_core_scomcust_FP_t) (
- const fapi2::Target<fapi2::TARGET_TYPE_CORE>&);
+typedef fapi2::ReturnCode (*p9_hcd_core_scomcust_FP_t) (
+ const fapi2::Target<fapi2::TARGET_TYPE_CORE>&);
+extern "C"
+{
/// @brief Core Customization SCOMs
///
@@ -58,6 +59,7 @@ extern "C"
p9_hcd_core_scomcust(
const fapi2::Target<fapi2::TARGET_TYPE_CORE>& i_target);
-} // extern C
+}
#endif // __P9_HCD_CORE_SCOMCUST_H__
+
OpenPOWER on IntegriCloud