diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-03-31 11:26:55 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-03-31 11:26:55 +0000 |
commit | 1f64c13381bc4a22f9747991e5d2fcc1a3976642 (patch) | |
tree | e38a37bd8fdbac4ca4c11d7a4eb0b1549799a7b4 /util/flashrom/flashchips.c | |
parent | c3efd138a712fe844db2c667a50208358ff423bf (diff) |
* support for Winbond W39V040A
* Support for ATI SB400 (RS480 chipset)
* Support for Intel ICH7 (from Scott Tsai, scott.tsai <AT> arima.com.tw)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2229 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flashchips.c')
-rw-r--r-- | util/flashrom/flashchips.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |