blob: c4ae6f4d7a3322212f2dd37342d4ead1e782c662 [file] [log] [blame]
Ollie Lho184a4042005-11-26 21:55:36 +00001/*
2 * flashchips.c: flash programming utility - flash devices
3 *
4 * Copyright 2000 Silicon Integrated System Corporation
5 * Copyright 2004 Tyan Corp
6 * yhlu yhlu@tyan.com add exclude start and end option
7 * Copyright 2005 coresystems GmbH <stepan@openbios.org>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 *
23 */
24
25#include "flash.h"
26#include "jedec.h"
27#include "m29f400bt.h"
28#include "82802ab.h"
29#ifndef DISABLE_DOC
30#include "msys_doc.h"
31#endif
32#include "am29f040b.h"
33#include "sst28sf040.h"
Yinghai Luca782972007-01-22 20:21:17 +000034#include "sst49lfxxxc.h"
Ollie Lho184a4042005-11-26 21:55:36 +000035#include "w49f002u.h"
36#include "sst39sf020.h"
37#include "sst49lf040.h"
38#include "pm49fl004.h"
39#include "mx29f002.h"
Ronald G. Minnich5b582f22006-02-23 17:16:44 +000040#include "sharplhf00l04.h"
Ollie Lho184a4042005-11-26 21:55:36 +000041#include "sst_fwhub.h"
42
43struct flashchip flashchips[] = {
44 {"Am29F040B", AMD_ID, AM_29F040B, NULL, 512, 64 * 1024,
45 probe_29f040b, erase_29f040b, write_29f040b, NULL},
Stefan Reinauerd918daa2006-03-16 16:44:07 +000046 {"Am29F016D", AMD_ID, AM_29F016D, NULL, 2048, 64 * 1024,
47 probe_29f040b, erase_29f040b, write_29f040b, NULL},
Stefan Reinaueref54aba2006-11-21 23:51:08 +000048 {"AE49F2008", ASD_ID, ASD_AE49F2008, NULL, 256, 128,
49 probe_jedec, erase_chip_jedec, write_jedec, NULL},
Ollie Lho184a4042005-11-26 21:55:36 +000050 {"At29C040A", ATMEL_ID, AT_29C040A, NULL, 512, 256,
51 probe_jedec, erase_chip_jedec, write_jedec, NULL},
52 {"Mx29f002", MX_ID, MX_29F002, NULL, 256, 64 * 1024,
53 probe_29f002, erase_29f002, write_29f002, NULL},
54 {"SST29EE020A", SST_ID, SST_29EE020A, NULL, 256, 128,
55 probe_jedec, erase_chip_jedec, write_jedec, NULL},
56 {"SST28SF040A", SST_ID, SST_28SF040, NULL, 512, 256,
57 probe_28sf040, erase_28sf040, write_28sf040, NULL},
Stefan Reinauere807d822006-07-31 23:37:17 +000058 {"SST39SF010A", SST_ID, SST_39SF010, NULL, 128, 4096,
59 probe_jedec, erase_chip_jedec, write_39sf020,NULL},
Ollie Lho184a4042005-11-26 21:55:36 +000060 {"SST39SF020A", SST_ID, SST_39SF020, NULL, 256, 4096,
61 probe_jedec, erase_chip_jedec, write_39sf020,NULL},
Stefan Reinauere807d822006-07-31 23:37:17 +000062 {"SST39SF040", SST_ID, SST_39SF040, NULL, 512, 4096,
63 probe_jedec, erase_chip_jedec, write_39sf020,NULL},
Ollie Lho184a4042005-11-26 21:55:36 +000064 {"SST39VF020", SST_ID, SST_39VF020, NULL, 256, 4096,
65 probe_jedec, erase_chip_jedec, write_39sf020,NULL},
Scott Tsai023af762006-03-31 11:36:06 +000066// assume similar to 004B, ignoring data sheet
67 {"SST49LF040B", SST_ID, SST_49LF040B, NULL, 512, 64 * 1024,
68 probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub,NULL},
69
Ollie Lho184a4042005-11-26 21:55:36 +000070 {"SST49LF040", SST_ID, SST_49LF040, NULL, 512, 4096,
71 probe_jedec, erase_49lf040, write_49lf040,NULL},
Uwe Hermanne205d982006-10-07 22:59:03 +000072 {"SST49LF020A", SST_ID, SST_49LF020A, NULL, 256, 16 * 1024,
73 probe_jedec, erase_49lf040, write_49lf040,NULL},
Ollie Lho184a4042005-11-26 21:55:36 +000074 {"SST49LF080A", SST_ID, SST_49LF080A, NULL, 1024, 4096,
Roman Kononov41c47672006-10-07 00:21:13 +000075 probe_jedec, erase_49lf040, write_49lf040,NULL},
Ollie Lho184a4042005-11-26 21:55:36 +000076 {"SST49LF002A/B", SST_ID, SST_49LF002A, NULL, 256, 16 * 1024,
77 probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub, NULL},
78 {"SST49LF003A/B", SST_ID, SST_49LF003A, NULL, 384, 64 * 1024,
79 probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub,NULL},
80 {"SST49LF004A/B", SST_ID, SST_49LF004A, NULL, 512, 64 * 1024,
81 probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub,NULL},
82 {"SST49LF008A", SST_ID, SST_49LF008A, NULL, 1024, 64 * 1024 ,
83 probe_sst_fwhub, erase_sst_fwhub, write_sst_fwhub, NULL},
Stefan Reinauer6424faf2006-06-25 09:56:45 +000084 {"Pm49FL002", PMC_ID, PMC_49FL002, NULL, 256, 16 * 1024,
85 probe_jedec, erase_chip_jedec, write_49fl004,NULL},
Yinghai Luca782972007-01-22 20:21:17 +000086 {"SST49LF004C", SST_ID, SST_49LF004C, NULL, 512, 4 * 1024,
87 probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc,NULL},
88 {"SST49LF008C", SST_ID, SST_49LF008C, NULL, 1024, 4 * 1024 ,
89 probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc, NULL},
90 {"SST49LF016C", SST_ID, SST_49LF016C, NULL, 2048, 4 * 1024 ,
91 probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc, NULL},
Alan Carvalho de Assis474230a2007-01-27 13:39:06 +000092 {"SST49LF160C", SST_ID, SST_49LF160C, NULL, 2048, 4 * 1024 ,
93 probe_49lfxxxc, erase_49lfxxxc, write_49lfxxxc, NULL},
Ollie Lho184a4042005-11-26 21:55:36 +000094 {"Pm49FL004", PMC_ID, PMC_49FL004, NULL, 512, 64 * 1024,
95 probe_jedec, erase_chip_jedec, write_49fl004,NULL},
96 {"W29C011", WINBOND_ID, W_29C011, NULL, 128, 128,
97 probe_jedec, erase_chip_jedec, write_jedec, NULL},
98 {"W29C020C", WINBOND_ID, W_29C020C, NULL, 256, 128,
99 probe_jedec, erase_chip_jedec, write_jedec, NULL},
100 {"W49F002U", WINBOND_ID, W_49F002U, NULL, 256, 128,
101 probe_jedec, erase_chip_jedec, write_49f002, NULL},
Stefan Reinauerdb8b13a2006-06-14 15:58:41 +0000102 {"W49V002A", WINBOND_ID, W_49V002A, NULL, 256, 128,
103 probe_jedec, erase_chip_jedec, write_49f002, NULL},
Stefan Reinauer64f05bb2006-07-19 15:13:21 +0000104 {"W49V002FA", WINBOND_ID, W_49V002FA, NULL, 256, 128,
105 probe_jedec, erase_chip_jedec, write_49f002, NULL},
Stefan Reinauer86de2832006-03-31 11:26:55 +0000106 {"W39V040A", WINBOND_ID, W_39V040A, NULL, 512, 64*1024,
107 probe_jedec, erase_chip_jedec, write_39sf020, NULL},
Stefan Reinauere807d822006-07-31 23:37:17 +0000108 {"W39V040B", WINBOND_ID, W_39V040B, NULL, 512, 64*1024,
109 probe_jedec, erase_chip_jedec, write_39sf020, NULL},
David Hendricks71437d02007-03-02 02:25:36 +0000110 {"W39V080A", WINBOND_ID, W_39V080A, NULL, 1024, 64*1024,
111 probe_jedec, erase_chip_jedec, write_39sf020, NULL},
Stefan Reinauer9d3d93e2006-02-24 13:47:26 +0000112 {"M29F040B", ST_ID, ST_M29F040B, NULL, 512, 64 * 1024,
113 probe_29f040b, erase_29f040b, write_29f040b, NULL},
Ollie Lho184a4042005-11-26 21:55:36 +0000114 {"M29F400BT", ST_ID, ST_M29F400BT, NULL, 512, 64 * 1024,
115 probe_m29f400bt, erase_m29f400bt, write_linuxbios_m29f400bt, NULL},
116 {"82802ab", 137, 173, NULL, 512, 64 * 1024,
117 probe_82802ab, erase_82802ab, write_82802ab, NULL},
118 {"82802ac", 137, 172, NULL, 1024, 64 * 1024,
119 probe_82802ab, erase_82802ab, write_82802ab, NULL},
Stefan Reinaueraf2c2b52006-06-30 20:07:50 +0000120 {"F49B002UA", EMST_ID, EMST_F49B002UA, NULL, 256, 4096,
121 probe_jedec, erase_chip_jedec, write_49f002, NULL},
Ollie Lho184a4042005-11-26 21:55:36 +0000122#ifndef DISABLE_DOC
123 {"MD-2802 (M-Systems DiskOnChip Millennium Module)",
124 MSYSTEMS_ID, MSYSTEMS_MD2802,
125 NULL, 8, 8 * 1024,
126 probe_md2802, erase_md2802, write_md2802, read_md2802},
127#endif
Ronald G. Minnich5b582f22006-02-23 17:16:44 +0000128 {"LHF00L04", SHARP_ID, SHARP_LHF00L04, NULL, 1024, 64 * 1024,
Ronald G. Minnich5eaed682006-03-14 19:58:14 +0000129 probe_lhf00l04, erase_lhf00l04, write_lhf00l04, NULL},
Uwe Hermann566820d2006-11-21 15:09:05 +0000130 {"S29C51001T", SYNCMOS_ID, S29C51001T, NULL, 128, 128,
Uwe Hermann838c7692006-11-21 15:02:27 +0000131 probe_jedec, erase_chip_jedec, write_49f002, NULL},
Uwe Hermann566820d2006-11-21 15:09:05 +0000132 {"S29C51002T", SYNCMOS_ID, S29C51002T, NULL, 256, 128,
Giampiero Giancipolia8c80822006-11-20 20:03:07 +0000133 probe_jedec, erase_chip_jedec, write_49f002, NULL},
Uwe Hermann566820d2006-11-21 15:09:05 +0000134 {"S29C51004T", SYNCMOS_ID, S29C51004T, NULL, 512, 128,
Uwe Hermann838c7692006-11-21 15:02:27 +0000135 probe_jedec, erase_chip_jedec, write_49f002, NULL},
Uwe Hermann566820d2006-11-21 15:09:05 +0000136 {"S29C31004T", SYNCMOS_ID, S29C31004T, NULL, 512, 128,
Uwe Hermann838c7692006-11-21 15:02:27 +0000137 probe_jedec, erase_chip_jedec, write_49f002, NULL},
Ollie Lho184a4042005-11-26 21:55:36 +0000138 {NULL,}
139};
140
141