From patchwork Mon Jun 7 02:23:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Winbond W29EE011 erase works, probe fails Date: Mon, 07 Jun 2010 01:23:27 -0000 From: Guenter X-Patchwork-Id: 1476 Message-Id: <4C0C581F.1050606@gknw.net> Cc: flashrom@flashrom.org Hi, find attached the patch for marking the Winbond W29EE011 as erase working, though probe didnt work for me. Signed-off-by: Guenter Knauf --- flashchips.c.orig 2010-05-30 23:10:17.000000000 +0200 +++ flashchips.c 2010-06-07 04:13:57.000000000 +0200 @@ -5980,17 +5980,17 @@ .vendor = "Winbond", .name = "W29EE011", .bustype = CHIP_BUSTYPE_PARALLEL, .manufacture_id = WINBOND_ID, .model_id = W_29C011, .total_size = 128, .page_size = 128, .feature_bits = FEATURE_LONG_RESET, - .tested = TEST_OK_PRW, + .tested = TEST_OK_PREW, .probe = probe_w29ee011, .probe_timing = TIMING_IGNORED, /* routine don't use probe_timing (w29ee011.c) */ .block_erasers = { { .eraseblocks = { {128 * 1024, 1} }, .block_erase = erase_chip_block_jedec, }