On 13/03/2014 23:25, François Revol wrote: > (note I'm not subscribed to the list) > > This patch adds support for the ASUS A7V8X-MX motherboard.
Same with signed-off-by. > > Before, despite being mentionned as supported on > http://flashrom.org/Supported_hardware , flashrom failed to detect the > flash chip: > > http://paste.flashrom.org/view.php?id=2041 > > After, the flash chip is detected: > > http://paste.flashrom.org/view.php?id=2044 > > It seems the trick is the same as for the MX-SE variant, which is > already in. > > I didn't try flashing as the only other chip I have doesn't seem to be > detected, probably because of incompatible pinout due to it being > LPC/FWH instead of parallel. > > François. >
ASUS A7V8X-MX board support Use the same trick as for the MX-SE variant. Signed-off-by: François Revol <[email protected]> Index: board_enable.c =================================================================== --- board_enable.c (révision 1765) +++ board_enable.c (copie de travail) @@ -2333,6 +2333,7 @@ {0x8086, 0x2570, 0x1849, 0x2570, 0x8086, 0x24d3, 0x1849, 0x24d0, NULL, NULL, NULL, P3, "ASRock", "775i65G", 0, OK, intel_ich_gpio23_raise}, {0x10DE, 0x0060, 0x1043, 0x80AD, 0x10DE, 0x01E0, 0x1043, 0x80C0, NULL, NULL, NULL, P3, "ASUS", "A7N8X-VM/400", 0, OK, it8712f_gpio12_raise}, {0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3065, 0x1043, 0x80ED, NULL, NULL, NULL, P3, "ASUS", "A7V600-X", 0, OK, it8712f_gpio31_raise}, + {0x1106, 0x3177, 0x1043, 0x80F9, 0x1106, 0x3205, 0x1043, 0x80F9, NULL, NULL, NULL, P3, "ASUS", "A7V8X-MX", 0, OK, w836xx_memw_enable_2e}, {0x1106, 0x3177, 0x1043, 0x80A1, 0x1106, 0x3205, 0x1043, 0x8118, NULL, NULL, NULL, P3, "ASUS", "A7V8X-MX SE", 0, OK, w836xx_memw_enable_2e}, {0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3177, 0x1043, 0x808C, NULL, NULL, NULL, P3, "ASUS", "A7V8X", 0, OK, it8703f_gpio51_raise}, {0x1106, 0x3099, 0x1043, 0x807F, 0x1106, 0x3147, 0x1043, 0x808C, NULL, NULL, NULL, P3, "ASUS", "A7V333", 0, OK, it8703f_gpio51_raise},
_______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
