summaryrefslogtreecommitdiffstats
path: root/openpower/package/machine-xml
Commit message (Collapse)AuthorAgeFilesLines
* Redirect all relevant GitHub references to RCS GIT repositoriesRaptor Engineering Development Team2019-04-171-5/+1
|
* Remove obsolete MRW packageRaptor Engineering Development Team2019-04-171-3/+0
|
* openpower: machine-xml: Remove blank help sectionJoel Stanley2018-12-031-1/+0
| | | | | | | op-build/openpower/package/machine-xml/Config.in:7: warning: 'BR2_PACKAGE_MACHINE_XML' defined with blank help text Signed-off-by: Joel Stanley <joel@jms.id.au>
* Don't automatically select common-p8-xml on POWER9.Brandon Bergren2018-09-211-1/+1
| | | | Signed-off-by: Brandon Bergren <git@bdragon.rtk0.net>
* Stop trying to build obsolete tools on POWER9.Brandon Bergren2018-09-201-2/+2
| | | | Signed-off-by: Brandon Bergren <git@bdragon.rtk0.net>
* machine-xml: group config options into their own menu for clarityStewart Smith2018-05-021-0/+4
| | | | Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* Split P8 and P9 Hostboot and OCC packagesStewart Smith2018-05-021-1/+8
| | | | | | | | | | | | | | | | | | This was causing a couple of issues: 1) increased complexity in build files 2) It breaks the pkg-version patch detection/checksum 3) Failing to apply patches to would silently fail The split makes this a bit easier and requires less custom code. We keep the P9 hostboot/occ named hostboot/occ, so that day-to-day, nobody notices a difference. The only difference you'll notice is if doing POWER8 hostboot/occ development, as the package name will be 'hostboot-p8' or 'occ-p8'. Fixes: https://github.com/open-power/op-build/issues/876 Fixes: https://github.com/open-power/op-build/issues/1194 Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Merge branch 'master' into memd_finale-liner2017-08-111-0/+6
|\
| * Secure Boot: Add machine-xml and PNOR support for signingNick Bofferding2017-08-111-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | - For Secure Boot compile, export protected/unprotected targeting binaries - Add Secure Boot policies to PNOR package - Pass Secure Boot policies to PNOR packaging tools - Opportunistically move targeting protected/unprotected sections - Remove bad secureboot config options from WS hostboot config - Point to PNOR commit that supports secureboot signing - Support key transitioning to development keys Signed-off-by: Nick Bofferding <bofferdn@us.ibm.com>
* | Adding support for MEMD processingElizabeth Liner2017-08-101-3/+10
|/ | | | | | | This commit adds in the call to the perl script housed in the hostboot build files. It generates the MEMD header from the directory of files given, compiles them into one file and returns the output where it can be added to the PNOR.
* xmltohb.pl: pass mrw scratch dir as src-output-dirPrachi Gupta2017-06-281-1/+1
| | | | | This will allow the generation of PersistRwAttrList.csv in output/staging/openpower_mrw_scratch/ instead of buildroot
* Merge pull request #1094 from e-liner/wof_updateWilliam Hoffa2017-06-071-0/+14
|\ | | | | Adding wofdata support for op-build packages
| * Adding wofdata support for op-build packagesElizabeth Liner2017-06-011-0/+14
| |
* | machine-xml: qstrip version to ensure make legal-info works correctlyStewart Smith2017-05-251-1/+1
|/ | | | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Single XML package rather than one per platformStewart Smith2017-05-162-0/+170
This saves us a *lot* of copy&pasted build foo and replaces it with a couple of config options that can be set in menuconfig. This makes adding a new platform a much smaller operation, requiring fewer changes that are scattered throughout the buildroot tree. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud