Comment 3 for bug 2043471

Revision history for this message
Mate Kukri (mkukri) wrote : Re: Broken memory map on armhf with more than 3GB of RAM

I don't think this is an EDK2 bug anymore, it looks more like a qemu-system-arm bug. AAVMF32 + armhf kernel boots fine in qemu-system-aarch64 with 8GiB of RAM:
```
qemu-system-aarch64 \
 -machine virt \
 -m 8G \
 -drive if=pflash,format=raw,unit=0,readonly=on,file=AAVMF32_CODE.fd \
 -drive if=pflash,format=raw,unit=1,file=AAVMF32_VARS.fd \
 -drive file=autopkgtest-noble-armhf.img,if=virtio,format=qcow2
```