summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe/makefile
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2016-08-09 17:01:59 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-07 23:52:38 -0400
commit33a392720347794d6dd0f6d7502e615930241e1d (patch)
tree7ae1ec963f60a5c13dd005ec2a208049760c4b65 /src/usr/sbe/makefile
parente65b72fd34e9ca3eeacbaac3367053eb165566e7 (diff)
downloadtalos-hostboot-33a392720347794d6dd0f6d7502e615930241e1d.tar.gz
talos-hostboot-33a392720347794d6dd0f6d7502e615930241e1d.zip
Implement XIP Customization for Core Information
Loop to run xip_customize on the pnor image for each core must still be implemented. This commit also enables the call of p9_xip_customize only when not in the FSP environment. Change-Id: Iafc04e2ba05def7794315f9178b55dd2f2de35e4 RTC:158044 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28098 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@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/sbe/makefile')
-rw-r--r--src/usr/sbe/makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/src/usr/sbe/makefile b/src/usr/sbe/makefile
index 3a2c7e8f5..618e066b8 100644
--- a/src/usr/sbe/makefile
+++ b/src/usr/sbe/makefile
@@ -39,7 +39,8 @@ HWP_CUSTOMIZE_PATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/customize
EXTRAINCDIR += ${HWP_CUSTOMIZE_PATH}/
HWP_ACCESSORS_PATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/accessors
EXTRAINCDIR += ${HWP_ACCESSORS_PATH}/
-EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/xip
+HWP_XIP_PATH += ${ROOTPATH}/src/import/chips/p9/xip
+EXTRAINCDIR += ${HWP_XIP_PATH}/
UTILS_PATH += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs
EXTRAINCDIR += ${UTILS_PATH}/
@@ -49,13 +50,17 @@ OBJS += sbe_resolve_sides.o
SUBDIRS += test.d
## NOTE: add a new directory onto the vpaths when you add a new HWP
-VPATH += ${HWP_CUSTOMIZE_PATH} ${HWP_ACCESSORS_PATH} ${UTILS_PATH}
+VPATH += ${HWP_CUSTOMIZE_PATH} ${HWP_ACCESSORS_PATH} ${HWP_XIP_PATH}
+VPATH += ${UTILS_PATH}
include ${ROOTPATH}/procedure.rules.mk
-#include ${HWP_CUSTOMIZE_PATH}/p9_xip_customize.mk @TODO RTC:158044
-#include ${HWP_ACCESSORS_PATH}/p9_get_mvpd_ring.mk @TODO RTC:158044
-#include ${HWP_ACCESSORS_PATH}/p9_mvpd_ring_funcs.mk @TODO RTC:158044
-#include ${UTILS_PATH}/p9_scan_compression.mk @TODO RTC:158044
+include ${HWP_CUSTOMIZE_PATH}/p9_xip_customize.mk
+include ${HWP_ACCESSORS_PATH}/p9_get_mvpd_ring.mk
+include ${HWP_ACCESSORS_PATH}/p9_mvpd_ring_funcs.mk
+include ${HWP_XIP_PATH}/p9_xip_image.mk
+include ${UTILS_PATH}/p9_ring_identification.mk
+include ${UTILS_PATH}/p9_scan_compression.mk
+include ${UTILS_PATH}/p9_tor.mk
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud