summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorDavid Borg <borg.db@gmail.com>2012-04-15 13:16:32 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2012-04-15 13:16:32 +0000
commitaf88565364b8c8a7a08aaff81fa8f76501b266ee (patch)
tree815a620645ca472bccc630476073106250f8ff2e /flashchips.h
parent6481e42cfd6b3038fd28face5806ef394885fe58 (diff)
downloadflashrom-af88565364b8c8a7a08aaff81fa8f76501b266ee.zip
flashrom-af88565364b8c8a7a08aaff81fa8f76501b266ee.tar.gz
Add support for for the Atmel AT49F040 chip
Chip features an optional permanent boot block write protection. Corresponding to flashrom svn r1522. Signed-off-by: David Borg <borg.db@gmail.com> Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/flashchips.h b/flashchips.h
index d6cf757..29bd5be 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -184,10 +184,11 @@
#define ATMEL_AT45DB642 /* No ID available */
#define ATMEL_AT45DB642D 0x2800
#define ATMEL_AT49BV512 0x03
-#define ATMEL_AT49F020 0x0B
#define ATMEL_AT49F002N 0x07 /* for AT49F002(N) */
-#define ATMEL_AT49F002NT 0x08 /* for AT49F002(N)T */
#define ATMEL_AT49LH002 0xE9
+#define ATMEL_AT49F002NT 0x08 /* for AT49F002(N)T */
+#define ATMEL_AT49F020 0x0B
+#define ATMEL_AT49F040 0x13
/* Bright Microelectronics has the same manufacturer ID as Hyundai... */
#define BRIGHT_ID 0xAD /* Bright Microelectronics */
OpenPOWER on IntegriCloud