summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2006-03-31 11:26:55 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-03-31 11:26:55 +0000
commit86de2830545783f3e48feb35cd86fcac5fb9de6b (patch)
tree65d6876ef7fcb363cd33872ef229b15355b36ceb /flash.h
parent394d137491061a506269653f6a6156c9670c40b0 (diff)
downloadast2050-flashrom-86de2830545783f3e48feb35cd86fcac5fb9de6b.zip
ast2050-flashrom-86de2830545783f3e48feb35cd86fcac5fb9de6b.tar.gz
Multiple unrelated changes
* support for Winbond W39V040A * Support for ATI SB400 (RS480 chipset) * Support for Intel ICH7 (from Scott Tsai <scott.tsai@arima.com.tw>) Corresponding to flashrom svn r51 and coreboot v2 svn r2229.
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index b5bd3ca..c43df87 100644
--- a/flash.h
+++ b/flash.h
@@ -56,7 +56,8 @@ extern struct flashchip flashchips[];
#define WINBOND_ID 0xDA /* Winbond Manufacture ID code */
#define W_29C011 0xC1 /* Winbond w29c011 device code */
#define W_29C020C 0x45 /* Winbond w29c020c device code */
-#define W_49F002U 0x0B /* Winbond w29c020c device code */
+#define W_39V040A 0x3D /* Winbond w39v040a device code */
+#define W_49F002U 0x0B /* Winbond w49F002u device code */
#define ST_ID 0x20
#define ST_M29F040B 0xE2
OpenPOWER on IntegriCloud