summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/xip
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2016-08-16 18:36:00 +0200
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-01 12:19:13 -0500
commitcedbd4fa487ea69716637f45b583ecfc7162c5ce (patch)
treedb85e0c0f20dbd51858600c61b5b0ffb595afbac /src/import/chips/p9/xip
parentca9ec67ae97c14c623a9e2603532b66bb6f75d6c (diff)
downloadtalos-hostboot-cedbd4fa487ea69716637f45b583ecfc7162c5ce.tar.gz
talos-hostboot-cedbd4fa487ea69716637f45b583ecfc7162c5ce.zip
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 <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: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35378 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/xip')
-rw-r--r--src/import/chips/p9/xip/p9_xip_image.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/import/chips/p9/xip/p9_xip_image.h b/src/import/chips/p9/xip/p9_xip_image.h
index d50dc37e7..98ca7767f 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 HostBoot 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 */
OpenPOWER on IntegriCloud