summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-07-19 11:30:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-04 18:19:15 -0400
commit51dd9c2385c56836385acbc0d95258682b7d01d3 (patch)
treefbd74b0f09e7c8b31ef21ab69ac8dd63c5878f1b /src/usr/pnor
parent632dccdaa7a54c48bf472d0fc89e3344d6f6f135 (diff)
downloadtalos-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/usr/pnor')
-rw-r--r--src/usr/pnor/pnor_utils.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/pnor/pnor_utils.C b/src/usr/pnor/pnor_utils.C
index 1171c53fc..33dcb3a27 100644
--- a/src/usr/pnor/pnor_utils.C
+++ b/src/usr/pnor/pnor_utils.C
@@ -59,7 +59,7 @@ const char* cv_EYECATCHER[] = {
"HBB", /**< PNOR::HB_BASE_CODE : Hostboot Base Image */
"SBEC", /**< PNOR::CENTAUR_SBE : Centaur Self-Boot Engine image */
"SBE", /**< PNOR::SBE_IPL : Self-Boot Enginer IPL image */
- "WINK", /**< PNOR::WINK : Sleep Winkle Reference image */
+ "HCODE", /**< PNOR::HCODE : HCODE Reference image */
"PAYLOAD", /**< PNOR::PAYLOAD : HAL/OPAL */
"HBRT", /**< PNOR::HB_RUNTIME : Hostboot Runtime(for Sapphire)*/
"HBD", /**< PNOR::HB_DATA : Hostboot Data */
@@ -79,6 +79,7 @@ const char* cv_EYECATCHER[] = {
"TEST", /**< PNOR::TEST : Test space for PNOR*/
"TESTRO", /**< PNOR::TESTRO : ReadOnly Test space for PNOR */
"BACKUP_PART", /**PNOR::BACKUP_PART : Backup of PART*/
+ "POWERVM", /**< PNOR::POWERVM : Power VM data */
};
/**
OpenPOWER on IntegriCloud