summaryrefslogtreecommitdiffstats
path: root/p9Layouts
Commit message (Collapse)AuthorAgeFilesLines
* Increase boot kernel firmware partition size to 6MB03-26-2018Raptor Engineering Development Team2018-03-262-4/+4
|
* Align boot kernel firmware partition with erase blockRaptor Engineering Development Team2018-03-252-10/+10
| | | | This allows Linux to expose the MTD partition as read/write
* Mark boot kernel firmware partition sideless and non-ECC protected, as JFFS2 ↵Raptor Engineering Development Team2018-03-212-6/+4
| | | | will handle ECC protection as needed
* Add boot kernel firmware data partitionRaptor Engineering Development Team2018-03-182-1/+19
|
* Increase hostboot partition size in 128MB PNOR layout to 13MBRaptor Engineering Development Team2018-03-151-20/+20
|
* Increase hostboot partition size in 64MB PNOR layout to 13MBRaptor Engineering Development Team2018-03-151-22/+22
|
* Increase bootloader kernel partition size to 25MBRaptor Engineering Development Team2018-01-222-32/+32
| | | | | This is needed to accomodate the larger kernel with full driver stack for common hardware.
* 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