On Fri, Mar 6, 2009 at 7:26 AM, Pattrick Hueper <[email protected]> wrote: > Hi, > > i am trying to get Stefans merged yabel working with v2 under qemu... > but it doesnt work. > > i set CONFIG_PCI_ROM_RUN and CONFIG_PCI_OPTION_ROM_RUN_YABEL > > As far as i see, the VGA device is not assigned a ROM address and thus > run_bios is never called... i dont quite understand why this happens. > > I also tried to use pci_dev_init instead of vga_init as the init > function, but it still wont work :-( > > Anybody any idea, what i am doing wrong?
Look in /emulation/qemu-x86/mainboard.c and /emulation/qemu-x86/vgabios.c In v2 qemu has its own VGA init code. I'd bet you need to bypass that. Thanks, Myles -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

