[coreboot] r3850 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Wed Jan 7 13:35:09 CET 2009


Author: uwe
Date: 2009-01-07 13:35:09 +0100 (Wed, 07 Jan 2009)
New Revision: 3850

Modified:
   trunk/util/flashrom/flash.h
   trunk/util/flashrom/flashchips.c
Log:
Add SST49LF020 support.

Signed-off-by: Sven Schnelle <svens at stackframe.org>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/flashrom/flash.h
===================================================================
--- trunk/util/flashrom/flash.h	2009-01-07 12:15:46 UTC (rev 3849)
+++ trunk/util/flashrom/flash.h	2009-01-07 12:35:09 UTC (rev 3850)
@@ -356,6 +356,7 @@
 #define SST_39VF040		0xD7
 #define SST_49LF040B		0x50
 #define SST_49LF040		0x51
+#define SST_49LF020		0x61
 #define SST_49LF020A		0x52
 #define SST_49LF080A		0x5B
 #define SST_49LF002A		0x57

Modified: trunk/util/flashrom/flashchips.c
===================================================================
--- trunk/util/flashrom/flashchips.c	2009-01-07 12:15:46 UTC (rev 3849)
+++ trunk/util/flashrom/flashchips.c	2009-01-07 12:35:09 UTC (rev 3850)
@@ -626,6 +626,12 @@
 	 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,





More information about the coreboot mailing list