summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index f211539..b14cec4 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -400,6 +400,22 @@ struct flashchip flashchips[] = {
{
.vendor = "Atmel",
+ .name = "AT29C512",
+ .bustype = CHIP_BUSTYPE_NONSPI,
+ .manufacture_id = ATMEL_ID,
+ .model_id = AT_29C512,
+ .total_size = 64,
+ .page_size = 128,
+ .tested = TEST_OK_PREW,
+ .probe = probe_jedec,
+ .erase = erase_chip_jedec,
+ .write = write_jedec,
+ .read = read_memmapped,
+
+ },
+
+ {
+ .vendor = "Atmel",
.name = "AT29C010A",
.bustype = CHIP_BUSTYPE_NONSPI,
.manufacture_id = ATMEL_ID,
OpenPOWER on IntegriCloud