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:

committed by
Stefan Reinauer

parent
018aca8dcc
commit
ef54abab33
@ -44,6 +44,8 @@ struct flashchip flashchips[] = {
|
||||
probe_29f040b, erase_29f040b, write_29f040b, NULL},
|
||||
{"Am29F016D", AMD_ID, AM_29F016D, NULL, 2048, 64 * 1024,
|
||||
probe_29f040b, erase_29f040b, write_29f040b, NULL},
|
||||
{"AE49F2008", ASD_ID, ASD_AE49F2008, NULL, 256, 128,
|
||||
probe_jedec, erase_chip_jedec, write_jedec, NULL},
|
||||
{"At29C040A", ATMEL_ID, AT_29C040A, NULL, 512, 256,
|
||||
probe_jedec, erase_chip_jedec, write_jedec, NULL},
|
||||
{"Mx29f002", MX_ID, MX_29F002, NULL, 256, 64 * 1024,
|
||||
|
Reference in New Issue
Block a user