[PULL 00/11] Edk2 20220315 patches

Gerd Hoffmann posted 11 patches 2 years, 1 month ago
Test checkpatch passed
Failed in applying to current master (apply log)
Maintainers: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Gerd Hoffmann <kraxel@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <ani@anisinha.ca>
.gitlab-ci.d/edk2/Dockerfile           |   4 ++--
MAINTAINERS                            |   2 +-
pc-bios/edk2-aarch64-code.fd.bz2       | Bin 1507722 -> 1161290 bytes
pc-bios/edk2-arm-code.fd.bz2           | Bin 1503187 -> 1161845 bytes
pc-bios/edk2-i386-code.fd.bz2          | Bin 1646741 -> 1282120 bytes
pc-bios/edk2-i386-secure-code.fd.bz2   | Bin 1860546 -> 1473677 bytes
pc-bios/edk2-x86_64-code.fd.bz2        | Bin 1680164 -> 1327522 bytes
pc-bios/edk2-x86_64-microvm.fd.bz2     | Bin 0 -> 1309407 bytes
pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 1912112 -> 1513711 bytes
roms/Makefile.edk2                     |  30 +++++++++++++++++--------
roms/edk2                              |   2 +-
roms/edk2-build.sh                     |   2 +-
tests/data/acpi/virt/SSDT.memhp        | Bin 736 -> 736 bytes
13 files changed, 26 insertions(+), 14 deletions(-)
create mode 100644 pc-bios/edk2-x86_64-microvm.fd.bz2
[PULL 00/11] Edk2 20220315 patches
Posted by Gerd Hoffmann 2 years, 1 month ago
The following changes since commit 352998df1c53b366413690d95b35f76d0721ebed:

  Merge tag 'i2c-20220314' of https://github.com/philmd/qemu into staging (2022-03-14 14:39:33 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/edk2-20220315-pull-request

for you to fetch changes up to 9b437cd0f95398198852f25d7847a605370f984d:

  MAINTAINERS: take edk2 (2022-03-15 09:32:22 +0100)

----------------------------------------------------------------
edk2: update to stable202202

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

Gerd Hoffmann (11):
  tests/acpi: allow virt memory hotplug changes
  edk2: update submodule to stable202202
  edk2: switch to release builds
  edk2: .git can be a file
  edk2: add microvm build
  edk2: update binaries to stable202202
  tests/acpi: update expected data files
  tests/acpi: disallow virt memory hotplug changes
  edk2/docker: install python3
  edk2/docker: use ubuntu 18.04
  MAINTAINERS: take edk2

 .gitlab-ci.d/edk2/Dockerfile           |   4 ++--
 MAINTAINERS                            |   2 +-
 pc-bios/edk2-aarch64-code.fd.bz2       | Bin 1507722 -> 1161290 bytes
 pc-bios/edk2-arm-code.fd.bz2           | Bin 1503187 -> 1161845 bytes
 pc-bios/edk2-i386-code.fd.bz2          | Bin 1646741 -> 1282120 bytes
 pc-bios/edk2-i386-secure-code.fd.bz2   | Bin 1860546 -> 1473677 bytes
 pc-bios/edk2-x86_64-code.fd.bz2        | Bin 1680164 -> 1327522 bytes
 pc-bios/edk2-x86_64-microvm.fd.bz2     | Bin 0 -> 1309407 bytes
 pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 1912112 -> 1513711 bytes
 roms/Makefile.edk2                     |  30 +++++++++++++++++--------
 roms/edk2                              |   2 +-
 roms/edk2-build.sh                     |   2 +-
 tests/data/acpi/virt/SSDT.memhp        | Bin 736 -> 736 bytes
 13 files changed, 26 insertions(+), 14 deletions(-)
 create mode 100644 pc-bios/edk2-x86_64-microvm.fd.bz2

-- 
2.35.1

Re: [PULL 00/11] Edk2 20220315 patches
Posted by Peter Maydell 2 years, 1 month ago
On Tue, 15 Mar 2022 at 08:43, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 352998df1c53b366413690d95b35f76d0721ebed:
>
>   Merge tag 'i2c-20220314' of https://github.com/philmd/qemu into staging (2022-03-14 14:39:33 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/edk2-20220315-pull-request
>
> for you to fetch changes up to 9b437cd0f95398198852f25d7847a605370f984d:
>
>   MAINTAINERS: take edk2 (2022-03-15 09:32:22 +0100)
>
> ----------------------------------------------------------------
> edk2: update to stable202202
>


Applied, thanks.

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

-- PMM