summaryrefslogtreecommitdiff
path: root/flashchips.h
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2012-08-13 23:43:46 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2012-08-13 23:43:46 +0000
commit5c5da4d097854f17adc9690727a1435de38266c7 (patch)
tree7c08a8b88b7a65ce36e80a451f2ffd80ce5655e4 /flashchips.h
parentd421f26ca6d6fc0f88f70d828d97028d3b382213 (diff)
downloadflashrom-5c5da4d097854f17adc9690727a1435de38266c7.tar.gz
Add support for Atmel AT49(H)F010, AT49F080 and AT49F080T.
Also, alter the page size of the other family members to indicate that it is unused. Maybe we this accelerates the deletion of this field... haha. Signed-off-by: Andrew Morgan <ziltro@ziltro.com> Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1572 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h
index 0ecb5f3..0fe2cc4 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -187,8 +187,11 @@
#define ATMEL_AT49F002N 0x07 /* for AT49F002(N) */
#define ATMEL_AT49LH002 0xE9
#define ATMEL_AT49F002NT 0x08 /* for AT49F002(N)T */
+#define ATMEL_AT49F010 0x17 /* Same as AT49HF010 */
#define ATMEL_AT49F020 0x0B
#define ATMEL_AT49F040 0x13
+#define ATMEL_AT49F080 0x23
+#define ATMEL_AT49F080T 0x27
/* Bright Microelectronics has the same manufacturer ID as Hyundai... */
#define BRIGHT_ID 0xAD /* Bright Microelectronics */