Author: stuge
Date: 2008-08-27 23:28:41 +0200 (Wed, 27 Aug 2008)
New Revision: 3541

Modified:
   trunk/util/flashrom/flashchips.c
Log:
flashrom: SST25VF016B TEST_OK_ PROBE READ ERASE WRITE

Per test report from Ward.

Signed-off-by: Peter Stuge <[EMAIL PROTECTED]>
Acked-by: Peter Stuge <[EMAIL PROTECTED]>


Modified: trunk/util/flashrom/flashchips.c
===================================================================
--- trunk/util/flashrom/flashchips.c    2008-08-27 12:53:47 UTC (rev 3540)
+++ trunk/util/flashrom/flashchips.c    2008-08-27 21:28:41 UTC (rev 3541)
@@ -67,7 +67,7 @@
        {"PMC",         "Pm49FL004",            PMC_ID_NOPREFIX,PMC_49FL004,    
        512,    64 * 1024,      TEST_OK_PREW,   probe_49fl00x,          
erase_49fl00x,          write_49fl00x},
        {"Sharp",       "LHF00L04",             SHARP_ID,       SHARP_LHF00L04, 
        1024,   64 * 1024,      TEST_UNTESTED,  probe_lhf00l04,         
erase_lhf00l04,                 write_lhf00l04},
        {"Spansion",    "S25FL016A",            SPANSION_ID,    
SPANSION_S25FL016A,     2048,   256,            TEST_OK_PREW,   probe_spi_rdid, 
        spi_chip_erase_c7,      spi_chip_write, spi_chip_read},
-       {"SST",         "SST25VF016B",          SST_ID,         SST_25VF016B,   
        2048,   256,            TEST_UNTESTED,  probe_spi_rdid,         
spi_chip_erase_c7,      spi_chip_write, spi_chip_read},
+       {"SST",         "SST25VF016B",          SST_ID,         SST_25VF016B,   
        2048,   256,            TEST_OK_PREW,   probe_spi_rdid,         
spi_chip_erase_c7,      spi_chip_write, spi_chip_read},
        {"SST",         "SST25VF040B",          SST_ID,         SST_25VF040B,   
        512,    256,            TEST_UNTESTED,  probe_spi_rdid,         
spi_chip_erase_c7,      spi_chip_write, spi_chip_read},
        {"SST",         "SST28SF040A",          SST_ID,         SST_28SF040,    
        512,    256,            TEST_UNTESTED,  probe_28sf040,          
erase_28sf040,                  write_28sf040},
        {"SST",         "SST29EE010",           SST_ID,         SST_29EE010,    
        128,    128,            TEST_OK_PREW,   probe_jedec,            
erase_chip_jedec,               write_jedec},


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

Reply via email to