summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2016-08-16 18:36:00 +0200
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 17:04:07 -0500
commit34300050a2e04bcd729e20a6c0618e85537950c2 (patch)
tree67a45915bcff2fd14bdad72a6e62286e81055e28
parent20898dcc9d5159a6518aee3cfe68e9235b179148 (diff)
downloadtalos-hcode-34300050a2e04bcd729e20a6c0618e85537950c2.tar.gz
talos-hcode-34300050a2e04bcd729e20a6c0618e85537950c2.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>
-rw-r--r--import/chips/p9/xip/p9_xip_image.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/import/chips/p9/xip/p9_xip_image.h b/import/chips/p9/xip/p9_xip_image.h
index 51f8ab24..f6bf2ed0 100644
--- a/import/chips/p9/xip/p9_xip_image.h
+++ b/import/chips/p9/xip/p9_xip_image.h
@@ -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