support for Am29F016D
authorStefan Reinauer <stepan@openbios.org>
Thu, 16 Mar 2006 16:44:07 +0000 (16:44 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 16 Mar 2006 16:44:07 +0000 (16:44 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2203 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/flashrom/flash.h
util/flashrom/flashchips.c

index c487701a20438b8f9756eada0ac7e00c9192f05e..b5bd3cac949e9cc5ef9d8f08936f51cdebbec46a 100644 (file)
@@ -27,6 +27,7 @@ extern struct flashchip flashchips[];
 
 #define AMD_ID            0x01
 #define AM_29F040B        0xA4
+#define AM_29F016D        0xAD
 
 #define ATMEL_ID          0x1F /* Winbond Manufacture ID code        */
 #define AT_29C040A        0xA4 /* Winbond w29c020c device code */
index f718e7b1404d6d5832b6e2ccbfcf5b783ce9bdf8..cd050dc82a450281e0ad4ec2570a566f679d1396 100644 (file)
@@ -42,6 +42,8 @@
 struct flashchip flashchips[] = {
        {"Am29F040B",   AMD_ID,         AM_29F040B,     NULL, 512, 64 * 1024,
         probe_29f040b, erase_29f040b,  write_29f040b,  NULL},
+       {"Am29F016D",   AMD_ID,         AM_29F016D,     NULL, 2048, 64 * 1024,
+        probe_29f040b, erase_29f040b,  write_29f040b,  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,