summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/cpuWkup
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2016-09-28 16:39:50 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-05 10:53:10 -0400
commit465c463bd32aa12c417e2e26e44832a6de4b661e (patch)
tree4bef6e46c4c61fe60269556b80c1d93eb32b6448 /src/usr/isteps/cpuWkup
parent4415fb37f923bfeb63f1f81c55fe177d2e0adb95 (diff)
downloadtalos-hostboot-465c463bd32aa12c417e2e26e44832a6de4b661e.tar.gz
talos-hostboot-465c463bd32aa12c417e2e26e44832a6de4b661e.zip
Special wakeup updates for P9 power-on
Change-Id: I851e854eed0fa273d6b1e6cea6d6ff3e1ed007ae RTC:161674 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30439 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/cpuWkup')
-rw-r--r--src/usr/isteps/cpuWkup/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/isteps/cpuWkup/makefile b/src/usr/isteps/cpuWkup/makefile
index 3d29bbf91..a76c39142 100644
--- a/src/usr/isteps/cpuWkup/makefile
+++ b/src/usr/isteps/cpuWkup/makefile
@@ -36,7 +36,10 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/
EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/
include ${ROOTPATH}/procedure.rules.mk
-include $(PROCEDURES_PATH)/hwp/pm/p9_cpu_special_wakeup.mk
+include $(PROCEDURES_PATH)/hwp/pm/p9_cpu_special_wakeup_eq.mk
+include $(PROCEDURES_PATH)/hwp/pm/p9_cpu_special_wakeup_ex.mk
+include $(PROCEDURES_PATH)/hwp/pm/p9_cpu_special_wakeup_core.mk
+include $(PROCEDURES_PATH)/hwp/pm/p9_cpu_special_wakeup_lib.mk
include ${ROOTPATH}/config.mk
VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/
OpenPOWER on IntegriCloud