On 28/11/25 09:45, Gerd Hoffmann wrote:
Upstream edk2 has dropped support for 32-bit architectures. Remove the
build config for these builds, update aarch64 (which used to share the
'vars' image with arm).
Drop references to the 32-bit builds in a number of places.
Signed-off-by: Gerd Hoffmann <[email protected]>
---
tests/qtest/bios-tables-test.c | 28 ++++++-------
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/meson.build | 3 --
pc-bios/meson.build | 6 +--
roms/edk2-build.config | 44 ++------------------
8 files changed, 19 insertions(+), 162 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
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>