From e087fa29bf444a35adc99bcc3724223360920a5e Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Tue, 24 Jul 2007 18:18:05 +0000 Subject: This patch adds support for ST M50FW040 and ST M29W040B MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only reading from the chips was tested; writing support is untested. Thanks to Gürkan Sengün for testing! Corresponding to flashrom svn r122 and coreboot v2 svn r2740. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann --- flashchips.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'flashchips.c') diff --git a/flashchips.c b/flashchips.c index ec88d818..5e1a3af0 100644 --- a/flashchips.c +++ b/flashchips.c @@ -114,6 +114,10 @@ struct flashchip flashchips[] = { probe_jedec, erase_chip_jedec, write_39sf020}, {"M29F002B", ST_ID, ST_M29F002B, 256, 64 * 1024, probe_jedec, erase_chip_jedec, write_jedec}, + {"M50FW040", ST_ID, ST_M50FW040, 512, 64 * 1024, + probe_jedec, erase_chip_jedec, write_jedec}, + {"M29W040B", ST_ID, ST_M29W040B, 512, 64 * 1024, + probe_jedec, erase_chip_jedec, write_jedec}, {"M29F002T/NT", ST_ID, ST_M29F002T, 256, 64 * 1024, probe_jedec, erase_chip_jedec, write_jedec}, {"M29F400BT", ST_ID, ST_M29F400BT, 512, 64 * 1024, -- cgit v1.2.3