mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Add support for Atmel AT49LH004 and AT49LH00B4
Also, slightly refine the definition of AT49LH002. Corresponding to flashrom svn r1834. 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:
@ -190,6 +190,8 @@
|
||||
#define ATMEL_AT49BV512 0x03
|
||||
#define ATMEL_AT49F002N 0x07 /* for AT49F002(N) */
|
||||
#define ATMEL_AT49LH002 0xE9
|
||||
#define ATMEL_AT49LH00B4 0xED
|
||||
#define ATMEL_AT49LH004 0xEE
|
||||
#define ATMEL_AT49F002NT 0x08 /* for AT49F002(N)T */
|
||||
#define ATMEL_AT49F010 0x17 /* Same as AT49HF010 */
|
||||
#define ATMEL_AT49F020 0x0B
|
||||
|
Reference in New Issue
Block a user