summaryrefslogtreecommitdiff
path: root/util/flashrom/flashchips.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2006-10-07 22:59:03 +0000
committerStefan Reinauer <stepan@openbios.org>2006-10-07 22:59:03 +0000
commitaa8e3d409f5b59295aa5038c094e3ee3dd87d8d1 (patch)
treec0353b84242f54773fd47370be6cadc69f18b46e /util/flashrom/flashchips.c
parentb6a0a9fb8aacad62558a767b5de12b711e226dc0 (diff)
here's a small patch to add support for the SST 49LF020A to flashrom.
by Uwe Hermann <uwe@hermann-uwe.de> X-Signed-Off-By: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2450 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flashchips.c')
-rw-r--r--util/flashrom/flashchips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c
index 9b55f4d6d3..25fd95a19f 100644
--- a/util/flashrom/flashchips.c
+++ b/util/flashrom/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,