From 33a392720347794d6dd0f6d7502e615930241e1d Mon Sep 17 00:00:00 2001 From: Marty Gloff Date: Tue, 9 Aug 2016 17:01:59 -0500 Subject: 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 Reviewed-by: Matt Derksen Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/sbe/makefile | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'src/usr/sbe/makefile') 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 -- cgit v1.2.1