summaryrefslogtreecommitdiffstats
path: root/src/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/makefile
parent63c066b4613672bd1bb7d3dad3db5ac810e702b0 (diff)
downloadblackbird-hostboot-7851bd428df9a7868d5931377124bcbc7b928829.tar.gz
blackbird-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/makefile')
-rw-r--r--src/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 79714ce8e..42925be89 100644
--- a/src/makefile
+++ b/src/makefile
@@ -145,6 +145,7 @@ EXTENDED_MODULES += istep16
EXTENDED_MODULES += istep20
EXTENDED_MODULES += istep21
EXTENDED_MODULES += isteps
+EXTENDED_MODULES += pm
EXTENDED_MODULES += targeting
EXTENDED_MODULES += fapi2
EXTENDED_MODULES += extinitsvc
@@ -268,6 +269,7 @@ RUNTIME_MODULES += $(if $(CONFIG_HBRT_PRD),bus_training_rt)
RUNTIME_MODULES += $(if $(CONFIG_HBRT_PRD),attn_rt)
RUNTIME_MODULES += $(if $(CONFIG_HBRT_PRD),prdf_rt)
RUNTIME_MODULES += $(if $(CONFIG_BMC_IPMI),ipmi_rt)
+RUNTIME_MODULES += pm_rt
RUNTIME_MODULES += pnor_rt
RUNTIME_MODULES += fapi2_rt
OpenPOWER on IntegriCloud