mbox

[PULL,0/2] EDK2 firmware patches

Message ID 20200121151543.18538-1-philmd@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/philmd/qemu.git tags/edk2-next-20200121

Message

Philippe Mathieu-Daudé Jan. 21, 2020, 3:15 p.m. UTC
The following changes since commit 43d1455cf84283466e5c22a217db5ef4b8197b14:

  qapi: Fix code generation with Python 3.5 (2020-01-20 12:17:38 +0000)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/edk2-next-20200121

for you to fetch changes up to 71920809ceabedf7dbec67dda4d649bcbb11f55c:

  gitlab-ci.yml: Add jobs to build EDK2 firmware binaries (2020-01-21 14:15:48 +0100)

----------------------------------------------------------------

Another set of build-sys patches, to help building the firmware
binaries we use for testing. We almost have reproducible builds.

----------------------------------------------------------------

Philippe Mathieu-Daudé (2):
  roms/edk2-funcs: Force softfloat ARM toolchain prefix on Debian
  gitlab-ci.yml: Add jobs to build EDK2 firmware binaries

 .gitlab-ci-edk2.yml          | 49 ++++++++++++++++++++++++++++++++++++
 .gitlab-ci.d/edk2/Dockerfile | 27 ++++++++++++++++++++
 .gitlab-ci.yml               |  3 +++
 MAINTAINERS                  |  2 ++
 roms/edk2-funcs.sh           |  3 +++
 5 files changed, 84 insertions(+)
 create mode 100644 .gitlab-ci-edk2.yml
 create mode 100644 .gitlab-ci.d/edk2/Dockerfile

Comments

Peter Maydell Jan. 21, 2020, 4:05 p.m. UTC | #1
On Tue, 21 Jan 2020 at 15:19, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> The following changes since commit 43d1455cf84283466e5c22a217db5ef4b8197b14:
>
>   qapi: Fix code generation with Python 3.5 (2020-01-20 12:17:38 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/edk2-next-20200121
>
> for you to fetch changes up to 71920809ceabedf7dbec67dda4d649bcbb11f55c:
>
>   gitlab-ci.yml: Add jobs to build EDK2 firmware binaries (2020-01-21 14:15:48 +0100)
>
> ----------------------------------------------------------------
>
> Another set of build-sys patches, to help building the firmware
> binaries we use for testing. We almost have reproducible builds.
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM
Laszlo Ersek Jan. 21, 2020, 6:50 p.m. UTC | #2
On 01/21/20 16:15, Philippe Mathieu-Daudé wrote:

> Another set of build-sys patches, to help building the firmware
> binaries we use for testing. We almost have reproducible builds.

\o/