From f5ae4d4a35960dcd77f1fa5a3cb27e7c376ae469 Mon Sep 17 00:00:00 2001 From: Sean Nelson Date: Sat, 13 Feb 2010 18:41:53 +0000 Subject: Adds support for the Intel E28F004S5 flash chip Corresponding to flashrom svn r900. Signed-off-by: Sean Nelson Acked-by: Carl-Daniel Hailfinger --- flashchips.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'flashchips.c') diff --git a/flashchips.c b/flashchips.c index 14e6f7f9..db67a47b 100644 --- a/flashchips.c +++ b/flashchips.c @@ -2331,6 +2331,29 @@ struct flashchip flashchips[] = { .read = read_memmapped, }, + { + .vendor = "Intel", + .name = "28F004S5", + .bustype = CHIP_BUSTYPE_PARALLEL, + .manufacture_id = INTEL_ID, + .model_id = E_28F004S5, + .total_size = 512, + .page_size = 256, + .tested = TEST_UNTESTED, + .probe = probe_82802ab, + .probe_timing = TIMING_ZERO, /* Datasheet has no timing info specified */ + .erase = NULL, + .block_erasers = + { + { + .eraseblocks = { {64 * 1024, 8} }, + .block_erase = erase_82802ab_block, + }, + }, + .write = write_82802ab, + .read = read_memmapped, + }, + { .vendor = "Intel", .name = "82802AB", -- cgit v1.2.3