On 11.02.2010 15:12, Peter Lemenkov wrote:
2010/2/11 Peter Lemenkov lemenkov@gmail.com:
Folks, seems, that there is false match in board enabling with latest flashrom (r893):
[root@Nostromo ~]# flashrom flashrom v0.9.1-r893 No coreboot table found. Found ITE SuperI/O, id 8718 Found chipset "AMD SB700/SB710/SB750", enabling flash write... OK. This chipset supports the following protocols: LPC,FWH,SPI. Disabling flash write protection for board "GIGABYTE GA-MA78GM-S2H"... FAILED! [root@Nostromo ~]#
I'm afraid, that we need to add DMI match here for GIGABYTE GA-MA78GM-S2H
This issue exists also in v0.9.1-r710 - I just didn't mention it. Anyway, I'm sure that board enable for GA-MA78GM-S2H should also use DMI matching.
Actually, with the SuperIO code currently in the tree, we can handle the SPI enable in a generic way and kill those board matches completely.
Regards, Carl-Daniel