summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scomcust.H
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2017-02-01 16:27:57 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-02-06 22:28:37 -0500
commit0a17ea99013750cf8fe7a557d60475500a5aaed8 (patch)
treec06efb75b01371355e128df10acffc6663b2bfdb /src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scomcust.H
parent2a0b3c8377ea80be2da740161bf411de6f18e953 (diff)
downloadtalos-sbe-0a17ea99013750cf8fe7a557d60475500a5aaed8.tar.gz
talos-sbe-0a17ea99013750cf8fe7a557d60475500a5aaed8.zip
Hcode: Drop chiplet fence after scominit and scomcust hwp.
Change-Id: I88e9f9087e9877b63cb9eadeda99ad6cc286485c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35758 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: JAMES DEZELLE <jdezelle@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35766 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> 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/cache/p9_hcd_cache_scomcust.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scomcust.H30
1 files changed, 16 insertions, 14 deletions
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scomcust.H b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scomcust.H
index 08380f50..7b81c7c6 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scomcust.H
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_scomcust.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -24,25 +24,28 @@
/* IBM_PROLOG_END_TAG */
///
/// @file p9_hcd_cache_scomcust.H
-/// @brief Core Chiplet PCB Arbitration
-///
-/// *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 : SBE:SGPE
-/// *HWP Level : 1
+/// @brief Cache Customization SCOMs
///
+// *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:SGPE
+// *HWP Level : 2
+
#ifndef __P9_HCD_CACHE_SCOMCUST_H__
#define __P9_HCD_CACHE_SCOMCUST_H__
-extern "C"
-{
+
+#include <fapi2.H>
/// @typedef p9_hcd_cache_scomcust_FP_t
/// function pointer typedef definition for HWP call support
- typedef fapi2::ReturnCode (*p9_hcd_cache_scomcust_FP_t) (
- const fapi2::Target<fapi2::TARGET_TYPE_EQ>&);
+typedef fapi2::ReturnCode (*p9_hcd_cache_scomcust_FP_t) (
+ const fapi2::Target<fapi2::TARGET_TYPE_EQ>&);
+extern "C"
+{
/// @brief Core Chiplet PCB Arbitration
///
@@ -56,7 +59,6 @@ extern "C"
p9_hcd_cache_scomcust(
const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target);
-
-} // extern C
+}
#endif // __P9_HCD_CACHE_SCOMCUST_H__
OpenPOWER on IntegriCloud