X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fnon_cfi.c;fp=src%2Fflash%2Fnor%2Fnon_cfi.c;h=c68ace67e82454f56e5810d08b15ddccc3ed2dca;hp=569ffc5f82ab9011db977f0745763e88f79ff0a4;hb=c14852385fde55abc5d5ffb076510cd1814432e0;hpb=4a47d87e4791a00cab4f420e23cd7d85aee0342b diff --git a/src/flash/nor/non_cfi.c b/src/flash/nor/non_cfi.c index 569ffc5f82..c68ace67e8 100644 --- a/src/flash/nor/non_cfi.c +++ b/src/flash/nor/non_cfi.c @@ -230,6 +230,20 @@ static struct non_cfi non_cfi_flashes[] = { } }, { + .mfr = CFI_MFR_SST, + .id = 0x236d, /* SST39VF6401B */ + .pri_id = 0x02, + .dev_size = 8*MB, + .interface_desc = 0x2, /* x8 or x16 device with nBYTE */ + .max_buf_write_size = 0x0, + .status_poll_mask = CFI_STATUS_POLL_MASK_DQ6_DQ7, + .num_erase_regions = 1, + .erase_region_info = + { + ERASE_REGION(2048, 4*KB) + } + }, + { .mfr = CFI_MFR_AMD, .id = 0x22ab, /* AM29F400BB */ .pri_id = 0x02,