Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 1 | /* |
| 2 | * flashchips.c: flash programming utility - flash devices |
| 3 | * |
| 4 | * Copyright 2000 Silicon Integrated System Corporation |
| 5 | * Copyright 2004 Tyan Corp |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 6 | * Copyright 2005-2007 coresystems GmbH <stepan@openbios.org> |
Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 7 | * |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License as published by |
| 10 | * the Free Software Foundation; either version 2 of the License, or |
| 11 | * (at your option) any later version. |
Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 12 | * |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 13 | * This program is distributed in the hope that it will be useful, |
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | * GNU General Public License for more details. |
Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 17 | * |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 18 | * You should have received a copy of the GNU General Public License |
| 19 | * along with this program; if not, write to the Free Software |
| 20 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 21 | * |
| 22 | */ |
| 23 | |
| 24 | #include "flash.h" |
Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 25 | #ifndef DISABLE_DOC |
| 26 | #include "msys_doc.h" |
| 27 | #endif |
Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 28 | |
| 29 | struct flashchip flashchips[] = { |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 30 | {"Am29F040B", AMD_ID, AM_29F040B, 512, 64 * 1024, |
| 31 | probe_29f040b, erase_29f040b, write_29f040b}, |
| 32 | {"Am29F016D", AMD_ID, AM_29F016D, 2048, 64 * 1024, |
| 33 | probe_29f040b, erase_29f040b, write_29f040b}, |
| 34 | {"AE49F2008", ASD_ID, ASD_AE49F2008, 256, 128, |
| 35 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 36 | {"At29C040A", ATMEL_ID, AT_29C040A, 512, 256, |
| 37 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 38 | {"At29C020", ATMEL_ID, AT_29C020, 256, 256, |
| 39 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 40 | {"Mx29f002", MX_ID, MX_29F002, 256, 64 * 1024, |
| 41 | probe_29f002, erase_29f002, write_29f002}, |
| 42 | {"SST29EE020A", SST_ID, SST_29EE020A, 256, 128, |
| 43 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 44 | {"SST28SF040A", SST_ID, SST_28SF040, 512, 256, |
| 45 | probe_28sf040, erase_28sf040, write_28sf040}, |
| 46 | {"SST39SF010A", SST_ID, SST_39SF010, 128, 4096, |
| 47 | probe_jedec, erase_chip_jedec, write_39sf020}, |
| 48 | {"SST39SF020A", SST_ID, SST_39SF020, 256, 4096, |
| 49 | probe_jedec, erase_chip_jedec, write_39sf020}, |
| 50 | {"SST39SF040", SST_ID, SST_39SF040, 512, 4096, |
| 51 | probe_jedec, erase_chip_jedec, write_39sf020}, |
| 52 | {"SST39VF020", SST_ID, SST_39VF020, 256, 4096, |
| 53 | probe_jedec, erase_chip_jedec, write_39sf020}, |
Scott Tsai | 023af76 | 2006-03-31 11:36:06 +0000 | [diff] [blame] | 54 | // assume similar to 004B, ignoring data sheet |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 55 | {"SST49LF040B", SST_ID, SST_49LF040B, 512, 64 * 1024, |
| 56 | probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub}, |
Scott Tsai | 023af76 | 2006-03-31 11:36:06 +0000 | [diff] [blame] | 57 | |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 58 | {"SST49LF040", SST_ID, SST_49LF040, 512, 4096, |
| 59 | probe_jedec, erase_49lf040, write_49lf040}, |
| 60 | {"SST49LF020A", SST_ID, SST_49LF020A, 256, 16 * 1024, |
| 61 | probe_jedec, erase_49lf040, write_49lf040}, |
| 62 | {"SST49LF080A", SST_ID, SST_49LF080A, 1024, 4096, |
| 63 | probe_jedec, erase_49lf040, write_49lf040}, |
| 64 | {"SST49LF002A/B", SST_ID, SST_49LF002A, 256, 16 * 1024, |
| 65 | probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub}, |
| 66 | {"SST49LF003A/B", SST_ID, SST_49LF003A, 384, 64 * 1024, |
| 67 | probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub}, |
| 68 | {"SST49LF004A/B", SST_ID, SST_49LF004A, 512, 64 * 1024, |
| 69 | probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub}, |
| 70 | {"SST49LF008A", SST_ID, SST_49LF008A, 1024, 64 * 1024 , |
| 71 | probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub}, |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 72 | {"SST49LF004C", SST_ID, SST_49LF004C, 512, 4 * 1024, |
| 73 | probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc}, |
| 74 | {"SST49LF008C", SST_ID, SST_49LF008C, 1024, 4 * 1024 , |
| 75 | probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc}, |
| 76 | {"SST49LF016C", SST_ID, SST_49LF016C, 2048, 4 * 1024 , |
| 77 | probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc}, |
| 78 | {"SST49LF160C", SST_ID, SST_49LF160C, 2048, 4 * 1024 , |
| 79 | probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc}, |
Carl-Daniel Hailfinger | f41c66f | 2007-07-25 17:55:45 +0000 | [diff] [blame] | 80 | {"Pm49FL002", PMC_ID, PMC_49FL002, 256, 16 * 1024, |
| 81 | probe_jedec, erase_chip_jedec, write_49fl004}, |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 82 | {"Pm49FL004", PMC_ID, PMC_49FL004, 512, 64 * 1024, |
| 83 | probe_jedec, erase_chip_jedec, write_49fl004}, |
| 84 | {"W29C011", WINBOND_ID, W_29C011, 128, 128, |
| 85 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 86 | {"W29C020C", WINBOND_ID, W_29C020C, 256, 128, |
| 87 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 88 | {"W49F002U", WINBOND_ID, W_49F002U, 256, 128, |
| 89 | probe_jedec, erase_chip_jedec, write_49f002}, |
| 90 | {"W49V002A", WINBOND_ID, W_49V002A, 256, 128, |
| 91 | probe_jedec, erase_chip_jedec, write_49f002}, |
| 92 | {"W49V002FA", WINBOND_ID, W_49V002FA, 256, 128, |
| 93 | probe_jedec, erase_chip_jedec, write_49f002}, |
| 94 | {"W39V040FA", WINBOND_ID, W_39V040FA, 512, 64*1024, |
| 95 | probe_jedec, erase_chip_jedec, write_39sf020}, |
| 96 | {"W39V040A", WINBOND_ID, W_39V040A, 512, 64*1024, |
| 97 | probe_jedec, erase_chip_jedec, write_39sf020}, |
| 98 | {"W39V040B", WINBOND_ID, W_39V040B, 512, 64*1024, |
| 99 | probe_jedec, erase_chip_jedec, write_39sf020}, |
| 100 | {"W39V080A", WINBOND_ID, W_39V080A, 1024, 64*1024, |
| 101 | probe_jedec, erase_chip_jedec, write_39sf020}, |
| 102 | {"M29F002B", ST_ID, ST_M29F002B, 256, 64 * 1024, |
| 103 | probe_jedec, erase_chip_jedec, write_jedec}, |
Carl-Daniel Hailfinger | e087fa2 | 2007-07-24 18:18:05 +0000 | [diff] [blame] | 104 | {"M50FW040", ST_ID, ST_M50FW040, 512, 64 * 1024, |
| 105 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 106 | {"M29W040B", ST_ID, ST_M29W040B, 512, 64 * 1024, |
| 107 | probe_jedec, erase_chip_jedec, write_jedec}, |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 108 | {"M29F002T/NT", ST_ID, ST_M29F002T, 256, 64 * 1024, |
| 109 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 110 | {"M29F400BT", ST_ID, ST_M29F400BT, 512, 64 * 1024, |
| 111 | probe_m29f400bt, erase_m29f400bt, write_linuxbios_m29f400bt}, |
Carl-Daniel Hailfinger | f41c66f | 2007-07-25 17:55:45 +0000 | [diff] [blame] | 112 | {"M50FLW040A", ST_ID, ST_M50FLW040A, 512, 64 * 1024, |
| 113 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 114 | {"M50FLW040B", ST_ID, ST_M50FLW040B, 512, 64 * 1024, |
| 115 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 116 | {"M50FLW080A", ST_ID, ST_M50FLW080A, 1024, 64 * 1024, |
| 117 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 118 | {"M50FLW080B", ST_ID, ST_M50FLW080B, 1024, 64 * 1024, |
| 119 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 120 | {"M50FW080", ST_ID, ST_M50FW080, 1024, 64 * 1024, |
| 121 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 122 | {"M50FW016", ST_ID, ST_M50FW016, 2048, 64 * 1024, |
| 123 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 124 | {"M50LPW116", ST_ID, ST_M50LPW116, 2048, 64 * 1024, |
| 125 | probe_jedec, erase_chip_jedec, write_jedec}, |
| 126 | {"M29W010B", ST_ID, ST_M29W010B, 128, 16 * 1024, |
| 127 | probe_jedec, erase_chip_jedec, write_jedec}, |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 128 | {"M29F040B", ST_ID, ST_M29F040B, 512, 64 * 1024, |
| 129 | probe_29f040b, erase_29f040b, write_29f040b}, |
| 130 | {"82802ab", 137, 173, 512, 64 * 1024, |
| 131 | probe_82802ab, erase_82802ab, write_82802ab}, |
| 132 | {"82802ac", 137, 172, 1024, 64 * 1024, |
| 133 | probe_82802ab, erase_82802ab, write_82802ab}, |
| 134 | {"F49B002UA", EMST_ID, EMST_F49B002UA, 256, 4096, |
| 135 | probe_jedec, erase_chip_jedec, write_49f002}, |
Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 136 | #ifndef DISABLE_DOC |
| 137 | {"MD-2802 (M-Systems DiskOnChip Millennium Module)", |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 138 | MSYSTEMS_ID, MSYSTEMS_MD2802,8, 8 * 1024, |
Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 139 | probe_md2802, erase_md2802, write_md2802, read_md2802}, |
| 140 | #endif |
Stefan Reinauer | ce53297 | 2007-05-23 17:20:56 +0000 | [diff] [blame] | 141 | {"LHF00L04", SHARP_ID, SHARP_LHF00L04, 1024, 64 * 1024, |
| 142 | probe_lhf00l04, erase_lhf00l04, write_lhf00l04}, |
| 143 | {"S29C51001T", SYNCMOS_ID, S29C51001T, 128, 128, |
| 144 | probe_jedec, erase_chip_jedec, write_49f002}, |
| 145 | {"S29C51002T", SYNCMOS_ID, S29C51002T, 256, 128, |
| 146 | probe_jedec, erase_chip_jedec, write_49f002}, |
| 147 | {"S29C51004T", SYNCMOS_ID, S29C51004T, 512, 128, |
| 148 | probe_jedec, erase_chip_jedec, write_49f002}, |
| 149 | {"S29C31004T", SYNCMOS_ID, S29C31004T, 512, 128, |
| 150 | probe_jedec, erase_chip_jedec, write_49f002}, |
Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 151 | {NULL,} |
| 152 | }; |