summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorMark Panajotovic <panajotovic.marko@gmail.com>2009-08-24 01:42:24 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-08-24 01:42:24 +0000
commit502a9137911f0cee4e2ea20cfd39deb6f27401e9 (patch)
tree85c81bbf5ed746be0909bfbda66b4f66381585e5 /flashchips.c
parent37181bebdd16543b9a2862013e2475f40a6d86b7 (diff)
downloadast2050-flashrom-502a9137911f0cee4e2ea20cfd39deb6f27401e9.zip
ast2050-flashrom-502a9137911f0cee4e2ea20cfd39deb6f27401e9.tar.gz
Add support for MX29F001T and MX29F001B flash chips
Corresponding to flashrom svn r698. Signed-off-by: Mark Panajotovic <panajotovic.marko@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c32
1 files changed, 32 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 891bde0..5fd78f2 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -1396,6 +1396,38 @@ struct flashchip flashchips[] = {
{
.vendor = "Macronix",
+ .name = "MX29F001B",
+ .bustype = CHIP_BUSTYPE_PARALLEL,
+ .manufacture_id = MX_ID,
+ .model_id = MX_29F001B,
+ .total_size = 128,
+ .page_size = 32 * 1024,
+ .tested = TEST_UNTESTED,
+ .probe = probe_29f002,
+ .probe_timing = TIMING_IGNORED, /* routine don't use probe_timing (mx29f002.c) */
+ .erase = erase_29f002,
+ .write = write_29f002,
+ .read = read_memmapped,
+ },
+
+ {
+ .vendor = "Macronix",
+ .name = "MX29F001T",
+ .bustype = CHIP_BUSTYPE_PARALLEL,
+ .manufacture_id = MX_ID,
+ .model_id = MX_29F001T,
+ .total_size = 128,
+ .page_size = 32 * 1024,
+ .tested = TEST_OK_PREW,
+ .probe = probe_29f002,
+ .probe_timing = TIMING_IGNORED, /* routine don't use probe_timing (mx29f002.c) */
+ .erase = erase_29f002,
+ .write = write_29f002,
+ .read = read_memmapped,
+ },
+
+ {
+ .vendor = "Macronix",
.name = "MX29F002B",
.bustype = CHIP_BUSTYPE_PARALLEL,
.manufacture_id = MX_ID,
OpenPOWER on IntegriCloud