On Thu, Oct 9, 2008 at 5:01 PM, Myles Watson mylesgw@gmail.com wrote:
if ((dev->on_mainboard) && (dev->rom_address == 0)) { // Skip it if rom_address is not set in MB Config.lb. // TODO: No more Config.lb in coreboot-v3. return; }
I agree that needs to be done, but in this case the VGA card is not onboard. I think the I/O mapping is wrong, which makes it so that when the signature gets read it comes back 0xffff instead of 0xa5a5.
I think you are right, I will look again.
ron