summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-10-07 22:59:03 +0000
committerStefan Reinauer <stepan@coresystems.de>2006-10-07 22:59:03 +0000
commit7e4c1bfa40a1391b25467057c1b3cbcfc44d578d (patch)
tree4ac161b469efd496f0e972f3aafa33be5c6b8c47 /flashchips.c
parent598cf9a09d087bcc5d7fea385488f48f3d677be7 (diff)
downloadflashrom-7e4c1bfa40a1391b25467057c1b3cbcfc44d578d.zip
flashrom-7e4c1bfa40a1391b25467057c1b3cbcfc44d578d.tar.gz
Here's a small patch to add support for the SST 49LF020A
Corresponding to flashrom svn r66 and coreboot v2 svn r2450. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
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 9b55f4d..25fd95a 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -66,6 +66,8 @@ struct flashchip flashchips[] = {
{"SST49LF040", SST_ID, SST_49LF040, NULL, 512, 4096,
probe_jedec, erase_49lf040, write_49lf040,NULL},
+ {"SST49LF020A", SST_ID, SST_49LF020A, NULL, 256, 16 * 1024,
+ probe_jedec, erase_49lf040, write_49lf040,NULL},
{"SST49LF080A", SST_ID, SST_49LF080A, NULL, 1024, 4096,
probe_jedec, erase_49lf040, write_49lf040,NULL},
{"SST49LF002A/B", SST_ID, SST_49LF002A, NULL, 256, 16 * 1024,
OpenPOWER on IntegriCloud