From: David B. <dbr...@us...> - 2009-12-05 20:13:17
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 12b67a2b41557160b8daa23305cbc30a349588c1 (commit) from ec8c3b5a678f3f236c3b574975eff6434e0aab60 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 12b67a2b41557160b8daa23305cbc30a349588c1 Author: Mathias Kuester <ke...@fr...> Date: Sat Dec 5 14:55:24 2009 +0100 NOR: add 29LV400BC flash device Signed-off-by: David Brownell <dbr...@us...> diff --git a/src/flash/nor/non_cfi.c b/src/flash/nor/non_cfi.c index 7e73afa..b49e441 100644 --- a/src/flash/nor/non_cfi.c +++ b/src/flash/nor/non_cfi.c @@ -281,6 +281,23 @@ static struct non_cfi non_cfi_flashes[] = { } }, { + .mfr = CFI_MFR_FUJITSU, + .id = 0xba, /* 29LV400BC */ + .pri_id = 0x02, + .dev_size = 512*KB, + .interface_desc = 0x1, /* x8 or x16 device w/ nBYTE */ + .max_buf_write_size = 0x00, + .status_poll_mask = CFI_STATUS_POLL_MASK_DQ5_DQ6_DQ7, + .num_erase_regions = 4, + .erase_region_info = + { + ERASE_REGION(1, 16*KB), + ERASE_REGION(2, 8*KB), + ERASE_REGION(1, 32*KB), + ERASE_REGION(7, 64*KB) + } + }, + { .mfr = CFI_MFR_AMIC, .id = 0xb31a, /* A29L800A */ .pri_id = 0x02, ----------------------------------------------------------------------- Summary of changes: src/flash/nor/non_cfi.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) hooks/post-receive -- Main OpenOCD repository |