On 24/8/26 18:47, Gerd Hoffmann wrote:
Upstream edk2 has dropped support for 32-bit architectures.
Remove the build config for these builds.
Update aarch64 config and test cases, aarch64 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/functional/aarch64/test_virt_vbsa.py | 2 +-
tests/qtest/bios-tables-test.c | 34 +++++++--------
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 ++------------------
9 files changed, 23 insertions(+), 166 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
\o/
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>