[coreboot] [PATCH]flashrom fix for M50FW080

Peter Stuge peter at stuge.se
Fri Mar 14 19:55:59 CET 2008


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?


//Peter




More information about the coreboot mailing list