On Fri, 28 Nov 2025 14:33:28 +0100 Igor Mammedov <[email protected]> wrote:
> On Fri, 28 Nov 2025 09:45:07 +0100 > Gerd Hoffmann <[email protected]> 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 <[email protected]> > > Reviewed-by: Reviewed-by: Igor Mammedov <[email protected]> > > > > > 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%) > > >
