diff options
author | Andreas Thienemann <andreas@bawue.net> | 2008-07-06 17:35:30 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2008-07-06 17:35:30 +0000 |
commit | 6ac40e5738b51b77aa8f119cff3a3160c68aac55 (patch) | |
tree | 21357aac24eee6c74831fbab48646e4e3b614123 /flash.h | |
parent | 0f942692d17dea8ff6b2e4cd08d28c9a7e91417a (diff) | |
download | flashrom-6ac40e5738b51b77aa8f119cff3a3160c68aac55.zip flashrom-6ac40e5738b51b77aa8f119cff3a3160c68aac55.tar.gz |
Add AMIC A29002
This patch adds support to the AMIC A29002 chip in its top and bottom
configuration to flashrom. Additionally, the alphabetic order of the
AMIC chips was fixed.
The datasheet is at <http://www.amictechnology.com/pdf/A29002.pdf>.
A29002T PREW functionality was tested and works.
This flash chip has asymmetric sector layout so it is important to use the
mx29f002 driver, which does chip erase before writing, rather than am29f040b,
which uses sector erase.
Corresponding to flashrom svn r299 and coreboot v2 svn r3415.
Signed-off-by: Andreas Thienemann <andreas@bawue.net>
Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'flash.h')
-rw-r--r-- | flash.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -119,7 +119,6 @@ extern struct flashchip flashchips[]; #define AMIC_ID 0x7F37 /* AMIC */ #define AMIC_ID_NOPREFIX 0x37 /* AMIC */ #define AMIC_A25L40P 0x2013 -#define AMIC_A29040B 0x86 #define AMIC_A49LF040A 0x9d #define ASD_ID 0x25 /* ASD, not listed in JEP106W */ |