1. 06 Jul, 2008 1 commit
    • Andreas Thienemann's avatar
      Add AMIC A29002 · e707d644
      Andreas Thienemann authored
      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: default avatarAndreas Thienemann <andreas@bawue.net>
      Acked-by: default avatarPeter Stuge <peter@stuge.se>
      e707d644
  2. 05 Jul, 2008 2 commits
  3. 03 Jul, 2008 5 commits
  4. 02 Jul, 2008 6 commits
  5. 30 Jun, 2008 4 commits
  6. 29 Jun, 2008 2 commits
  7. 28 Jun, 2008 1 commit
  8. 27 Jun, 2008 2 commits
  9. 26 Jun, 2008 1 commit
  10. 24 Jun, 2008 4 commits
  11. 22 Jun, 2008 5 commits
  12. 21 Jun, 2008 5 commits
  13. 20 Jun, 2008 1 commit
  14. 18 Jun, 2008 1 commit
    • Jens Kuehnel's avatar
      Add support for AMIC Technology A49LF040A and do not probe W29EE011 anymore · b9f61744
      Jens Kuehnel authored
      
      Jens sent the first patch that added A49LF040A to flash.h and flashchips.c
      using _jedec and _49lf040 functions.
      
      An issue was found with probe_w29ee011() for the Winbond W29EE011, which
      caused the A49LF040A to no longer respond to any commands.
      
      Ward made a patch to disable probing by default for the W29EE011 following
      some discussion. Using -c W29EE011 will make flashrom probe for the chip.
      
      Peter did some more datasheet diving and found that the Pm49FL00x functions
      suited this chip quite well because of the block locking registers in
      A49LF040A, and finally tested PROBE READ ERASE WRITE to work on ALIX.3c3.
      
      Ward confirmed that this works on alix.2c3 too.
      
      Corresponding to flashrom svn r260 and coreboot v2 svn r3368.
      Signed-off-by: default avatarJens Kuehnel <coreboot@jens.kuehnel.org>
      Signed-off-by: default avatarWard Vandewege <ward@gnu.org>
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarWard Vandewege <ward@gnu.org>
      b9f61744