From d32b9e605f7d0c4f0e6b74f80dee8d383cd4ab1f Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Wed, 7 Jan 2009 12:35:09 +0000 Subject: Add SST49LF020 support. Signed-off-by: Sven Schnelle Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3850 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flashchips.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/flashrom/flashchips.c') diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index bc4a5c2f7a..83cde26b19 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -626,6 +626,12 @@ struct flashchip flashchips[] = { probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc }, + {"SST", "SST49LF020", SST_ID, SST_49LF020, + 256, 16 * 1024, + TEST_OK_PR, + probe_jedec, erase_49lf040, write_49lf040 + }, + {"SST", "SST49LF020A", SST_ID, SST_49LF020A, 256, 16 * 1024, TEST_UNTESTED, -- cgit v1.2.3