summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/pm/runtime/makefile
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2016-05-03 11:40:06 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-06 13:05:51 -0400
commit7851bd428df9a7868d5931377124bcbc7b928829 (patch)
tree4352e03ceabaa169679d2b1791e2b89851f2c40c /src/usr/isteps/pm/runtime/makefile
parent63c066b4613672bd1bb7d3dad3db5ac810e702b0 (diff)
downloadtalos-hostboot-7851bd428df9a7868d5931377124bcbc7b928829.tar.gz
talos-hostboot-7851bd428df9a7868d5931377124bcbc7b928829.zip
Implement PM complex calls in HBRT, no HWPs - Initial Infrastructure
Create src/usr/isteps/pm directory and runtime subdirectory. Add rt_pm.C with functions to support runtime interfaces. Add pm_common files with funtions to support runtime functions. Create and update appropriate makefiles. Change-Id: Ibdbd8890c7f134e5f687708e292543f8ce6f5d89 RTC: 148935 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24020 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/pm/runtime/makefile')
-rw-r--r--src/usr/isteps/pm/runtime/makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/usr/isteps/pm/runtime/makefile b/src/usr/isteps/pm/runtime/makefile
new file mode 100644
index 000000000..1f0e90b2e
--- /dev/null
+++ b/src/usr/isteps/pm/runtime/makefile
@@ -0,0 +1,39 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/isteps/pm/runtime/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
+
+HOSTBOOT_RUNTIME = 1
+
+ROOTPATH = ../../../../..
+VPATH += ../
+
+MODULE = pm_rt
+
+## Objects unique to HBRT
+OBJS += rt_pm.o
+
+## Objects common to HBRT and HB IPL
+include ../pm.mk
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud