X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fnon_cfi.c;h=e0ea568aea808e18b5eda4384c9e196dbe07babc;hb=e53836718664e507a9cb431444a0fc9021ebae04;hp=7e73afa1c9ae8a4713ab6eda795acb0b3935760e;hpb=f3e6f584f12dbde9ba9806ed4a412db0524d438c;p=openocd diff --git a/src/flash/nor/non_cfi.c b/src/flash/nor/non_cfi.c index 7e73afa1..e0ea568a 100644 --- a/src/flash/nor/non_cfi.c +++ b/src/flash/nor/non_cfi.c @@ -280,6 +280,40 @@ static struct non_cfi non_cfi_flashes[] = { ERASE_REGION(15, 64*KB) } }, + { + .mfr = CFI_MFR_FUJITSU, + .id = 0x22ea, /* MBM29SL800TE */ + .pri_id = 0x02, + .dev_size = 1*MB, + .interface_desc = 0x2, /* x8 or x16 device with nBYTE */ + .max_buf_write_size = 0x0, + .status_poll_mask = CFI_STATUS_POLL_MASK_DQ5_DQ6_DQ7, + .num_erase_regions = 4, + .erase_region_info = + { + ERASE_REGION(15, 64*KB), + ERASE_REGION(1, 32*KB), + ERASE_REGION(2, 8*KB), + ERASE_REGION(1, 16*KB) + } + }, + { + .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 */