diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-21 21:39:08 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-21 21:39:08 +0000 |
commit | f8953dc0953ea74f42e442e857948589302f5476 (patch) | |
tree | 7fe1bd7c1aefba1cce97eefb82333fcc58a0466d /util/flashrom/flashchips.c | |
parent | 0af4856017431f0e9ef99e6a99e2a2da9f50f593 (diff) | |
download | coreboot-f8953dc0953ea74f42e442e857948589302f5476.tar.xz |
Add support for the Winbond W39V040FA chip.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2686 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 bf0a976dac..07fc56dd06 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -105,6 +105,8 @@ struct flashchip flashchips[] = { probe_jedec, erase_chip_jedec, write_49f002, NULL}, {"W49V002FA", WINBOND_ID, W_49V002FA, NULL, 256, 128, probe_jedec, erase_chip_jedec, write_49f002, NULL}, + {"W39V040FA", WINBOND_ID, W_39V040FA, NULL, 512, 64*1024, + probe_jedec, erase_chip_jedec, write_39sf020, NULL}, {"W39V040A", WINBOND_ID, W_39V040A, NULL, 512, 64*1024, probe_jedec, erase_chip_jedec, write_39sf020, NULL}, {"W39V040B", WINBOND_ID, W_39V040B, NULL, 512, 64*1024, |