summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14/makefile
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-05-03 08:50:51 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-06 09:32:50 -0400
commitdaf95f9b2b66313079186c2d8669ffa75155056f (patch)
treebcd3b363217eb2ab7ed66698bd3cd445ac383f71 /src/usr/isteps/istep14/makefile
parentc3d3e344210055c1070c4af070a7877d7ec77bd4 (diff)
downloadtalos-hostboot-daf95f9b2b66313079186c2d8669ffa75155056f.tar.gz
talos-hostboot-daf95f9b2b66313079186c2d8669ffa75155056f.zip
Istep 14 Infrastructure and memory attribute addition
This commit turns on a lot of functionality for istep 14. In addition it updates HB's attributes with the new memory fapi attributes after this commit memory_mcs_attributes.xml , memory_spd_attributes.xml , and p9_htm_setup_attributes.xml can be mirrored from the ekb. RTC: 134082 Change-Id: If09e3089eef110517002abcd78d4c6368aa0a8e7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24001 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14/makefile')
-rw-r--r--src/usr/isteps/istep14/makefile31
1 files changed, 30 insertions, 1 deletions
diff --git a/src/usr/isteps/istep14/makefile b/src/usr/isteps/istep14/makefile
index bfeae4023..b15201811 100644
--- a/src/usr/isteps/istep14/makefile
+++ b/src/usr/isteps/istep14/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -25,6 +25,20 @@
ROOTPATH = ../../../..
MODULE = istep14
+PROCEDURE_PATH = ${ROOTPATH}/src/import/chips/p9/procedures
+
+#Add all the extra include paths
+EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/
+EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/nest
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
+EXTRAINCDIR += ${PROCEDURE_PATH}/xml/error_info/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/eff_config/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/
+
OBJS += call_host_startprd_dram.o
OBJS += call_mss_memdiag.o
OBJS += call_mss_thermal_init.o
@@ -35,4 +49,19 @@ OBJS += call_proc_htm_setup.o
OBJS += call_proc_exit_cache_contained.o
OBJS += call_host_mpipl_service.o
+
+
+include ${ROOTPATH}/procedure.rules.mk
+# include ${PROCEDURE_PATH}/hwp/nest/p9_htm_setup.mk
+include ${PROCEDURE_PATH}/hwp/nest/p9_pcie_config.mk
+include ${PROCEDURE_PATH}/hwp/nest/p9_exit_cache_contained.mk
+include ${PROCEDURE_PATH}/hwp/nest/p9_setup_bars.mk
+# include ${PROCEDURE_PATH}/hwp/nest/p9_mss_setup_bars.mk
+# include ${PROCEDURE_PATH}/hwp/memory/p9_mss_memdiag.mk
+# include ${PROCEDURE_PATH}/hwp/memory/p9_mss_thermal_init.mk
+include ${PROCEDURE_PATH}/hwp/memory/p9_mss_power_cleanup.mk
+
include ${ROOTPATH}/config.mk
+
+
+VPATH += ${PROCEDURE_PATH}/hwp/nest/ ${PROCEDURE_PATH}/hwp/memory/ \ No newline at end of file
OpenPOWER on IntegriCloud