From 48da3f9f995514e6dd2ecf3ca713ff8b19750350 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 23 Jan 2010 15:15:19 +0000 Subject: Add support for the SST39SF512 chip All operations tested by me, works fine. Corresponding to flashrom svn r881. Signed-off-by: Uwe Hermann Acked-by: Sean Nelson --- flashchips.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'flashchips.c') diff --git a/flashchips.c b/flashchips.c index 70954b89..03686e6c 100644 --- a/flashchips.c +++ b/flashchips.c @@ -3861,6 +3861,32 @@ struct flashchip flashchips[] = { .read = read_memmapped, }, + { + .vendor = "SST", + .name = "SST39SF512", + .bustype = CHIP_BUSTYPE_PARALLEL, + .manufacture_id = SST_ID, + .model_id = SST_39SF512, + .total_size = 64, + .page_size = 4096, + .tested = TEST_OK_PREW, + .probe = probe_jedec, + .probe_timing = 1, /* 150 ns */ + .erase = NULL, + .block_erasers = + { + { + .eraseblocks = { {4 * 1024, 16} }, + .block_erase = erase_sector_jedec, + }, { + .eraseblocks = { {64 * 1024, 1} }, + .block_erase = erase_chip_block_jedec, + } + }, + .write = write_49f002, + .read = read_memmapped, + }, + { .vendor = "SST", .name = "SST39SF010A", -- cgit v1.2.3