Changeset 110


Ignore:
Timestamp:
May 21, 2007 11:39:08 PM (6 years ago)
Author:
uwe
Message:

Original v2 revision: 2686

Add support for the Winbond W39V040FA chip.

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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r109 r110  
    141141Winbond W49V002A 
    142142Winbond W49V002FA 
     143Winbond W39V040FA 
    143144Winbond W39V040A 
    144145Winbond W39V040B 
  • trunk/flash.h

    r108 r110  
    100100#define W_29C011                0xC1 
    101101#define W_29C020C               0x45 
     102#define W_39V040FA              0x34 
    102103#define W_39V040A               0x3D 
    103104#define W_39V040B               0x54 
  • trunk/flashchips.c

    r105 r110  
    106106        {"W49V002FA",   WINBOND_ID,     W_49V002FA,     NULL, 256, 128, 
    107107         probe_jedec,   erase_chip_jedec, write_49f002, NULL}, 
     108        {"W39V040FA",   WINBOND_ID,     W_39V040FA,     NULL, 512, 64*1024, 
     109         probe_jedec,   erase_chip_jedec, write_39sf020, NULL}, 
    108110        {"W39V040A",    WINBOND_ID,     W_39V040A,      NULL, 512, 64*1024, 
    109111         probe_jedec,   erase_chip_jedec, write_39sf020, NULL}, 
Note: See TracChangeset for help on using the changeset viewer.