X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnon_cfi.c;fp=src%2Fflash%2Fnon_cfi.c;h=dbb02b0ca627dfa61ae1c4fec9e11e7acff77340;hp=d80f37843c65c365762fe6207dfafcf8a7c5905b;hb=a29ed2421268934bb353946972584bd746c788e1;hpb=a92d27afb0733f6280088bd79b048cbd87a2a0c4 diff --git a/src/flash/non_cfi.c b/src/flash/non_cfi.c index d80f37843c..dbb02b0ca6 100644 --- a/src/flash/non_cfi.c +++ b/src/flash/non_cfi.c @@ -87,6 +87,20 @@ non_cfi_t non_cfi_flashes[] = { 0x00000000 } }, + { + .mfr = CFI_MFR_SST, + .id = 0x2780, + .pri_id = 0x02, + .dev_size = 0x13, /* 2^19 = 512KB */ + .interface_desc = 0x2, /* x8 or x16 device */ + .max_buf_write_size = 0x0, + .num_erase_regions = 1, + .erase_region_info = + { + 0x0010007f, + 0x00000000 + } + }, { .mfr = CFI_MFR_ST, .id = 0xd6, /* ST29F400BB */ @@ -241,3 +255,4 @@ void cfi_fixup_non_cfi(flash_bank_t *bank, void *param) } } +