[PULL 0/5] Edk2 20240320 patches

Gerd Hoffmann posted 5 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240320070851.18933-1-kraxel@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Gerd Hoffmann <kraxel@redhat.com>
pc-bios/edk2-aarch64-code.fd.bz2     | Bin 1589320 -> 1589310 bytes
pc-bios/edk2-arm-code.fd.bz2         | Bin 1571418 -> 1571693 bytes
pc-bios/edk2-i386-secure-code.fd.bz2 | Bin 2130741 -> 1876986 bytes
pc-bios/edk2-riscv-code.fd.bz2       | Bin 1345420 -> 1289160 bytes
roms/Makefile                        |   1 +
roms/edk2-build.config               |  13 ++++---------
6 files changed, 5 insertions(+), 9 deletions(-)
[PULL 0/5] Edk2 20240320 patches
Posted by Gerd Hoffmann 1 month, 1 week ago
The following changes since commit ba49d760eb04630e7b15f423ebecf6c871b8f77b:

  Merge tag 'pull-maintainer-final-130324-1' of https://gitlab.com/stsquad/qemu into staging (2024-03-13 15:12:14 +0000)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/edk2-20240320-pull-request

for you to fetch changes up to 4a1babe58a1b3cd2c493ee6e0d774e70f62ad9c3:

  update edk2 binaries for arm, risc-v and x86 secure boot. (2024-03-19 16:42:10 +0100)

----------------------------------------------------------------
edk2: cleanup fix, update build config, rebuild binaries.

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

Gerd Hoffmann (5):
  roms/efi: clean up edk2 build config
  roms/efi: drop workaround for edk2-stable202308
  roms/efi: exclude efi shell from secure boot builds
  roms/efi: use pure 64-bit build for edk2-x86_64-secure-code.fd
  update edk2 binaries for arm, risc-v and x86 secure boot.

 pc-bios/edk2-aarch64-code.fd.bz2     | Bin 1589320 -> 1589310 bytes
 pc-bios/edk2-arm-code.fd.bz2         | Bin 1571418 -> 1571693 bytes
 pc-bios/edk2-i386-secure-code.fd.bz2 | Bin 2130741 -> 1876986 bytes
 pc-bios/edk2-riscv-code.fd.bz2       | Bin 1345420 -> 1289160 bytes
 roms/Makefile                        |   1 +
 roms/edk2-build.config               |  13 ++++---------
 6 files changed, 5 insertions(+), 9 deletions(-)

-- 
2.44.0
Re: [PULL 0/5] Edk2 20240320 patches
Posted by Peter Maydell 1 month, 1 week ago
On Wed, 20 Mar 2024 at 07:09, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit ba49d760eb04630e7b15f423ebecf6c871b8f77b:
>
>   Merge tag 'pull-maintainer-final-130324-1' of https://gitlab.com/stsquad/qemu into staging (2024-03-13 15:12:14 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/kraxel/qemu.git tags/edk2-20240320-pull-request
>
> for you to fetch changes up to 4a1babe58a1b3cd2c493ee6e0d774e70f62ad9c3:
>
>   update edk2 binaries for arm, risc-v and x86 secure boot. (2024-03-19 16:42:10 +0100)
>
> ----------------------------------------------------------------
> edk2: cleanup fix, update build config, rebuild binaries.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM