From 4a221579a775f1f5bf0b0f68da9022a1ccaea6e9 Mon Sep 17 00:00:00 2001 From: Martin Peschke Date: Tue, 16 Aug 2016 18:36:00 +0200 Subject: IOPPE image build flow Defines IOPPE XIP image sections, creates build flow for IOPPE sub image, and makes the HW Image build flow pick up the latter. Change-Id: I4ff43a3fe556741c584cf929c86479034c4a516a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28320 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Richard J. Knight Reviewed-by: Claus M. Olsen Reviewed-by: Martin Peschke Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35377 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/chips/p9/xip/p9_xip_image.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/import/chips/p9/xip/p9_xip_image.h') diff --git a/src/import/chips/p9/xip/p9_xip_image.h b/src/import/chips/p9/xip/p9_xip_image.h index 58410d4d..e25de0bd 100644 --- a/src/import/chips/p9/xip/p9_xip_image.h +++ b/src/import/chips/p9/xip/p9_xip_image.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER sbe Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* Contributors Listed Below - COPYRIGHT 2015,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -1901,11 +1901,17 @@ typedef enum typedef enum { - P9_XIP_SECTIONS_IOPPE = P9_XIP_SECTIONS_PLUS(0) // # sections + P9_XIP_SECTION_IOPPE_IOF = P9_XIP_SECTIONS_PLUS(0), + P9_XIP_SECTION_IOPPE_IOO_ABUS = P9_XIP_SECTIONS_PLUS(1), + P9_XIP_SECTION_IOPPE_IOO_NV = P9_XIP_SECTIONS_PLUS(2), + P9_XIP_SECTIONS_IOPPE = P9_XIP_SECTIONS_PLUS(3) // # sections } p9_xip_section_ioppe_t; -#define P9_XIP_SECTION_NAMES_IOPPE(var) \ - P9_XIP_SECTION_NAMES(var) +#define P9_XIP_SECTION_NAMES_IOPPE(var) \ + P9_XIP_SECTION_NAMES(var, \ + ".iof", \ + ".ioo_abus", \ + ".ioo_nv") /**************************************************************************/ /* FPPE Image */ -- cgit v1.2.1