[coreboot] r3958 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Wed Feb 25 09:07:33 CET 2009


Author: stuge
Date: 2009-02-25 09:07:33 +0100 (Wed, 25 Feb 2009)
New Revision: 3958

Modified:
   trunk/util/flashrom/flashchips.c
Log:
flashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READ

Signed-off-by: Zheng Bao <zheng.bao at amd.com>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/util/flashrom/flashchips.c
===================================================================
--- trunk/util/flashrom/flashchips.c	2009-02-22 23:13:33 UTC (rev 3957)
+++ trunk/util/flashrom/flashchips.c	2009-02-25 08:07:33 UTC (rev 3958)
@@ -1128,6 +1128,20 @@
 
 	{
 		.vendor		= "SST",
+		.name		= "SST25VF040.REMS",
+		.manufacture_id	= 0xbf,
+		.model_id	= 0x44,
+		.total_size	= 512,
+		.page_size	= 64*1024,
+		.tested		= TEST_OK_PR,
+		.probe		= probe_spi_rems,
+		.erase		= spi_chip_erase_60,
+		.write		= spi_chip_write,
+		.read		= spi_chip_read,
+	},
+
+	{
+		.vendor		= "SST",
 		.name		= "SST25VF040B.REMS",
 		.manufacture_id	= 0xbf,
 		.model_id	= 0x8d,





More information about the coreboot mailing list