summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/isteps/istep15/host_start_stop_engine.C15
-rw-r--r--src/usr/isteps/istep15/makefile4
2 files changed, 9 insertions, 10 deletions
diff --git a/src/usr/isteps/istep15/host_start_stop_engine.C b/src/usr/isteps/istep15/host_start_stop_engine.C
index 7f3bdbbcb..d7824a8af 100644
--- a/src/usr/isteps/istep15/host_start_stop_engine.C
+++ b/src/usr/isteps/istep15/host_start_stop_engine.C
@@ -65,16 +65,15 @@ void* host_start_stop_engine (void *io_pArgs)
for (const auto & l_procChip: l_procChips)
{
//Convert the TARGETING::Target into a fapi2::Target by passing
- //the const_casted l_procChip into the fapi::Target constructor
- fapi2::Target<TARGET_TYPE_PROC_CHIP>l_fapi2_cpu_target(
+ //l_procChip into the fapi2::Target constructor
+ fapi2::Target<TARGET_TYPE_PROC_CHIP>l_fapi2CpuTarget(
(l_procChip));
-//RTC:149398 Re-enable when new vector constructor is implemented
- //call p9_pm_stop_gpe_init.C HWP
-// FAPI_INVOKE_HWP(l_errl,
-// p9_pm_stop_gpe_init,
-// l_fapi2_cpu_target,
-// PM_INIT);
+ //call p9_pm_stop_gpe_init.C HWP
+ FAPI_INVOKE_HWP(l_errl,
+ p9_pm_stop_gpe_init,
+ l_fapi2CpuTarget,
+ PM_INIT);
if(l_errl)
{
ErrlUserDetailsTarget(l_procChip).addToLog(l_errl);
diff --git a/src/usr/isteps/istep15/makefile b/src/usr/isteps/istep15/makefile
index 4dfceaa2d..92845e72c 100644
--- a/src/usr/isteps/istep15/makefile
+++ b/src/usr/isteps/istep15/makefile
@@ -51,12 +51,12 @@ include ${ROOTPATH}/procedure.rules.mk
include $(PROCEDURES_PATH)/hwp/pm/p9_pm_pfet_init.mk
include $(PROCEDURES_PATH)/hwp/pm/p9_pm_pba_bar_config.mk
include $(PROCEDURES_PATH)/hwp/pm/p9_pm_set_homer_bar.mk
-# include $(PROCEDURES_PATH)/hwp/pm/p9_pm_stop_gpe_init.mk
+include $(PROCEDURES_PATH)/hwp/pm/p9_pm_stop_gpe_init.mk
include $(PROCEDURES_PATH)/hwp/pm/p9_pm_utils.mk
include $(PROCEDURES_PATH)/hwp/pm/p9_update_ec_eq_state.mk
include $(PROCEDURES_PATH)/hwp/pm/p9_hcode_image_build.mk
include $(PROCEDURES_PATH)/utils/stopreg/p9_stop_api.mk
-# include $(PROCEDURES_PATH)/hwp/pm/p9_pm_pba_init.mk
+include $(PROCEDURES_PATH)/hwp/pm/p9_pm_pba_init.mk
include ${ROOTPATH}/src/import/chips/p9/xip/p9_xip_image.mk
OpenPOWER on IntegriCloud