summaryrefslogtreecommitdiffstats
path: root/src/include/usr/pnor/pnor_const.H
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-01-30 08:14:05 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-16 17:30:14 -0500
commitd1d4d9e33123447b50eab30609fde0497e99e4a3 (patch)
treef64f67a23ede53394d35539187943c577ae5c4b7 /src/include/usr/pnor/pnor_const.H
parent57d244f433c978a8eb831f9cef5acc70ad1ac8e6 (diff)
downloadblackbird-hostboot-d1d4d9e33123447b50eab30609fde0497e99e4a3.tar.gz
blackbird-hostboot-d1d4d9e33123447b50eab30609fde0497e99e4a3.zip
Add WOFDATA to PNOR
The WOFDATA partition will contain the VFRT data that is used for the WOF algorithm. The data is system-specific but was split out from the MRW due to its extreme size. Change-Id: I73a062038897987d6a989c77d6163db058cb8dc0 RTC: 167303 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35651 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/pnor/pnor_const.H')
-rw-r--r--src/include/usr/pnor/pnor_const.H9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/usr/pnor/pnor_const.H b/src/include/usr/pnor/pnor_const.H
index ddc4d19d5..34395fbd2 100644
--- a/src/include/usr/pnor/pnor_const.H
+++ b/src/include/usr/pnor/pnor_const.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -54,8 +54,8 @@ enum SectionId
MODULE_VPD, /**< Module VPD */
CENTAUR_VPD, /**< Centaur VPD */
NVRAM, /**< Opal NVRAM */
- OCC, /**< OCC lid */
- FIRDATA, /**< FIRDATA */
+ OCC, /**< OCC image */
+ FIRDATA, /**< FIR data for checkstop analysis */
ATTR_TMP, /**< Temporary Attribute Override */
ATTR_PERM, /**< Permanent Attribute Override */
CAPP, /**< CAPP lid */
@@ -63,9 +63,10 @@ enum SectionId
HB_BOOTLOADER, /**< Hostboot Bootloader image */
TEST, /**< Scratch space for PNOR test cases */
TESTRO, /**< Scratch space for PNOR ReadOnly test cases */
- BACKUP_PART, /**< Backup of TOC*/
+ BACKUP_PART, /**< Backup of TOC*/
POWERVM, /**< Power VM data */
RINGOVD, /**< Ring override data */
+ WOFDATA, /**< VFRT data tables for WOF */
NUM_SECTIONS, /**< Number of defined sections */
FIRST_SECTION = TOC, /**< First section (for looping) */
OpenPOWER on IntegriCloud