summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorUrja Rannikko <urjaman@gmail.com>2015-06-20 11:53:10 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2015-06-20 11:53:10 +0000
commit395d63ca0c8ca73b16e0ba6f24e18929fa1c51a5 (patch)
tree3e2dbbe9a40de4bef6c19d96395bc75968157895 /flashchips.c
parent3ab92eb11c5d8b6108912788990fc1212a8e90b2 (diff)
downloadflashrom-395d63ca0c8ca73b16e0ba6f24e18929fa1c51a5.zip
flashrom-395d63ca0c8ca73b16e0ba6f24e18929fa1c51a5.tar.gz
Add support for Winbond W29C512A/W29EE512
Tested with a W29EE512P-70 (PLCC32, 5V) found on an RTL8169 network card. The ID for the chip was already in flashchips.h with the name W29C512A and a note for "also W29EE512". The datasheets are almost identical. Corresponding to flashrom svn r1892. Signed-off-by: Urja Rannikko <urjaman@gmail.com> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index d50df85..574ad74 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -14512,6 +14512,30 @@ const struct flashchip flashchips[] = {
{
.vendor = "Winbond",
+ .name = "W29C512A/W29EE512",
+ .bustype = BUS_PARALLEL,
+ .manufacture_id = WINBOND_ID,
+ .model_id = WINBOND_W29C512A,
+ .total_size = 64,
+ .page_size = 128,
+ .feature_bits = FEATURE_LONG_RESET,
+ .tested = TEST_OK_PREW,
+ .probe = probe_jedec,
+ .probe_timing = 10,
+ .block_erasers =
+ {
+ {
+ .eraseblocks = { {64 * 1024, 1} },
+ .block_erase = erase_chip_block_jedec,
+ }
+ },
+ .write = write_jedec,
+ .read = read_memmapped,
+ .voltage = {4500, 5500},
+ },
+
+ {
+ .vendor = "Winbond",
.name = "W29C010(M)/W29C011A/W29EE011/W29EE012-old",
.bustype = BUS_PARALLEL,
.manufacture_id = WINBOND_ID,
OpenPOWER on IntegriCloud