Hi Ilias, On Sun, 25 May 2025 at 19:09, Simon Glass <s...@chromium.org> wrote: > > HI Ilias, > > On Wed, 21 May 2025 at 10:08, Ilias Apalodimas > <ilias.apalodi...@linaro.org> wrote: > > > > Hi all, > > > > Starting from commit 53d5a221632e ("emulation: Use bloblist to hold > > tables") I can't boot U-Boot with QEMU (version 8.2.2) & KVM anymore. > > The command line to reproduce it is: > > qemu-system-aarch64 -smp 2 -nographic -cpu host -m 4096 -accel kvm > > -bios u-boot.bin -machine virt,secure=off > > > > commit 24768a23a9b3 ("emulation: fdt: Relax condition for > > OF_HAS_PRIOR_STAGE") boots fine. > > > > Simon do you have an arm64 host to reproduce this? > > Yes I can use the runner to try it out.
It's a bit strange. When BLOBLIST is enabled I can't even get it to the debug UART, in crt0_64.S So it doesn't seem to be doing anything with bloblist. Yet obviously something is provoking it. Regards, Simon