summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2006-11-21 23:51:08 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-11-21 23:51:08 +0000
commitef54abab332d706f835a79633f92849de2b15806 (patch)
tree70249541548b9b2020bb27881294907af06bab66 /flashchips.c
parent018aca8dcc85d696ccd8c036d1d63dca78e761a2 (diff)
downloadast2050-flashrom-ef54abab332d706f835a79633f92849de2b15806.zip
ast2050-flashrom-ef54abab332d706f835a79633f92849de2b15806.tar.gz
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>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 5015209..e2a9173 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -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,
OpenPOWER on IntegriCloud