I used the following command to build the coreboot payload: mkelfImage --append="console=ttyS0" --initrd=/boot/initrd.img-2.6.27-7- generic /boot/vmlinuz-2.6.27-7-generic linux.elf
and when i executed the 'make' command from the targets/emulation/qemu- x86/qemu-x86 directory i got the error message as: Corrupt rom -- found no header at 2031584
How big is your payload. It looks like it is too big to fit in the space that's left.
Thanks, Myles