summaryrefslogtreecommitdiffstats
path: root/p8Layouts/defaultPnorLayoutWithGoldenSide.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update HBD/HBD_RW Partition Sizes to fix VESNIN Config Compile IssuesMike Baiocchi2018-11-151-10/+10
| | | | | | | This commit rebalances the allocated size of 0x60000 for the P8 HBD/HBD_RW partitions to more properly reflect that for P8 systems there is much more read-only attribute data (which goes into HBD) then there is read-write data (which goes into HBD_RW).
* Support Optional Attribute/Targeting Read-Write PNOR PartitionMike Baiocchi2018-11-091-4/+22
| | | | | | | | This commit addes support for an optional Attribute/Targeting Read-Write PNOR Partition (HBD_RW). If it exists then original Attribute/Targeting PNOR Partition (HBD) only contains the READ-ONLY data. If HBD_RW does not exist, then HBD contains both the READ-ONLY and Read-Write sections as it has historically.
* Make all possible partitions readOnly for p8Jaymes Wilks2018-10-041-1/+16
| | | | | | | | | | Sets the readOnly tag for all possible partitions in the hostboot pnor for the single side, without goldenside, and with golden side p8 layouts. The following partitions are affected: HBB, HBI, SBEC, SBE, HBRT, PAYLOAD, BOOTKERNEL, OCC, CAPP, VERSION, IMA_CATALOG, and WINK. Signed-off-by: Jaymes Wilks <mjwilks@us.ibm.com>
* Create P8 pnor layout sub directoryMatt Ploetz2016-10-031-0/+427
OpenPOWER on IntegriCloud