From aa8e3d409f5b59295aa5038c094e3ee3dd87d8d1 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 7 Oct 2006 22:59:03 +0000 Subject: here's a small patch to add support for the SST 49LF020A to flashrom. by Uwe Hermann X-Signed-Off-By: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2450 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flashchips.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/flashrom/flashchips.c') 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, -- cgit v1.2.3