On 08.06.2009, at 05:33, ron minnich rminnich@gmail.com wrote:
On Sun, Jun 7, 2009 at 8:32 PM, ron minnichrminnich@gmail.com wrote:
I just did a build on v2 for qemu and it is failing badly, same error. Now I have something to do on the plane tomorrow.
ron
btw, this looks really broken: In cbfs, rom address for PCI: 00:02.0 = 00000000 On mainboard, rom address for PCI: 00:02.0 = c0000 copying VGA ROM Image from 000c0000 to 0xc0000, 0x8c00 bytes
It's already there. Why copy it?
Ah yes! On qemu a "real VGA card" is emulated, not "onboard graphics". Thus you must not pack the VGA rom into coreboot.rom
Also I believe you need a patched vgabios-cirrus.rom for qemu.
Stefan