> Hi, > > This apparently broke EDK2 for AArch64. I tried the following command: > build/qemu-system-aarch64 -drive > file=build/pc-bios/edk2-aarch64-code.fd,format=raw,if=pflash,readonly=on -M > virt -cpu max -nographic -cdrom Fedora-Silverblue-ostree-aarch64-37-1.7.iso
https://bugzilla.redhat.com/show_bug.cgi?id=2113005 tl:dr: shim is broken, and recent edk2 starting to expose EFI_MEMORY_ATTRIBUTE_PROTOCOL makes the bug visible (without the protocol the buggy code path is never taken). take care, Gerd