summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-03-21 17:05:32 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-03-25 09:38:43 -0400
commit3ce1f242a85719ac94315bedb17d00536e1bf8cf (patch)
tree2ef6a96e78f5f6e8e93aeb449f4b3baccffff820 /src
parent5c6310f59a40bb8c702c7fa8fcd87391f8a2d5d0 (diff)
downloadtalos-hostboot-3ce1f242a85719ac94315bedb17d00536e1bf8cf.tar.gz
talos-hostboot-3ce1f242a85719ac94315bedb17d00536e1bf8cf.zip
Enable p9_pm_stop_gpe_init HWP in istep 15
After the backing build is moved up to include my action file changes we are ready to start the stop_engine for p9. Change-Id: If22d9af9e16b8eceb7a7355f66c698a1235cc306 RTC: 133832 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22316 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-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