| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Brandon Bergren <git@bdragon.rtk0.net>
|
| |
|
|
| |
Signed-off-by: Brandon Bergren <git@bdragon.rtk0.net>
|
| |
|
|
| |
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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>
|
| |/
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
This will allow the generation of PersistRwAttrList.csv in
output/staging/openpower_mrw_scratch/ instead of buildroot
|
| |\
| |
| | |
Adding wofdata support for op-build packages
|
| | | |
|
| |/
|
|
| |
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
|
|
|
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>
|