summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2017-10-23 23:09:00 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2018-02-05 15:42:01 -0600
commitd95141307f7c3e00669d2baf6f6108254137cb1e (patch)
tree7ad37362a1af64c6611a658e1bf370382842dede
parent62e270989d2d76d4d7dbc19aaae9ab53dd3be348 (diff)
downloadtalos-hcode-d95141307f7c3e00669d2baf6f6108254137cb1e.tar.gz
talos-hcode-d95141307f7c3e00669d2baf6f6108254137cb1e.zip
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: I59887bee896f18f04c792b4dc49f0100cf30f57d Original-Change-Id: I465248e802d496c4ff571ad92ea42cda9656db68 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48720 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Sumit Kumar <sumit_kumar@in.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
-rw-r--r--import/chips/p9/xip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/xip/Makefile b/import/chips/p9/xip/Makefile
index 1dace0c9..830bbc2d 100644
--- a/import/chips/p9/xip/Makefile
+++ b/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__
OpenPOWER on IntegriCloud