summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_pfet_init.H
diff options
context:
space:
mode:
authorAmit Kumar <akumar3@us.ibm.com>2015-11-18 22:59:48 -0600
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 17:06:56 -0600
commit0b10b9760518b3ef10ee5b44c0fcaf74e5eb448e (patch)
tree9a1cbe91c43bbe8eb687d1f2e9e3babf20508392 /src/import/chips/p9/procedures/hwp/pm/p9_pm_pfet_init.H
parentb369789d483e7b4725aaf512792600aebee5707c (diff)
downloadtalos-hostboot-0b10b9760518b3ef10ee5b44c0fcaf74e5eb448e.tar.gz
talos-hostboot-0b10b9760518b3ef10ee5b44c0fcaf74e5eb448e.zip
p9_pm_pfet_init Level 2
Made changes to correct the addresses for CORE/EQ, added templates for functions for delay and off changes based on gerrit feedback Change-Id: Ifa7f451b37964ac847277207a50a6139dca1232d Original-Change-Id: Ic0f151d94db925b361c69fe44d7f55472f7c356b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22198 Tested-by: Jenkins Server Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm_pfet_init.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_pfet_init.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_pfet_init.H b/src/import/chips/p9/procedures/hwp/pm/p9_pm_pfet_init.H
index 058ca939a..dd92770b6 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_pfet_init.H
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_pfet_init.H
@@ -35,6 +35,8 @@
#include <fapi2.H>
#include <p9_pm.H>
+#include "p9_quad_scom_addresses.H"
+
// function pointer typedef definition for HWP call support
typedef fapi2::ReturnCode (*p9_pm_pfet_init_FP_t) (
const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&,
@@ -51,7 +53,7 @@ extern "C"
/// \retval FAPI_RC_SUCCESS if something good happens,
/// \retval RC per p9_pfet_init_errors.xml otherwise
fapi2::ReturnCode p9_pm_pfet_init(
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&,
+ const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target,
const p9pm::PM_FLOW_MODE i_mode);
} // extern "C"
OpenPOWER on IntegriCloud