summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2015-02-18 18:02:01 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-19 20:48:30 -0600
commit3a15c8bd258a5cb61821b9325f214a47b8faffbf (patch)
treeb24c21978e4a17d734dfdac6828a70b60d7a194d /src/usr/pnor
parenta420d3c07e45cd67ef733f2942cb78db92025a09 (diff)
downloadtalos-hostboot-3a15c8bd258a5cb61821b9325f214a47b8faffbf.tar.gz
talos-hostboot-3a15c8bd258a5cb61821b9325f214a47b8faffbf.zip
Support for PNOR version string sections in openPOWER
Change-Id: Ifc5e9b29ecade2853531aadb06aaeefc04734a72 RTC: 118253 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15826 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/pnor')
-rw-r--r--src/usr/pnor/pnor_common.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/pnor/pnor_common.C b/src/usr/pnor/pnor_common.C
index 00931ec64..c8c1e14b3 100644
--- a/src/usr/pnor/pnor_common.C
+++ b/src/usr/pnor/pnor_common.C
@@ -66,7 +66,8 @@ const char* cv_EYECATCHER[] = {
"FIRDATA", /**< PNOR::FIRDATA : FIRDATA */
"ATTR_TMP", /**< PNOR::ATTR_TMP : Temporary Attribute Overrides */
"ATTR_PERM", /**< PNOR::ATTR_PERM : Permanent Attribute Overrides */
- "CAPP", /**< PNOR::CAPP : CAPP LID */
+ "CAPP", /**< PNOR::CAPP : CAPP LID */
+ "VERSION", /**< PNOR::VERSION : PNOR Version string */
"TEST", /**< PNOR::TEST : Test space for PNOR*/
"TESTRO", /**< PNOR::TESTRO : ReadOnly Test space for PNOR */
//Not currently used
OpenPOWER on IntegriCloud