summaryrefslogtreecommitdiff
path: root/src/flash/non_cfi.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-20 17:08:18 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-20 17:08:18 +0000
commit577972a51d9b3655cd14d5ce176995b09909933e (patch)
tree87bb81ac698d1cb7466d7277c3d8958c6add88a0 /src/flash/non_cfi.c
parentdbd6cede000d76a4da64732989ebc219a3e7d612 (diff)
downloadopenocd+libswd-577972a51d9b3655cd14d5ce176995b09909933e.tar.gz
openocd+libswd-577972a51d9b3655cd14d5ce176995b09909933e.tar.bz2
openocd+libswd-577972a51d9b3655cd14d5ce176995b09909933e.tar.xz
openocd+libswd-577972a51d9b3655cd14d5ce176995b09909933e.zip
Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A)
git-svn-id: svn://svn.berlios.de/openocd/trunk@841 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/non_cfi.c')
-rw-r--r--src/flash/non_cfi.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/flash/non_cfi.c b/src/flash/non_cfi.c
index a98ed7a0..b9ae4c7d 100644
--- a/src/flash/non_cfi.c
+++ b/src/flash/non_cfi.c
@@ -187,6 +187,23 @@ non_cfi_t non_cfi_flashes[] = {
}
},
{
+ .mfr = CFI_MFR_AMIC,
+ .id = 0xb31a, /* A29L800A */
+ .pri_id = 0x02,
+ .dev_size = 0x14,
+ .interface_desc = 0x2,
+ .max_buf_write_size = 0x0,
+ .num_erase_regions = 4,
+ .erase_region_info =
+ {
+ 0x00400000, /* 1x 16KB */
+ 0x00200001, /* 2x 8KB */
+ 0x00800000, /* 1x 32KB */
+ 0x0100000e, /* 15x 64KB */
+ 0x00000000
+ }
+ },
+ {
.mfr = 0,
.id = 0,
}