summaryrefslogtreecommitdiffstats
path: root/import/chips
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2016-12-11 08:50:55 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2018-02-05 15:41:59 -0600
commit62e270989d2d76d4d7dbc19aaae9ab53dd3be348 (patch)
tree52ed177ad869563f529beb27d6f9a5bde20a40f4 /import/chips
parentfca5b702128fb43baf73ca3f1aa82ff06de1dc44 (diff)
downloadtalos-hcode-62e270989d2d76d4d7dbc19aaae9ab53dd3be348.tar.gz
talos-hcode-62e270989d2d76d4d7dbc19aaae9ab53dd3be348.zip
Add check to verify SBE .ring section size
-Add option to p9_xip_tool to verify the size of the DD specific .rings section intended for the SBE image -Update makefiles to correctly run p9_ring_apply to insert and extract the DD level specific rings. -Update tor_access_ring to correctly advance the pointer to the next DD level in the HW image so the size can be extracted correctlty. Change-Id: I3e8a8d5e8103ea2ed310209537b1c16413197928 Original-Change-Id: I21a53b5d11341a14a4e9cc88388c9c2050394095 RTC:165558 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33873 Tested-by: Jenkins Server <pfd-jenkins+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: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips')
-rw-r--r--import/chips/p9/xip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/import/chips/p9/xip/Makefile b/import/chips/p9/xip/Makefile
index ebd4be65..1dace0c9 100644
--- a/import/chips/p9/xip/Makefile
+++ b/import/chips/p9/xip/Makefile
@@ -36,6 +36,10 @@ 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
+ifeq ($(PROJECT_NAME),sbe)
+XIP_FLAGS+=-D__PPE__
+endif
+
XIP_FLAGS += -DDEBUG_P9_XIP_IMAGE=1
XIP_FLAGS += -DFAPI2_NO_FFDC
OpenPOWER on IntegriCloud