summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/xip
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2017-05-08 14:21:08 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-15 12:24:42 -0400
commit64a09f22b6dc58965212b2713da3be30ed15ee3b (patch)
tree5f376abe013f07b453f1c74c8180b84b40664aad /src/import/chips/p9/xip
parentce6a132a79c4469faead43cd904262ab4bffca94 (diff)
downloadtalos-hostboot-64a09f22b6dc58965212b2713da3be30ed15ee3b.tar.gz
talos-hostboot-64a09f22b6dc58965212b2713da3be30ed15ee3b.zip
Add .overlays section to hw image
Change-Id: I61e534f8914cce7396ec8e7ea6aa79d90112644c RTC:173933 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40230 Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40238 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/import/chips/p9/xip/p9_xip_image.h b/src/import/chips/p9/xip/p9_xip_image.h
index 62ef0b859..859cdd89e 100644
--- a/src/import/chips/p9/xip/p9_xip_image.h
+++ b/src/import/chips/p9/xip/p9_xip_image.h
@@ -384,7 +384,7 @@ typedef struct
uint64_t iv_reserved64[3];
//////////////////////////////////////////////////////////////////////
- // Section Table - 4-byte aligned; 16 entries
+ // Section Table - 4-byte aligned; 15 entries
//////////////////////////////////////////////////////////////////////
P9XipSection iv_section[P9_XIP_SECTIONS];
@@ -1873,7 +1873,8 @@ typedef enum
P9_XIP_SECTION_HW_IOPPE = P9_XIP_SECTIONS_PLUS(4),
P9_XIP_SECTION_HW_FPPE = P9_XIP_SECTIONS_PLUS(5),
P9_XIP_SECTION_HW_RINGS = P9_XIP_SECTIONS_PLUS(6),
- P9_XIP_SECTIONS_HW = P9_XIP_SECTIONS_PLUS(7) // # sections
+ P9_XIP_SECTION_HW_OVERLAYS = P9_XIP_SECTIONS_PLUS(7),
+ P9_XIP_SECTIONS_HW = P9_XIP_SECTIONS_PLUS(8) // # sections
} p9_xip_section_hw_t;
#define P9_XIP_SECTION_NAMES_HW(var) \
@@ -1884,7 +1885,8 @@ typedef enum
".pgpe", \
".ioppe", \
".fppe", \
- ".rings")
+ ".rings", \
+ ".overlays")
/**************************************************************************/
/* SGPE Image */
OpenPOWER on IntegriCloud