Hi,
Per discussion in IRC, I'm attaching "flashrom -V" and "lspci -nnvx" output. Flashrom 0.9.0 flashing works. Hopefully the attached files will help with autodetection.
Yours, Yair K.
On Fri, Sep 04, 2009 at 12:30:34PM +0300, Yair K. wrote:
Hi,
Per discussion in IRC, I'm attaching "flashrom -V" and "lspci -nnvx" output. Flashrom 0.9.0 flashing works. Hopefully the attached files will help with autodetection.
Yours, Yair K.
Another one that should theoretically use the SB600 chipset enable, but i have a hard time matching the assembler to any of the chipset code, again.
Pseudo code for the board enable.
pci8(0:14.3, 0x98) |= 0x01; /* ISA Bridge */ pci8(0:14.0, 0x79) |= 0x01; /* SMBus */ pci8(0:14.3, 0x48) |= 0x21; /* ISA Bridge */
io(0xC6F) |= 0x40;
io(0xCD6) = 0x03; io(0xCD7) &= ~0x01;
Unzipped lspci attached for search engine indexing.
Luc Verhaegen.