diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2006-11-21 23:51:08 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-11-21 23:51:08 +0000 |
commit | 440d6f9f8a3417a9ed59fcbf223a5bc750bdf42d (patch) | |
tree | 8c42abd49ea48e8e105f3fcaaeff6cc7f968c09a /util/flashrom/flashchips.c | |
parent | 3a998642f553b5f280319ae9eddc66b19c3c8b89 (diff) |
Add support for ASD AE49F2008
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de> (trivial patch)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2504 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flashchips.c')
-rw-r--r-- | util/flashrom/flashchips.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index 50152091ad..e2a9173320 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/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, |