2015-05-23 1:06 GMT+02:00 Michael Gerlach n3ph@terminal21.de:
GET_VBIOS: 7b46 3714 8b a2 e9
printk(BIOS_DEBUG, "GET_VBIOS: %x %x %x %x %x\n", oprom->signature, pcir->vendor, pcir->classcode[0], pcir->classcode[1], pcir->classcode[2]);
But Signature should be 0x55aa:
Just to double check: did you add the vgabios with or without compression? coreboot only supports uncompressed vgabios images (while seabios allows them compressed as well, if the name matches)
Patrick