From 1f64c13381bc4a22f9747991e5d2fcc1a3976642 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 31 Mar 2006 11:26:55 +0000 Subject: * support for Winbond W39V040A * Support for ATI SB400 (RS480 chipset) * Support for Intel ICH7 (from Scott Tsai, scott.tsai arima.com.tw) git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2229 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flashchips.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/flashrom/flashchips.c') diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index cd050dc82a..9a4b71a1bc 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -76,6 +76,8 @@ struct flashchip flashchips[] = { probe_jedec, erase_chip_jedec, write_jedec, NULL}, {"W49F002U", WINBOND_ID, W_49F002U, NULL, 256, 128, probe_jedec, erase_chip_jedec, write_49f002, NULL}, + {"W39V040A", WINBOND_ID, W_39V040A, NULL, 512, 64*1024, + probe_jedec, erase_chip_jedec, write_39sf020, NULL}, {"M29F040B", ST_ID, ST_M29F040B, NULL, 512, 64 * 1024, probe_29f040b, erase_29f040b, write_29f040b, NULL}, {"M29F400BT", ST_ID, ST_M29F400BT, NULL, 512, 64 * 1024, -- cgit v1.2.3