summaryrefslogtreecommitdiffstats
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.
* Allow SBEC image skip on POWER9Raptor Engineering Development Team2018-01-161-1/+5
|
* Allow CAPP image skip on POWER9Raptor Engineering Development Team2018-01-161-2/+11
|
* Allow CVPD image skip on POWER9Raptor Engineering Development Team2018-01-162-3/+11
|
* Merge pull request #87 from nagendraIBM/masterStewart Smith2018-01-152-0/+13
|\ | | | | Added back ATTR_PERM partition processing for P8 platforms
| * Added back ATTR_PERM partition processing for P8 platformsnagurram-in2018-01-122-0/+13
|/ | | | | | Removal of ATTR_PERM partition to enable HDAT parition created IPL break for P8 platforms, since P8 still has the ATTR_PERM partition in P8 pnor layout.
* Merge pull request #84 from nagendraIBM/masterDan2017-12-013-6/+39
|\ | | | | New Pnor HDAT partition addition.
| * New Pnor HDAT partition addition.nagurram-in2017-12-013-6/+39
|/ | | | | | | | | | 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.
* Merge pull request #83 from IlyaSmirnov91/masterWilliam Hoffa2017-11-082-0/+26
|\ | | | | Add readOnly flag to PNOR partitions
| * 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
| |
* | Merge pull request #81 from e-liner/memd_sizee-liner2017-09-132-4/+4
|\ \ | | | | | | Fixing MEMD size
| * | Fixing MEMD sizeElizabeth Liner2017-09-132-4/+4
|/ /
* | Merge pull request #78 from Shakeebbk/masterPrachi Gupta2017-09-052-38/+38
|\ \ | | | | | | Update pnor for SBE dd2.1 images
| * | Update pnor for SBE dd2.1 imagesspashabk-in2017-08-282-38/+38
|/ / | | | | | | Include SBE dd2.1 images in the SBE partition
* | Merge pull request #77 from bofferdn/secureboot-imaWilliam Hoffa2017-08-142-0/+2
|\ \ | |/ |/| Secure Boot: Add header to IMA_CATALOG partition
| * Secure Boot: Add header to IMA_CATALOG partitionNick Bofferding2017-08-112-0/+2
| | | | | | | | Signed-off-by: Nick Bofferding <bofferdn@us.ibm.com>
* | Merge pull request #76 from bofferdn/secureboot-rc4William Hoffa2017-08-105-514/+408
|\ \ | |/ | | Secure Boot: Support secure signing
| * Secure Boot: Support secure signingNick Bofferding2017-08-095-514/+408
|/ | | | | | | | | | - 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
* Merge pull request #74 from e-liner/memd_pushe-liner2017-08-085-0/+50
|\ | | | | Adding base support for the new MEMD pnor section
| * Adding base support for the new MEMD pnor sectionElizabeth Liner2017-08-075-0/+50
|/ | | | | | 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.
* Merge pull request #72 from scprek/hbb-resize-finalWilliam Hoffa2017-07-213-117/+116
|\ | | | | Increase HBB size to 1MB and rearrange preserved sections to the front
| * Increase HBB size to 1MB and rearrange preserved sections to the frontStephen Cprek2017-07-213-117/+116
|/
* Merge pull request #70 from open-power/bofferdn-fix-wof-ecc-2Nick Bofferding2017-07-061-2/+2
|\ | | | | Inject correct ECC into WOFDATA partition
| * Inject correct ECC into WOFDATA partitionNick Bofferding2017-07-061-2/+2
|/ | | - Inject correct ECC into WOFDATA partition to avoid ECC UE
* Merge pull request #66 from sannerd/align64K_volatile_tagPrachi Gupta2017-06-273-18/+29
|\ | | | | Add volatile tag and align 64MB to 64K erase block
| * Add volatile tag and align 64MB to 64K erase blockDean Sanner2017-06-273-18/+29
| |
* | Merge pull request #67 from sannerd/pad.sbe.partitionPrachi Gupta2017-06-271-0/+3
|\ \ | |/ |/| Pad SBE image to 520K
| * Pad SBE image to 520KDean Sanner2017-06-271-0/+3
|/
* Merge pull request #65 from Shakeebbk/masterPrachi Gupta2017-06-263-60/+60
|\ | | | | Update SBE size in pnor layout for p9
| * Update SBE size in pnor layout for p9spashabk-in2017-06-223-60/+60
|/ | | | SBE size increased from 288K to 520K to accomodate DD2 images
* Merge pull request #64 from sannerd/pnor.hb_volPrachi Gupta2017-06-204-0/+27
|\ | | | | Add a semi persistent PNOR section for HB reconfig loops
| * Add a semi persistent PNOR section for HB reconfig loopsDean Sanner2017-05-244-0/+27
|/ | | | | | | - 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
* Merge pull request #63 from e-liner/wofdata_elinere-liner2017-05-231-1/+1
|\ | | | | Fixing WOFDATA binary name
| * Fixing WOFDATA binary nameElizabeth Liner2017-05-231-1/+1
| |
* | Merge pull request #62 from e-liner/mastere-liner2017-05-182-3/+21
|\ \ | |/ | | Adding WOFDATA support for the actual image
| * Adding WOFDATA support for the actual imageElizabeth Liner2017-05-172-3/+21
|/
* Merge pull request #61 from Shakeebbk/masterWilliam Hoffa2017-04-051-1/+13
|\ | | | | SBE image install
| * SBE image installspashabk-in2017-04-041-1/+13
|/
* Merge pull request #60 from sannerd/hcode.binWilliam Hoffa2017-03-171-1/+19
|\ | | | | Switch to using the raw HCODE image for P9
| * Switch to using the raw HCODE image for P9Dean Sanner2017-03-161-1/+19
|/ | | | | | - SBE build process needs rings from raw HCODE image So use the raw code image, and then generate header/ecc in update_image.pl
* Merge pull request #58 from dcrowell77/woftablesPatrick Williams2017-03-025-0/+40
|\ | | | | Add WOFDATA to pnor layout
| * Add WOFDATA to pnor layoutDan Crowell2017-03-015-0/+40
|/ | | | | | | 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.
OpenPOWER on IntegriCloud