diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2014-10-08 16:40:36 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-10-31 17:20:50 -0500 |
| commit | c57773ccd7a7368342565d109ab10138cee7626f (patch) | |
| tree | 8ac91aa53bac13e77ec8ce42399b9fd0f3dee9df /src/include/usr/pnor | |
| parent | c864e50f89bfeb102a2edca45825e6e02cf6ba56 (diff) | |
| download | blackbird-hostboot-c57773ccd7a7368342565d109ab10138cee7626f.tar.gz blackbird-hostboot-c57773ccd7a7368342565d109ab10138cee7626f.zip | |
Add OCC image pnor support
The OCC pnor section only exists in openPOWER
Change-Id: I5d5b7d03db681aa2e9b129cc63b768aaf5a15064
RTC: 116297
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13893
Tested-by: Jenkins Server
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 6aed66234..971a399c0 100644 --- a/src/include/usr/pnor/pnorif.H +++ b/src/include/usr/pnor/pnorif.H @@ -56,6 +56,7 @@ enum SectionId CENTAUR_VPD, /**< Centaur VPD */ ATTR_OVER, /**< Attribute Override */ NVRAM, /**< Opal NVRAM */ + OCC, /**< OCC lid */ TEST, /**< Scratch space for PNOR test cases */ NUM_SECTIONS, /**< Number of defined sections */ |

