diff options
author | crgeddes <crgeddes@us.ibm.com> | 2016-07-19 11:30:48 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-08-04 18:19:15 -0400 |
commit | 51dd9c2385c56836385acbc0d95258682b7d01d3 (patch) | |
tree | fbd74b0f09e7c8b31ef21ab69ac8dd63c5878f1b /src/include/usr/pnor/pnor_const.H | |
parent | 632dccdaa7a54c48bf472d0fc89e3344d6f6f135 (diff) | |
download | talos-hostboot-51dd9c2385c56836385acbc0d95258682b7d01d3.tar.gz talos-hostboot-51dd9c2385c56836385acbc0d95258682b7d01d3.zip |
Update pnor section names WINK -> HCODE and PAYLOAD -> POWERVM
Change-Id: I66cc8a060f0eb7b50275a42970661247d2916035
RTC:154286
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27228
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Elizabeth K. Liner <eliner@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.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/pnor/pnor_const.H b/src/include/usr/pnor/pnor_const.H index 1dd598085..a7ca2c3b0 100644 --- a/src/include/usr/pnor/pnor_const.H +++ b/src/include/usr/pnor/pnor_const.H @@ -43,7 +43,7 @@ enum SectionId 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 */ + HCODE, /**< HCODE Reference image */ PAYLOAD, /**< HAL/OPAL */ HB_RUNTIME, /**< Hostboot Runtime (for Sapphire) */ HB_DATA, /**< Hostboot Data */ @@ -63,8 +63,10 @@ enum SectionId TEST, /**< Scratch space for PNOR test cases */ TESTRO, /**< Scratch space for PNOR ReadOnly test cases */ BACKUP_PART, /**< Backup of TOC*/ + POWERVM, /**< Power VM data */ NUM_SECTIONS, /**< Number of defined sections */ + FIRST_SECTION = TOC, /**< First section (for looping) */ /**< Used for error cases, initialization */ INVALID_SECTION = NUM_SECTIONS, |