Show
Ignore:
Timestamp:
07/02/08 15:33:09 (5 months ago)
Author:
stepan
Message:

set w39v080fa to fully supported. I'm am flashing this chip several times a
day.
Also enable unlocking which is only needed when running coreboot, that slipped
in the original commit and through the original review ;-) So it must be
trivial enough.

Signed-off-by: Stefan Reinauer <stepan@…>
Acked-by: Stefan Reinauer <stepan@…>

Files:
1 modified

Legend:

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

    r3405 r3406  
    44 * Copyright (C) 2000 Silicon Integrated System Corporation 
    55 * Copyright (C) 2004 Tyan Corp 
    6  * Copyright (C) 2005-2007 coresystems GmbH <stepan@openbios.org> 
     6 * Copyright (C) 2005-2008 coresystems GmbH <stepan@openbios.org> 
    77 * 
    88 * This program is free software; you can redistribute it and/or modify 
     
    136136        {"Winbond",     "W49V002A",             WINBOND_ID,     W_49V002A,              256,    128,            TEST_UNTESTED,  probe_jedec,            erase_chip_jedec,               write_49f002}, 
    137137        {"Winbond",     "W49V002FA",            WINBOND_ID,     W_49V002FA,             256,    128,            TEST_UNTESTED,  probe_jedec,            erase_chip_jedec,               write_49f002}, 
    138         {"Winbond",     "W39V080FA",            WINBOND_ID,     W_39V080FA,             1024,   64*1024,        TEST_OK_PR,     probe_winbond_fwhub,    erase_winbond_fwhub,            write_winbond_fwhub}, 
     138        {"Winbond",     "W39V080FA",            WINBOND_ID,     W_39V080FA,             1024,   64*1024,        TEST_OK_PREW,   probe_winbond_fwhub,    erase_winbond_fwhub,            write_winbond_fwhub}, 
    139139        {"Winbond",     "W39V080FA (dual mode)",WINBOND_ID,     W_39V080FA_DM,          512,    64*1024,        TEST_UNTESTED,  probe_winbond_fwhub,    erase_winbond_fwhub,            write_winbond_fwhub}, 
    140140