1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

Add support for ASD AE49F2008

Corresponding to flashrom svn r77 and coreboot v2 svn r2504.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
Stefan Reinauer
2006-11-21 23:51:08 +00:00
committed by Stefan Reinauer
parent 018aca8dcc
commit ef54abab33
2 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,9 @@ extern struct flashchip flashchips[];
#define AM_29F040B 0xA4
#define AM_29F016D 0xAD
#define ASD_ID 0x25
#define ASD_AE49F2008 0x52
#define ATMEL_ID 0x1F /* Winbond Manufacture ID code */
#define AT_29C040A 0xA4 /* Winbond w29c020c device code */