Show
Ignore:
Timestamp:
07/06/08 19:35:30 (5 months ago)
Author:
stuge
Message:

flashrom: 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.

Signed-off-by: Andreas Thienemann <andreas@…>
Acked-by: Peter Stuge <peter@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/flashrom/flash.h

    r3401 r3415  
    120120#define AMIC_ID_NOPREFIX        0x37    /* AMIC */ 
    121121#define AMIC_A25L40P            0x2013 
    122 #define AMIC_A29040B            0x86 
    123122#define AMIC_A49LF040A          0x9d 
    124123