summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-30README.textile: add missing "additional patches" section for 19.03HEADrpf-19.03masterLeif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2019-04-25README.textile: update for 19.03 releaseLeif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2019-04-24platforms.config: drop capsule build for D06Leif Lindholm
This release is a "flag day" update for D06 with a bunch of onboard firmware needing to be performed via the BMC with a .hpm file, so prevent the capsule image from being published. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2019-04-16patches/edk2-platforms: add d05 MAC address fixrpf-19.03-rc3Leif Lindholm
Add patch provided by Ming to address https://bugs.linaro.org/show_bug.cgi?id=4345 Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2019-03-28patches: add D06 system firmware descriptor updaterpf-19.03-rc2Leif Lindholm
To prevent downgrade from this revision. In preparation for -rc2. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2019-03-212019.03 w-i-prpf-19.03-rc1Leif Lindholm
2018-11-27add README.textilerpf-18.11Leif Lindholm
Add the source file for the download index page. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-11-20build.sh: update commit hashes for 2018.11 RPF releaserpf-18.11-rc1Leif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-11-20platforms.config: update for 2018.11 releaseLeif Lindholm
- Sync new comment header from current uefi-tools. - Add ARM Sgi575 platform. - Delete developerbox. - Fix a few line endings. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-09-03update build hashes and platform.conf for 2018.08 releasesLeif Lindholm
Drop cello and overdrive platforms from this build, since we have iasl compatibility issues between those and d06. We may bring those back in later releases. Update hashes - for edk, use the first stable tag! Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-09-03build.sh: add separate handling of "executable" outputLeif Lindholm
Executable output (UEFI drivers or applications) are not placed in the Build directory in the same way as flash images generated with GenFd. The uefi-tools parse-platforms.py script has had a new command added 'executables', corresponding to the 'images' command, but giving output useable for executables (listed at EXEC_FILES in the platform config file). Add support for that in the output copying bit. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-09-03build.sh: add and update submodulesLeif Lindholm
OpenSSL is now added as a submodule in upstream EDK2. Add the steps to init and update submodules for all repos. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-02-13build.sh: update uefi-tools hashrpf-18.02Leif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-02-13build.sh: update uefi-tools hashLeif Lindholm
More quirk handling for edk2 openssl import. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-02-09platforms.config: update for 18.02rpf-18.02-rc1Leif Lindholm
Remove d02 from release. Add Socionext DeveloperBox. Add capsules to output for d03/d05. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-02-09build.sh: update edk2/edk2-platforms SHAs for 18.02-rc1Leif Lindholm
Bring in some fixes for deleting unused Pcds, as well as correcting capsule names on d03/d05. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-02-08build.sh: update SHAs for 18.02Leif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2018-02-07delete 17.10 patchesLeif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-12-01patches: delete obsolete edk2 patchesrpf-17.10Leif Lindholm
Since we moved the baseline for 17.10, some of these patches are no longer needed. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-12-01build.sh: error exit if patching failsLeif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-12-01build.sh: print final repo revisionsLeif Lindholm
Whether patching or not, print the final top commit. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-12-01build.sh: set up git details if emptyLeif Lindholm
To prevent git commands inside the working trees from failing, set up user "Linaro Buildbot" <nobody@linaro.org>" in git config. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-11-29build.sh: change edk2/edk2-platforms commit hashesLeif Lindholm
Due to the bug addressed by the previous patch, 17.10-rc3 was built on different versions of edk2 and edk2-non-osi than previously thought. So make sure we build the final release on the same base commits. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-11-29build.sh: fix repo reset on cloneLeif Lindholm
The script failed to reset to the desired commit when cloning. Fixed that. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-11-29platforms.config: updates for 17.10 releaseLeif Lindholm
- Drop Juno for now (since not functional) - Add QEMU_VARS.fd files to qemu targets. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-11-23patches: add Juno and D03/D05 patches for 17.10-rc3Leif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-11-13patches: add patches required for 17.10-rc2Leif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-11-13.gitignore: fix ignore paths to only apply at top levelLeif Lindholm
So I can check in patches under patches/<repo>. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-11-13build.sh: add support for overlaying patchesLeif Lindholm
Look for patches in patches/<repo> and apply them before building. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-10-24build.sh: generate per-directory SHA256SUMSLeif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-10-24build.sh: copy files when build partially successfulLeif Lindholm
The build failed to copy files to out/ if any platforms failed to build. Instead, copy the platforms that succeed, if any does. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-10-19build.sh: copy produced images to out/Leif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-10-19platforms.config: add missing output imagesLeif Lindholm
uefi-tools/parse-platforms.py is used to list all generated files for a platform, but it needs the config file to list them. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-10-18initial importLeif Lindholm
In preparation for Enterprise Reference Firmware release 17.10. Contains: - build.sh - platforms.config - .gitignore Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>