aboutsummaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
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 e389af66..54c49439 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -3282,6 +3282,30 @@ const struct flashchip flashchips[] = {
},
{
+ .vendor = "ENE",
+ .name = "KB9012 (EDI)",
+ .bustype = BUS_SPI,
+ .spi_cmd_set = SPI_EDI,
+ .total_size = 128,
+ .page_size = 128,
+ .feature_bits = FEATURE_ERASED_ZERO,
+ .tested = TEST_OK_PREW,
+ .probe = edi_probe_kb9012,
+ .probe_timing = TIMING_ZERO,
+ .block_erasers =
+ {
+ {
+ .eraseblocks = { {128, 1024} },
+ .block_erase = edi_chip_block_erase,
+ },
+ },
+ .gran = write_gran_128bytes,
+ .write = edi_chip_write,
+ .read = edi_chip_read,
+ .voltage = {2700, 3600},
+ },
+
+ {
.vendor = "ESMT",
.name = "F49B002UA",
.bustype = BUS_PARALLEL,