Hello,
Flashrom v0.9.1-r985 was unable to detect SPI flash chip (SST25VF080B) on Gigabyte GA-MA770-UD3 (rev 1.0) - http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID...
First attachment contains the output of "flashrom -r -V".
I've tried the following:
Index: it87spi.c =================================================================== --- it87spi.c (revision 985) +++ it87spi.c (working copy) @@ -103,6 +103,7 @@ switch (id) { case 0x8716: case 0x8718: + case 0x8720: enter_conf_mode_ite(port); /* NOLDN, reg 0x24, mask out lowest bit (suspend) */ tmp = sio_read(port, 0x24) & 0xFE;
After this patch flashrom detected the chip. Reading, erasing and writing also works. I attached the logs. Hope this helps.