summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-03-17 22:59:40 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2008-03-17 22:59:40 +0000
commitac378972597a575b3c07e5e8e061ac179359ba9f (patch)
treeb94feff08c4ae0fc87cfcd28b5b205328e98e604 /flashchips.c
parentb7c83233993bd1ff602c53def439f8cbff0f372a (diff)
downloadast2050-flashrom-ac378972597a575b3c07e5e8e061ac179359ba9f.zip
ast2050-flashrom-ac378972597a575b3c07e5e8e061ac179359ba9f.tar.gz
Support for the Winbond W39V080FA series of chips
Support for flashing on the Kontron 986LCD-M board. Corresponding to flashrom svn r213 and coreboot v2 svn r3165. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index e33813f..4b9d4c2 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -129,6 +129,8 @@ struct flashchip flashchips[] = {
{"Winbond", "W49F002U", WINBOND_ID, W_49F002U, 256, 128, probe_jedec, erase_chip_jedec, write_49f002},
{"Winbond", "W49V002A", WINBOND_ID, W_49V002A, 256, 128, probe_jedec, erase_chip_jedec, write_49f002},
{"Winbond", "W49V002FA", WINBOND_ID, W_49V002FA, 256, 128, probe_jedec, erase_chip_jedec, write_49f002},
+ {"Winbond", "W39V080FA", WINBOND_ID, W_39V080FA, 1024, 64*1024, probe_winbond_fwhub, erase_winbond_fwhub, write_winbond_fwhub},
+ {"Winbond", "W39V080FA (dual mode)",WINBOND_ID, W_39V080FA_DM, 512, 64*1024, probe_winbond_fwhub, erase_winbond_fwhub, write_winbond_fwhub},
{"EON", "unknown SPI chip", EON_ID_NOPREFIX,GENERIC_DEVICE_ID, 0, 0, probe_spi, NULL, NULL},
{"Macronix", "unknown SPI chip", MX_ID, GENERIC_DEVICE_ID, 0, 0, probe_spi, NULL, NULL},
OpenPOWER on IntegriCloud