From ba0028f0e907b6cf582f331b1d58f0f381d5bba1 Mon Sep 17 00:00:00 2001 From: Claus Michael Olsen Date: Mon, 23 Oct 2017 23:09:00 -0500 Subject: Update: xip_tool: Introducing image section type (IST). Currently xip_tool bails out if attempting to run a "report" on a standalone overrides or overlays ring section. So, added support for: - "report" for standalone TOR ring section and standalone DD container. - Introduced the Image Section Type (IST) to enumerate the various image types supported in an XIP image. Change-Id: I465248e802d496c4ff571ad92ea42cda9656db68 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48720 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Sumit Kumar Reviewed-by: Richard J. Knight Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48721 Reviewed-by: Sachin Gupta --- src/import/chips/p9/xip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9/xip/Makefile') diff --git a/src/import/chips/p9/xip/Makefile b/src/import/chips/p9/xip/Makefile index 125a3ecc..2616633a 100644 --- a/src/import/chips/p9/xip/Makefile +++ b/src/import/chips/p9/xip/Makefile @@ -33,8 +33,8 @@ # Locations of required headers. INCLUDES += -I. -INCLUDES += -I../../../hwpf/fapi2/include/plat # ekb: define path variable covering ekb and ppe -INCLUDES += -I../../../../hwpf/include/plat/ # ppe: define path variable covering ekb and ppe +INCLUDES += -I../../../hwpf/fapi2/include/plat +INCLUDES += -I../utils/imageProcs ifeq ($(PROJECT_NAME),sbe) XIP_FLAGS+=-D__PPE__ -- cgit v1.2.1