summaryrefslogtreecommitdiffstats
path: root/flashchips.c
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 /flashchips.c
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 'flashchips.c')
-rw-r--r--flashchips.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 9a4b71a..c7a2cb5 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -56,6 +56,10 @@ struct flashchip flashchips[] = {
probe_jedec, erase_chip_jedec, write_39sf020,NULL},
{"SST39VF020", SST_ID, SST_39VF020, NULL, 256, 4096,
probe_jedec, erase_chip_jedec, write_39sf020,NULL},
+// assume similar to 004B, ignoring data sheet
+ {"SST49LF040B", SST_ID, SST_49LF040B, NULL, 512, 64 * 1024,
+ probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub,NULL},
+
{"SST49LF040", SST_ID, SST_49LF040, NULL, 512, 4096,
probe_jedec, erase_49lf040, write_49lf040,NULL},
{"SST49LF080A", SST_ID, SST_49LF080A, NULL, 1024, 4096,
OpenPOWER on IntegriCloud