[PULL 0/2] EDK2 firmware patches

Philippe Mathieu-Daudé posted 2 patches 4 years, 3 months ago
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200121151543.18538-1-philmd@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@redhat.com>, Laszlo Ersek <lersek@redhat.com>, Thomas Huth <thuth@redhat.com>
.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
[PULL 0/2] EDK2 firmware patches
Posted by Philippe Mathieu-Daudé 4 years, 3 months ago
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

-- 
2.21.1


Re: [PULL 0/2] EDK2 firmware patches
Posted by Peter Maydell 4 years, 3 months ago
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

Re: [PULL 0/2] EDK2 firmware patches
Posted by Laszlo Ersek 4 years, 3 months ago
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/