Changeset 110
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r109 r110 141 141 Winbond W49V002A 142 142 Winbond W49V002FA 143 Winbond W39V040FA 143 144 Winbond W39V040A 144 145 Winbond W39V040B -
trunk/flash.h
r108 r110 100 100 #define W_29C011 0xC1 101 101 #define W_29C020C 0x45 102 #define W_39V040FA 0x34 102 103 #define W_39V040A 0x3D 103 104 #define W_39V040B 0x54 -
trunk/flashchips.c
r105 r110 106 106 {"W49V002FA", WINBOND_ID, W_49V002FA, NULL, 256, 128, 107 107 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}, 108 110 {"W39V040A", WINBOND_ID, W_39V040A, NULL, 512, 64*1024, 109 111 probe_jedec, erase_chip_jedec, write_39sf020, NULL},
Note: See TracChangeset
for help on using the changeset viewer.
