Quoting Peter Stuge peter@stuge.se:
On Fri, Mar 14, 2008 at 11:49:07AM -0400, joe@smittys.pointclark.net wrote:
I verified this is now working.
Signed-off-by: Joseph Smith joe@smittys.pointclark.net
Index: flashrom/flashchips.c
--- flashrom/flashchips.c (revision 3143) +++ flashrom/flashchips.c (working copy) @@ -165,7 +165,7 @@ {"M50FLW080B", ST_ID, ST_M50FLW080B, 1024, 64 * 1024, probe_jedec, erase_chip_jedec, write_jedec}, {"M50FW080", ST_ID, ST_M50FW080, 1024, 64 * 1024,
probe_jedec, erase_chip_jedec, write_jedec},
{"M50FW016", ST_ID, ST_M50FW016, 2048, 64 * 1024, probe_jedec, erase_chip_jedec, write_jedec}, {"M50LPW116", ST_ID, ST_M50LPW116, 2048, 64 * 1024,probe_82802ab, erase_82802ab, write_82802ab},
And why is this needed for M50FW080 but not others in the same family?
It could, but I have no way to test them.....call out to anyone with these other chips in the same family to test them.
Thanks - Joe