summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps
diff options
context:
space:
mode:
authorLateef Quraishi <lateef@us.ibm.com>2016-06-01 16:37:09 -0500
committerMatthew A. Ploetz <maploetz@us.ibm.com>2016-06-15 09:33:10 -0400
commit2b08c991736b28d1208aab0b5b54e455e6f8ebfa (patch)
tree656de34c83175484a7926a255bd3100ac5d32e87 /src/usr/isteps
parent2be22a7dde9786eeb01f2f86b7b8ad1279423be5 (diff)
downloadtalos-hostboot-2b08c991736b28d1208aab0b5b54e455e6f8ebfa.tar.gz
talos-hostboot-2b08c991736b28d1208aab0b5b54e455e6f8ebfa.zip
p9_stop_util.so library created
Change-Id: If717abc14ec631c545a8113698790d3c42d6026c RTC: 147621 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25276 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr/isteps')
-rw-r--r--src/usr/isteps/istep15/makefile10
-rw-r--r--src/usr/isteps/makefile1
-rw-r--r--src/usr/isteps/p9_stop_util/makefile40
3 files changed, 41 insertions, 10 deletions
diff --git a/src/usr/isteps/istep15/makefile b/src/usr/isteps/istep15/makefile
index 879803703..b2d6b2967 100644
--- a/src/usr/isteps/istep15/makefile
+++ b/src/usr/isteps/istep15/makefile
@@ -44,27 +44,17 @@ OBJS += proc_set_pba_homer_bar.o
OBJS += host_establish_ex_chiplet.o
OBJS += host_start_stop_engine.o
-#@TODO RTC:147621 Pull p9_stop_util into a seperate library
-OBJS += p9_stop_util.o
-
-
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_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 ${ROOTPATH}/src/import/chips/p9/xip/p9_xip_image.mk
-
-
-
include ${ROOTPATH}/config.mk
VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/
-VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/utils/stopreg/
VPATH += ${ROOTPATH}/src/import/chips/p9/xip/
diff --git a/src/usr/isteps/makefile b/src/usr/isteps/makefile
index 1c665231b..20adfc509 100644
--- a/src/usr/isteps/makefile
+++ b/src/usr/isteps/makefile
@@ -39,6 +39,7 @@ SUBDIRS+=istep16.d
SUBDIRS+=istep20.d
SUBDIRS+=istep21.d
SUBDIRS+=pm.d
+SUBDIRS += p9_stop_util.d
OBJS += hwpisteperror.o
OBJS += hwpistepud.o
diff --git a/src/usr/isteps/p9_stop_util/makefile b/src/usr/isteps/p9_stop_util/makefile
new file mode 100644
index 000000000..98ee8c32c
--- /dev/null
+++ b/src/usr/isteps/p9_stop_util/makefile
@@ -0,0 +1,40 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/isteps/p9_stop_util/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2016
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+ROOTPATH = ../../../..
+MODULE = p9_stop_util
+
+PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/p9/procedures
+
+EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/lib/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/
+EXTRAINCDIR += ${PROCEDURES_PATH}/utils/stopreg/
+
+OBJS += p9_stop_util.o
+
+include ${ROOTPATH}/procedure.rules.mk
+include $(PROCEDURES_PATH)/utils/stopreg/p9_stop_api.mk
+include ${ROOTPATH}/config.mk
+
+VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/utils/stopreg/
OpenPOWER on IntegriCloud