Am Montag, den 22.02.2010, 00:37 +0100 schrieb Michael Karcher:
This board has *no* usable IDs at all, neither DMI nor PCI subsystem IDs. You have to force it using "-m abit:vt6x4"
As seen on IRC, this patch doesn't help flashing on that board. The only difference I find between our code and the vendor board enable is that flashrom now uses a 32 bit access to the GPIO data register (the datasheet *seems* to indicate that this is fine).
MMX, can you please try changing the INL/OUTL in via_apollo_gpo_set to INB/OUTB. This will be a quick hack I don't want that way in flashrom, but I would be very interested to hear whether it helps.
Regards, Michael Karcher
Am Montag, den 22.02.2010, 01:14 +0100 schrieb Michael Karcher:
Am Montag, den 22.02.2010, 00:37 +0100 schrieb Michael Karcher:
This board has *no* usable IDs at all, neither DMI nor PCI subsystem IDs. You have to force it using "-m abit:vt6x4"
MMX, can you please try changing the INL/OUTL in via_apollo_gpo_set to INB/OUTB. This will be a quick hack I don't want that way in flashrom, but I would be very interested to hear whether it helps.
Please disregard this email. I found the real problem.
Regards, Michael Karcher