summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorScott Tsai <scott.tsai@arima.com.tw>2006-03-31 11:36:06 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-03-31 11:36:06 +0000
commit023af76b2b3bc150d984fbad785e29f65219bcdd (patch)
treed1557cd691168e091714ab5f033e655c1bf99dfe /flash.h
parent86de2830545783f3e48feb35cd86fcac5fb9de6b (diff)
downloadast2050-flashrom-023af76b2b3bc150d984fbad785e29f65219bcdd.zip
ast2050-flashrom-023af76b2b3bc150d984fbad785e29f65219bcdd.tar.gz
Multiple unrelated changes
* SST_49LF040B flash support for flashrom * add ICH4-M support to flashrom Corresponding to flashrom svn r52 and coreboot v2 svn r2230. Signed-off-by: Scott Tsai <scott.tsai@arima.com.tw>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index c43df87..3e67e18 100644
--- a/flash.h
+++ b/flash.h
@@ -43,6 +43,7 @@ extern struct flashchip flashchips[];
#define SST_28SF040 0x04 /* SST 29EE040 device code */
#define SST_39SF020 0xB6 /* SST 39SF020 device */
#define SST_39VF020 0xD6 /* SST 39VF020 device */
+#define SST_49LF040B 0x50 /* SST 49LF040B device */
#define SST_49LF040 0x51 /* SST 49LF040 device */
#define SST_49LF080A 0x5B /* SST 48LF080A device */
#define SST_49LF002A 0x57 /* SST 49LF002A device */
OpenPOWER on IntegriCloud