summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.H
diff options
context:
space:
mode:
authorSangeetha T S <sangeet2@in.ibm.com>2016-04-18 05:02:37 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-10 15:11:49 -0400
commitd1b7166669d696f57ce8ceb3f67c25bdb9ff7446 (patch)
tree71d9adb28aaeff0ee91947929d7f20f8cdf73232 /src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.H
parent54407ac9cfe1c28270089e8b58752f8de50418e9 (diff)
downloadtalos-hostboot-d1b7166669d696f57ce8ceb3f67c25bdb9ff7446.tar.gz
talos-hostboot-d1b7166669d696f57ce8ceb3f67c25bdb9ff7446.zip
p9_pm_occ_firinit: Level 2 : Fapi1.0 to Fapi2.0 transliteration
Change-Id: Ie058bf6fe891214357072ee111d54aefae8605a1 RTC: 136789 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23343 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25640 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.H13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.H b/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.H
index 0b699c3ca..89261cb29 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.H
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -20,10 +20,10 @@
/// @file p9_pm_occ_firinit.C
/// @brief Configures the OCC LFIR Mask and Action
///
-/// *HWP HWP Owner: Jim Yacynych <jimyac@us.ibm.com>
-/// *HWP FW Owner: Sunil Kumar <skumar8j@in.ibm.com>
+/// *HWP HWP Owner: Greg Still <stillgs@us.ibm.com>
+/// *HWP FW Owner: Sangeetha T S <sangeet2@in.ibm.com>
/// *HWP Team: PM
-/// *HWP Level: 1
+/// *HWP Level: 2
/// *HWP Consumed by: HS
///
@@ -32,11 +32,12 @@
#include <fapi2.H>
#include <p9_pm.H>
+#include <p9_pm_fir_class.H>
// function pointer typedef definition for HWP call support
typedef fapi2::ReturnCode (*p9_pm_occ_firinit_FP_t) (
const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&,
- const p9pm::P9_PM_FLOW_MODE mode);
+ const p9pm::PM_FLOW_MODE);
extern "C" {
//------------------------------------------------------------------------------
@@ -49,7 +50,7 @@ extern "C" {
fapi2::ReturnCode p9_pm_occ_firinit(
const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target,
- const p9pm::P9_PM_FLOW_MODE i_mode);
+ const p9pm::PM_FLOW_MODE i_mode);
} // extern "C"
OpenPOWER on IntegriCloud