summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2014-12-07 21:57:53 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-12-07 21:57:53 +0000
commitb5f9d5c40221e645fd3a5c2d7ece3e8df1330b04 (patch)
treedfae816c1624a5b4fa483ee07635eea507f94695 /flashchips.c
parent33180dfb39603f6329a35264b85a4582059e394e (diff)
downloadast2050-flashrom-b5f9d5c40221e645fd3a5c2d7ece3e8df1330b04.zip
ast2050-flashrom-b5f9d5c40221e645fd3a5c2d7ece3e8df1330b04.tar.gz
Add support for Eon EN29LV040 and EN29LV040A
Both use the same ID and are mostly identical. Corresponding to flashrom svn r1857. Tested-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 39fd671..173f429 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -4863,6 +4863,33 @@ const struct flashchip flashchips[] = {
{
.vendor = "Eon",
+ .name = "EN29LV040(A)",
+ .bustype = BUS_PARALLEL,
+ .manufacture_id = EON_ID,
+ .model_id = EON_EN29LV040,
+ .total_size = 512,
+ .page_size = 4 * 1024,
+ .tested = TEST_OK_PREW,
+ .probe = probe_jedec,
+ .probe_timing = TIMING_ZERO,
+ .block_erasers =
+ {
+ {
+ .eraseblocks = { {64 * 1024, 8} },
+ .block_erase = erase_sector_jedec,
+ },
+ {
+ .eraseblocks = { {512 * 1024, 1} },
+ .block_erase = erase_chip_block_jedec,
+ },
+ },
+ .write = write_jedec_1,
+ .read = read_memmapped,
+ .voltage = {3000, 3600}, /* 3.0-3.6V for type -45R and 55R, others 2.7-3.6V */
+ },
+
+ {
+ .vendor = "Eon",
.name = "EN29LV640B",
.bustype = BUS_PARALLEL,
.manufacture_id = EON_ID,
OpenPOWER on IntegriCloud