diff options
| author | Richard J. Knight <rjknight@us.ibm.com> | 2017-05-08 14:21:08 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:48:16 -0500 |
| commit | a3d89ba0ef782c72f049b813e09b25e45f3cedf6 (patch) | |
| tree | cf22d7cb4e56e31d0f641d4a4e603c086772205c /import/chips/p9/xip | |
| parent | f6f692352fc5822a71ecbebd2410f5920b985aa0 (diff) | |
| download | talos-hcode-a3d89ba0ef782c72f049b813e09b25e45f3cedf6.tar.gz talos-hcode-a3d89ba0ef782c72f049b813e09b25e45f3cedf6.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>
Diffstat (limited to 'import/chips/p9/xip')
| -rw-r--r-- | import/chips/p9/xip/p9_xip_image.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/import/chips/p9/xip/p9_xip_image.h b/import/chips/p9/xip/p9_xip_image.h index c0564033..212440ef 100644 --- a/import/chips/p9/xip/p9_xip_image.h +++ b/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 */ |

