Skip to content

Commit

Permalink
Add .overlays section to hw image
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rjknight authored and dcrowell77 committed Jun 15, 2017
1 parent ce6a132 commit 64a09f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/import/chips/p9/xip/p9_xip_image.h
Expand Up @@ -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];
Expand Down Expand Up @@ -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) \
Expand All @@ -1884,7 +1885,8 @@ typedef enum
".pgpe", \
".ioppe", \
".fppe", \
".rings")
".rings", \
".overlays")

/**************************************************************************/
/* SGPE Image */
Expand Down

0 comments on commit 64a09f2

Please sign in to comment.