summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.H
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2015-12-04 15:37:19 -0600
committerJennifer A. Stofer <stofer@us.ibm.com>2016-02-25 16:20:10 -0600
commit3f313c0afac2ae6d19920639166263c3bdfeaece (patch)
tree6285a7d4563fb234acd73b85eeefd6802e1a5876 /import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.H
parent961f41fb77872cb5fab4ea34ae08646989cb38b0 (diff)
downloadtalos-sbe-3f313c0afac2ae6d19920639166263c3bdfeaece.tar.gz
talos-sbe-3f313c0afac2ae6d19920639166263c3bdfeaece.zip
HWP-CORE/CACHE: Update Istep 4 procedures regressed on model 34
Change-Id: Ia88b64463b0b911aa0882db20b85eda7a30571d6 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22225 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24656
Diffstat (limited to 'import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.H')
-rw-r--r--import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.H b/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.H
index 85f2145e..b7091afe 100644
--- a/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.H
+++ b/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_poweron.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -20,18 +20,18 @@
/// @file p9_hcd_cache_poweron.H
/// @brief Cache Chiplet Power-on
-//
// *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 Level : 2
// *HWP Consumed by : SBE:SGPE
-//
#ifndef __P9_HCD_CACHE_POWERON_H__
#define __P9_HCD_CACHE_POWERON_H__
+#include <fapi2.H>
+
/// @typedef p9_hcd_cache_poweron_FP_t
/// function pointer typedef definition for HWP call support
typedef fapi2::ReturnCode (*p9_hcd_cache_poweron_FP_t) (
@@ -52,4 +52,5 @@ extern "C"
p9_hcd_cache_poweron(
const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target);
}
+
#endif // __P9_HCD_CACHE_POWERON_H__
OpenPOWER on IntegriCloud