Piotr Król wrote:
Problem occurs at very early phase.
Hm.
There is no coreboot gdb support
There is some gdb support in coreboot, but maybe not for ARM?
so I used qemu '-s -S'. Whole qemu command:
qemu-system-arm -M vexpress-a9 -m 1024M -nographic -kernel build/coreboot.rom
Is -kernel really correct for coreboot.rom ?
//Peter