summaryrefslogtreecommitdiffstats
path: root/src/include/usr/pnor
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2012-10-18 13:08:15 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-10-24 14:24:54 -0500
commit799ce7095b6a019d4103685ae85558418b9368c7 (patch)
tree5b902f445beb4786485fed671081dfdcae89b32e /src/include/usr/pnor
parent640cc21de6e1324be9a1b90ea70c9c2ba61cace0 (diff)
downloadtalos-hostboot-799ce7095b6a019d4103685ae85558418b9368c7.tar.gz
talos-hostboot-799ce7095b6a019d4103685ae85558418b9368c7.zip
Update Default PNOR layout to include all partitions
-Updated the default PNOR layout to include all partitions -PNOR Layout now matches PNOR Spec layout, but only single side -Updated PNORRP to support all partitions -Updated PNORDD to more efficiently track erases -Added 4-byte addressing workaround to combined.simics to workaround SW170513 for FSP PNOR access. -Disabled test image in VBU to save space since it is not used anyway Change-Id: Ifadd21829b78868a1f2d8b762420a24f256f7a7e RTC: 49033 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2091 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/pnor')
-rw-r--r--src/include/usr/pnor/pnorif.H17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/include/usr/pnor/pnorif.H b/src/include/usr/pnor/pnorif.H
index 055dadbb9..533c7f932 100644
--- a/src/include/usr/pnor/pnorif.H
+++ b/src/include/usr/pnor/pnorif.H
@@ -38,20 +38,21 @@ enum SectionId
TOC, /**< Table of Contents */
// Value of HB_EXT_CODE must be 1 for debug framework.
HB_EXT_CODE, /**< Hostboot Extended Image */
+ GLOBAL_DATA, /**< Global Data */
+ HB_BASE_CODE, /**< Hostboot Base Image */
+ CENTAUR_SBE, /**< Centaur Self-Boot Engine image */
+ SBE_IPL, /**< Self-Boot Engine IPL image */
+ WINK, /**< Sleep Winkle Reference image */
+ PAYLOAD, /**< HAL/OPAL */
HB_DATA, /**< Hostboot Data */
+ GUARD_DATA, /**< Guard Data */
+ HB_ERRLOGS, /**< Hostboot Error log Repository */
DIMM_JEDEC_VPD, /**< DIMM JEDEC VPD */
MODULE_VPD, /**< Module VPD */
- HB_BASE_CODE, /**< Hostboot Base Image */
+ CENTAUR_VPD, /**< Centaur VPD */
TEST, /**< Scratch space for PNOR test cases */
NUM_SECTIONS, /**< Number of defined sections */
- //Not currently used
-// GLOBAL_DATA, /**< Global Data */
-// SBE_IPL, /**< Self-Boot Engine IPL image */
-// PAYLOAD, /**< HAL/OPAL */
-// HB_RUNTIME, /**< Hostboot Runtime Image */
-// HB_ERRLOGS, /**< Hostboot Error log Repository */
-
FIRST_SECTION = TOC, /**< First section (for looping) */
LAST_SECTION = TEST, /**< Last section (for looping) */
INVALID_SECTION = NUM_SECTIONS, /**< Used for error cases, initialization */
OpenPOWER on IntegriCloud