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 <[email protected]>
Acked-by: Peter Stuge <[email protected]>


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,


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to