From 62e270989d2d76d4d7dbc19aaae9ab53dd3be348 Mon Sep 17 00:00:00 2001 From: "Richard J. Knight" Date: Sun, 11 Dec 2016 08:50:55 -0600 Subject: 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 Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Joseph J. McGill Reviewed-by: Thi N. Tran Reviewed-by: Sachin Gupta Reviewed-by: Jennifer A. Stofer --- import/chips/p9/xip/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'import/chips') 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 -- cgit v1.2.3