1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 22:43:17 +02:00

Add support for Atmel (now Adesto) AT25DL081 and AT25DL161

Corresponding to flashrom svn r1810.

Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
Stefan Tauner
2014-06-01 13:22:35 +00:00
parent 7f0f3fab45
commit c9d8b27825
2 changed files with 79 additions and 1 deletions

View File

@ -129,7 +129,7 @@
#define AMIC_A29L040 0x92
#define AMIC_A49LF040A 0x9d
#define ATMEL_ID 0x1F /* Atmel */
#define ATMEL_ID 0x1F /* Atmel (now used by Adesto) */
#define ATMEL_AT25DF021 0x4300
#define ATMEL_AT25DF041A 0x4401
#define ATMEL_AT25DF081 0x4502 /* EDI 0x00. AT25DL081 has same ID + EDI 0x0100 */