[coreboot] [PATCH]flashrom fix for M50FW080

joe at smittys.pointclark.net joe at smittys.pointclark.net
Fri Mar 14 21:23:05 CET 2008


Quoting Peter Stuge <peter at stuge.se>:

> On Fri, Mar 14, 2008 at 11:49:07AM -0400, joe at smittys.pointclark.net wrote:
>> I verified this is now working.
>>
>> Signed-off-by: Joseph Smith <joe at 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},
>> +	 probe_82802ab,	erase_82802ab,		write_82802ab},
>>  	{"M50FW016",	ST_ID,		ST_M50FW016,	2048,	64 * 1024,
>>  	 probe_jedec,	erase_chip_jedec,	write_jedec},
>>  	{"M50LPW116",	ST_ID,		ST_M50LPW116,	2048,	64 * 1024,
>
> 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




More information about the coreboot mailing list