summaryrefslogtreecommitdiffstats
path: root/src/include/usr/pnor/pnorif.H
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2012-06-29 15:03:24 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-07-09 12:25:40 -0500
commit552815060119a4612ed82c67d31fb38ecee2ccaf (patch)
treee7958cb78de15c5c0cf54ccb21f3b752e75123a7 /src/include/usr/pnor/pnorif.H
parenta87cb9ce7a0322f9fd6c6e015894f12a2975e10f (diff)
downloadtalos-hostboot-552815060119a4612ed82c67d31fb38ecee2ccaf.tar.gz
talos-hostboot-552815060119a4612ed82c67d31fb38ecee2ccaf.zip
Unique PNOR Layout for VPO images
-Unique PNOR layout for VPO to fit within fake-pnor -Larger image for simics configs which includes the base img. Change-Id: I884a99da51845c2f17fcb48be4afa7d272d0ffd5 RTC: 44290 Depends-on: I7294999d3619692aaab424dca1ae608a0a84fa81 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1281 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/pnor/pnorif.H')
-rw-r--r--src/include/usr/pnor/pnorif.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/pnor/pnorif.H b/src/include/usr/pnor/pnorif.H
index c3440c1a5..0c47210fb 100644
--- a/src/include/usr/pnor/pnorif.H
+++ b/src/include/usr/pnor/pnorif.H
@@ -41,18 +41,18 @@ enum SectionId
HB_DATA, /**< Hostboot Data */
DIMM_JEDEC_VPD, /**< DIMM JEDEC VPD */
MODULE_VPD, /**< Module VPD */
+ HB_BASE_CODE, /**< Hostboot Base Image */
NUM_SECTIONS, /**< Number of defined sections */
//Not currently used
// GLOBAL_DATA, /**< Global Data */
// SBE_IPL, /**< Self-Boot Engine IPL image */
-// HB_BASE_CODE, /**< Hostboot Base Image */
// PAYLOAD, /**< HAL/OPAL */
// HB_RUNTIME, /**< Hostboot Runtime Image */
// HB_ERRLOGS, /**< Hostboot Error log Repository */
FIRST_SECTION = TOC, /**< First section (for looping) */
- LAST_SECTION = MODULE_VPD, /**< Last section (for looping) */
+ LAST_SECTION = HB_BASE_CODE, /**< Last section (for looping) */
INVALID_SECTION = NUM_SECTIONS, /**< Used for error cases, initialization */
};
OpenPOWER on IntegriCloud