diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2015-02-18 18:02:01 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-19 20:48:30 -0600 |
| commit | 3a15c8bd258a5cb61821b9325f214a47b8faffbf (patch) | |
| tree | b24c21978e4a17d734dfdac6828a70b60d7a194d /src/include/usr/pnor | |
| parent | a420d3c07e45cd67ef733f2942cb78db92025a09 (diff) | |
| download | blackbird-hostboot-3a15c8bd258a5cb61821b9325f214a47b8faffbf.tar.gz blackbird-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/include/usr/pnor')
| -rw-r--r-- | src/include/usr/pnor/pnorif.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/pnor/pnorif.H b/src/include/usr/pnor/pnorif.H index 00f80f421..722946628 100644 --- a/src/include/usr/pnor/pnorif.H +++ b/src/include/usr/pnor/pnorif.H @@ -61,6 +61,7 @@ enum SectionId ATTR_TMP, /**< Temporary Attribute Override */ ATTR_PERM, /**< Permanent Attribute Override */ CAPP, /**< CAPP lid */ + VERSION, /**< PNOR version string section */ TEST, /**< Scratch space for PNOR test cases */ TESTRO, /**< Scratch space for PNOR ReadOnly test cases */ |

