summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/xip/p9_xip_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/xip/p9_xip_image.h')
-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 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 */
OpenPOWER on IntegriCloud