From 30dc76644da0dd9203dc9969a9be1d520fc5feb0 Mon Sep 17 00:00:00 2001 From: oharboe Date: Wed, 23 Apr 2008 05:27:45 +0000 Subject: Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b). git-svn-id: svn://svn.berlios.de/openocd/trunk@603 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/non_cfi.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/flash/non_cfi.c') diff --git a/src/flash/non_cfi.c b/src/flash/non_cfi.c index 74334126..a98ed7a0 100644 --- a/src/flash/non_cfi.c +++ b/src/flash/non_cfi.c @@ -169,6 +169,23 @@ non_cfi_t non_cfi_flashes[] = { 0x00000000 } }, + { + .mfr = CFI_MFR_FUJITSU, + .id = 0x226b, /* AM29SL800DB */ + .pri_id = 0x02, + .dev_size = 0x14, /* 2^20 = 1MB */ + .interface_desc = 0x2, /* x8 or x16 device with nBYTE */ + .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, -- cgit v1.2.3