Changeset 3405

Show
Ignore:
Timestamp:
07/02/08 05:07:46 (3 months ago)
Author:
stuge
Message:

flashrom: Update to TEST_OK for Winbond W39V040FA PROBE READ

Thanks to Jake for the test report!

Signed-off-by: Peter Stuge <peter@…>
Acked-by: Peter Stuge <peter@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/flashrom/flashchips.c

    r3400 r3405  
    131131        {"Winbond",     "W39V040A",             WINBOND_ID,     W_39V040A,              512,    64*1024,        TEST_UNTESTED,  probe_jedec,            erase_chip_jedec,               write_39sf020}, 
    132132        {"Winbond",     "W39V040B",             WINBOND_ID,     W_39V040B,              512,    64*1024,        TEST_OK_PREW,   probe_jedec,            erase_chip_jedec,               write_39sf020}, 
    133         {"Winbond",     "W39V040FA",            WINBOND_ID,     W_39V040FA,             512,    64*1024,        TEST_UNTESTED,  probe_jedec,            erase_chip_jedec,               write_39sf020}, 
     133        {"Winbond",     "W39V040FA",            WINBOND_ID,     W_39V040FA,             512,    64*1024,        TEST_OK_PR,     probe_jedec,            erase_chip_jedec,               write_39sf020}, 
    134134        {"Winbond",     "W39V080A",             WINBOND_ID,     W_39V080A,              1024,   64*1024,        TEST_OK_PREW,   probe_jedec,            erase_chip_jedec,               write_39sf020}, 
    135135        {"Winbond",     "W49F002U",             WINBOND_ID,     W_49F002U,              256,    128,            TEST_OK_PREW,   probe_jedec,            erase_chip_jedec,               write_49f002},