From: Igor Mammedov <imammedo@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Ani Sinha" <anisinha@redhat.com>
Subject: Re: [PATCH v2 0/9] edk2: update to edk2-stable202511
Date: Fri, 28 Nov 2025 14:34:33 +0100 [thread overview]
Message-ID: <20251128143433.677fa71e@imammedo> (raw)
In-Reply-To: <20251128143328.5e132d7b@imammedo>
On Fri, 28 Nov 2025 14:33:28 +0100
Igor Mammedov <imammedo@redhat.com> wrote:
> On Fri, 28 Nov 2025 09:45:07 +0100
> Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> > Update edk2 firmware images to latest upstream release.
> >
> > Noteworthy edk2 upstream change is that 32-bit architectures (ia32 and
> > arm) are not supported any more, so the qemu builds of these are removed
> > too.
> >
> > v2:
> > - add asl diff to test data update.
> > - rename rischv builds.
> >
> > Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>
> Reviewed-by:
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
>
> >
> > Gerd Hoffmann (9):
> > tests/acpi: enable updates
> > edk2: update build script
> > edk2: update submodule to edk2-stable202511
> > edk2: drop 32-bit build config (ia32 and arm), update aarch64 vars
> > edk2: drop 32-bit binaries (ia32 and arm)
> > edk2: update binaries to edk2-stable202511
> > edk2: rename risc-v firmware builds
> > tests/acpi: update expected data files
> > tests/acpi: disable updates
> >
> > roms/edk2-build.py | 21 +++++--
> > tests/qtest/bios-tables-test.c | 40 +++++++-------
> > pc-bios/descriptors/50-edk2-i386-secure.json | 34 ------------
> > pc-bios/descriptors/60-edk2-aarch64.json | 2 +-
> > pc-bios/descriptors/60-edk2-arm.json | 31 -----------
> > pc-bios/descriptors/60-edk2-i386.json | 33 -----------
> > pc-bios/descriptors/60-edk2-riscv64.json | 4 +-
> > pc-bios/descriptors/meson.build | 3 -
> > pc-bios/edk2-aarch64-code.fd.bz2 | Bin 1565763 -> 1662423 bytes
> > ...m-vars.fd.bz2 => edk2-aarch64-vars.fd.bz2} | Bin
> > pc-bios/edk2-arm-code.fd.bz2 | Bin 1570311 -> 0 bytes
> > pc-bios/edk2-i386-code.fd.bz2 | Bin 1780004 -> 0 bytes
> > pc-bios/edk2-i386-secure-code.fd.bz2 | Bin 1858666 -> 0 bytes
> > pc-bios/edk2-i386-vars.fd.bz2 | Bin 190 -> 0 bytes
> > pc-bios/edk2-loongarch64-code.fd.bz2 | Bin 1148383 -> 1178146 bytes
> > pc-bios/edk2-riscv-code.fd.bz2 | Bin 1296526 -> 0 bytes
> > pc-bios/edk2-riscv64-code.fd.bz2 | Bin 0 -> 1252448 bytes
> > ...v-vars.fd.bz2 => edk2-riscv64-vars.fd.bz2} | Bin
> > pc-bios/edk2-x86_64-code.fd.bz2 | Bin 1907255 -> 2138026 bytes
> > pc-bios/edk2-x86_64-microvm.fd.bz2 | Bin 1787244 -> 1996414 bytes
> > pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 1962992 -> 2293816 bytes
> > pc-bios/meson.build | 10 +---
> > roms/edk2 | 2 +-
> > roms/edk2-build.config | 52 +++---------------
> > roms/edk2-version | 4 +-
> > tests/data/acpi/aarch64/virt/HEST | Bin 224 -> 224 bytes
> > tests/data/acpi/aarch64/virt/SSDT.memhp | Bin 1817 -> 1817 bytes
> > 27 files changed, 53 insertions(+), 183 deletions(-)
> > delete mode 100644 pc-bios/descriptors/50-edk2-i386-secure.json
> > delete mode 100644 pc-bios/descriptors/60-edk2-arm.json
> > delete mode 100644 pc-bios/descriptors/60-edk2-i386.json
> > rename pc-bios/{edk2-arm-vars.fd.bz2 => edk2-aarch64-vars.fd.bz2} (100%)
> > delete mode 100644 pc-bios/edk2-arm-code.fd.bz2
> > delete mode 100644 pc-bios/edk2-i386-code.fd.bz2
> > delete mode 100644 pc-bios/edk2-i386-secure-code.fd.bz2
> > delete mode 100644 pc-bios/edk2-i386-vars.fd.bz2
> > delete mode 100644 pc-bios/edk2-riscv-code.fd.bz2
> > create mode 100644 pc-bios/edk2-riscv64-code.fd.bz2
> > rename pc-bios/{edk2-riscv-vars.fd.bz2 => edk2-riscv64-vars.fd.bz2} (100%)
> >
>
prev parent reply other threads:[~2025-11-28 13:34 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-28 8:45 [PATCH v2 0/9] edk2: update to edk2-stable202511 Gerd Hoffmann
2025-11-28 8:45 ` [PATCH v2 1/9] tests/acpi: enable updates Gerd Hoffmann
2025-11-28 8:45 ` [PATCH v2 2/9] edk2: update build script Gerd Hoffmann
2025-11-28 13:00 ` Philippe Mathieu-Daudé
2025-11-28 8:45 ` [PATCH v2 3/9] edk2: update submodule to edk2-stable202511 Gerd Hoffmann
2025-11-28 12:59 ` Philippe Mathieu-Daudé
2025-11-28 8:45 ` [PATCH v2 4/9] edk2: drop 32-bit build config (ia32 and arm), update aarch64 vars Gerd Hoffmann
2025-11-28 12:59 ` Philippe Mathieu-Daudé
2025-11-28 8:45 ` [PATCH v2 7/9] edk2: rename risc-v firmware builds Gerd Hoffmann
2025-11-28 12:52 ` Philippe Mathieu-Daudé
2025-11-28 8:45 ` [PATCH v2 8/9] tests/acpi: update expected data files Gerd Hoffmann
2025-11-28 8:45 ` [PATCH v2 9/9] tests/acpi: disable updates Gerd Hoffmann
[not found] ` <20251128084524.363989-6-kraxel@redhat.com>
2025-11-28 12:57 ` [PATCH v2 5/9] edk2: drop 32-bit binaries (ia32 and arm) Philippe Mathieu-Daudé
2025-11-28 13:33 ` [PATCH v2 0/9] edk2: update to edk2-stable202511 Igor Mammedov
2025-11-28 13:34 ` Igor Mammedov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251128143433.677fa71e@imammedo \
--to=imammedo@redhat.com \
--cc=anisinha@redhat.com \
--cc=kraxel@redhat.com \
--cc=mst@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).