On Sun, Feb 10, 2008 at 03:43:25PM -0800, Baski wrote: > rom address for PCI: 01:06.0 = f4080000 > PCI Expansion ROM, signature 0xaa55, INIT size 0x8000, data ptr 0x0144 > PCI ROM Image, Vendor 5333, Device 8a01, > PCI ROM Image, Class Code 000003, Code Type 00 > Class Code mismatch ROM 00000003, dev 00030000 > copying non-VGA ROM Image from 0xf4080000 to 0xd0000, 0x8000 bytes
This is an S3 Virge graphics card. Could you try with a different graphics card too? > entering emulator > un-inited int vector > halt_sys: file > /home/gurpreet/Desktop/coreboot-v2-3100/src/devices/emulator/x86emu/ops.c, > line 4387 And while un-inited int vector means that some int call in the ROM was unsuccessful the ROM seems to exit as it should. > PCI: 01:07.0 init > rom address for PCI: 01:07.0 = f4000000 > PCI Expansion ROM, signature 0xaa55, INIT size 0xc000, data ptr 0x0038 > PCI ROM Image, Vendor 1095, Device 0680, > PCI ROM Image, Class Code 010400, Code Type 00 > copying non-VGA ROM Image from 0xf4000000 to 0xd8000, 0xc000 bytes > entering emulator Here coreboot tries to execute also the ROM on the Silicon Image PCI0680 ATA-133 controller, and if this is the last output you get on serial, it fails. Removing the ATA card really doesn't change anything? //Peter -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

