summaryrefslogtreecommitdiffstats
path: root/p9Layouts
Commit message (Collapse)AuthorAgeFilesLines
* Add 1MB to HBI PNOR sectionGlenn Miles2019-03-181-25/+25
| | | | Hostboot binary size is getting close to limit so adding 1MB.
* Add 1MB to HBI PNOR section to accommodate TLSGlenn Miles2019-03-061-25/+25
|
* Add UVBWLIST PartitionIlya Smirnov2018-11-291-1/+10
|
* Increase HBI partition to 14 MB (w/o ECC), up from 13Nick Bofferding2018-11-291-24/+24
| | | HBI partition size is too small to fit all the code for some systems, so bumping it by logical 1 MB to provide breathing room
* Add OCMBFW PartitionNick Bofferding2018-10-311-0/+10
| | | Creates a new OCMBFW PNOR partition entry
* Create UVISOR Partition for Ultravisor BinaryIlya Smirnov2018-10-122-381/+10
|
* Merge pull request #97 from sammj/signDan2018-10-102-16/+29
|\ | | | | p9Layouts: Sign VERSION partition
| * p9Layouts: Sign VERSION partitionSamuel Mendoza-Jonas2018-08-282-16/+18
| | | | | | | | | | | | | | | | | | | | | | And update the partition offsets to match since the VERSION partition needs an extra 4K to fit the signed header. This also fixes up the layout to remove the 24K of empty space between MEMD and SBKT. Partial fix for https://github.com/open-power/op-build/issues/1849 Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
| * p9Layouts: Bring defaultPnorLayout_128 up to dateSamuel Mendoza-Jonas2018-08-092-1/+12
| | | | | | | | | | | | | | Update defaultPnorLayout_128.xml to match changes to the 64MB version, and fixup a stale note about the size of the HBI partition. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
* | Make HBB and HBI partitions readOnlyJaymes Wilks2018-09-122-0/+6
|/ | | | | Sets the readOnly tag for HBB and HBI partitions in the hostboot pnor for both the 64mb and 128mb pnor layouts.
* Make VPD sections preservedCorey Swenson2018-04-262-1/+7
| | | | Signed-off-by: Corey Swenson <cswenson@us.ibm.com>
* Increase the HBRT section sizeRichard J. Knight2018-04-082-38/+38
| | | | | | -Additional HBRT function has caused the image size to increase to near the 4.5MB limit, this commit will increase the partition size to 6MB
* Fix overlapping partitions in p9Layouts/defaultPnorLayout_64.xmlStewart Smith2018-02-141-2/+2
| | | | | Fixes: 0ca835a76d8e24bb0f5f9d006cf87c91e17676fc Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Fix duplicate offsets from previous commitDan Crowell2018-02-121-1/+1
|
* Increase Hostboot image space from 11MB to 13MBDan Crowell2018-02-062-54/+54
| | | | | | Hostboot ran out of space when we enable our full tracing. CQ: SW415745
* Enable ATTR_PERM section in pnor for all CEC levelsChristian Geddes2018-01-161-6/+0
| | | | | | | | | Previously we were only generating the ATTR_PERM section for P8 as we were hitting a size limitation for the table of contents of PNOR. New code has been added to the ffs tool to allow larger table of contents for PNOR so this is no longer an issue. This commit simply tells the script to generate a ATTR_PERM section for P9 now that this limitation no longer exists
* New Pnor HDAT partition addition.nagurram-in2017-12-011-0/+16
| | | | | | | | | | 1> Commented ATTR_PERM partition as a temporary workaround to circumvent the toc page assumption bug. 2> Added new HDAT partition that will be used for holding hdat binaries, which later will be read by hdat module while building hdat. 3> Added changes to create_pnor_image.pl, update_image.pl for creating the HDAT partition.
* Add readOnly flag to PNOR partitionsIlya Smirnov2017-11-032-0/+26
| | | | | | Partitions with readOnly flag include SBE, HCODE, HBRT, PAYLOAD, BOOTKERNEL, OCC, CAPP, HBBL, IMA_CATALOG, WOFDATA, MEMD, SBKT, and VERSION.
* Merge pull request #80 from sannerd/clear-on-ecc-errWilliam Hoffa2017-09-192-0/+20
|\ | | | | Add PNOR partition flag to indicate clear on ECC err
| * Add PNOR partition flag to indicate clear on ECC errDean Sanner2017-08-112-0/+20
| |
* | Fixing MEMD sizeElizabeth Liner2017-09-132-4/+4
| |
* | Update pnor for SBE dd2.1 imagesspashabk-in2017-08-282-38/+38
| | | | | | | | Include SBE dd2.1 images in the SBE partition
* | Secure Boot: Add header to IMA_CATALOG partitionNick Bofferding2017-08-112-0/+2
|/ | | | Signed-off-by: Nick Bofferding <bofferdn@us.ibm.com>
* Secure Boot: Support secure signingNick Bofferding2017-08-093-357/+72
| | | | | | | | | | - Added SBKT partition to 128 MB PNOR layout - Added SBKT partition to 64 MB PNOR layout - Removed 32 MB PNOR layout - Adjusted HBBL size to account for new header to 128/64 MB PNOR layouts - Removed reprovision tag from IMA partitions - Added Secure Boot cryptographic algorithms + HW keys' hash to bootloader - Supported general development signing of most eligible p9 binaries
* Adding base support for the new MEMD pnor sectionElizabeth Liner2017-08-073-0/+24
| | | | | | This commit adds support for a separate version of the MEMD VPD. In the PNOR, we will have a new optional section that will contain multiple versions of the MEMD VPD.
* Increase HBB size to 1MB and rearrange preserved sections to the frontStephen Cprek2017-07-212-113/+112
|
* Add volatile tag and align 64MB to 64K erase blockDean Sanner2017-06-273-18/+29
|
* Update SBE size in pnor layout for p9spashabk-in2017-06-223-60/+60
| | | | SBE size increased from 288K to 520K to accomodate DD2 images
* Add a semi persistent PNOR section for HB reconfig loopsDean Sanner2017-05-243-0/+25
| | | | | | | - Hostboot needs a PNOR partition to store semi non-volatile data between reconfig reboots - BMC will clear on any true power down or BMC reboot, which leaves data intact on HB directed reboots
* Add WOFDATA to pnor layoutDan Crowell2017-03-013-0/+30
| | | | | | | Add the WOFDATA partition to the P9 PNOR layout xml files in preparation to have code consume it. Note - just filling partition with blank data for now, real data will eventually come from system repos.
* Add support for RINGOVD section in pnorPrachi Gupta2017-02-163-1/+22
|
* Update 64kb Layout for the partitions to be 64k alignedBill Hoffa2017-02-011-24/+24
|
* Add IMA (In Memory Accumulation) catalog partition to p9 layoutsMatt Ploetz2016-10-183-0/+27
|
* Add p9 pnor layouts, build supportMatt Ploetz2016-10-043-0/+825
OpenPOWER on IntegriCloud