summaryrefslogtreecommitdiffstats
path: root/flash.h
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 /flash.h
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 'flash.h')
-rw-r--r--flash.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 5b800ce..930bf6d 100644
--- a/flash.h
+++ b/flash.h
@@ -276,6 +276,8 @@ extern struct flashchip flashchips[];
#define W_39V040A 0x3D
#define W_39V040B 0x54
#define W_39V080A 0xD0
+#define W_39V080FA 0xD3
+#define W_39V080FA_DM 0x93
#define W_49F002U 0x0B
#define W_49V002A 0xB0
#define W_49V002FA 0x32
@@ -414,6 +416,11 @@ int probe_sst_fwhub(struct flashchip *flash);
int erase_sst_fwhub(struct flashchip *flash);
int write_sst_fwhub(struct flashchip *flash, uint8_t *buf);
+/* w39V080fa.c */
+int probe_winbond_fwhub(struct flashchip *flash);
+int erase_winbond_fwhub(struct flashchip *flash);
+int write_winbond_fwhub(struct flashchip *flash, uint8_t *buf);
+
/* w29ee011.c */
int probe_w29ee011(struct flashchip *flash);
OpenPOWER on IntegriCloud