(note I'm not subscribed to the list)
This patch adds support for the ASUS A7V8X-MX motherboard.
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.
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.
Thank you, François. Acked-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at and committed in r1766.
On 14/03/2014 09:10, Stefan Tauner wrote:
Thank you, François. Acked-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at and committed in r1766.
I found another SST39SF020A chip, and verified flashing works, the md5sum is valid, and rebooting on the flashed chip worked as well.
For the record, lspci output: http://paste.flashrom.org/view.php?id=2046
François.