1. 18 Nov, 2008 1 commit
  2. 17 Nov, 2008 1 commit
  3. 15 Nov, 2008 1 commit
    • Carl-Daniel Hailfinger's avatar
      The AT25 and AT26 series SPI chips from Atmel are plain EEPROMs · d54ef6e7
      Carl-Daniel Hailfinger authored
      
      The AT45 series SPI chips are DataFlash EEPROMs which means they have
      odd (non-power-of-two) sector sizes, but some of the DataFlash chips can
      be configured or ordered with power-of-two sector sizes.
      
      Add probe support for the following Atmel SPI chips:
      AT25DF021
      AT25DF041A
      AT25DF081
      AT25DF161
      AT25DF321A
      AT25DF641
      AT25F512B
      AT25FS010
      AT25FS040
      AT26DF041
      AT26DF081A
      AT26DF161
      AT26DF161A
      AT26DF321
      AT26F004
      AT45CS1282
      AT45DB011D
      AT45DB021D
      AT45DB041D
      AT45DB081D
      AT45DB161D
      AT45DB321C
      AT45DB321D
      AT45DB642D
      
      Add an explanation why the following chips can't be probed:
      AT45BR3214B
      AT45D011
      AT45D021A
      AT45D041A
      AT45D081A
      AT45D161
      AT45DB011
      AT45DB011B
      AT45DB021A
      AT45DB021B
      AT45DB041A
      AT45DB081A
      AT45DB161
      AT45DB161B
      AT45DB321
      AT45DB321B
      AT45DB642
      
      Add the ID, but no probing function for this chip:
      AT25F512A
      
      Corresponding to flashrom svn r342 and coreboot v2 svn r3754.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Tested-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
      Tested-by: default avatarAndriy Gapon <avg@icyb.net.ua>
      Acked-by: default avatarMyles Watson <mylesgw@gmail.com>
      d54ef6e7
  4. 08 Nov, 2008 1 commit
  5. 05 Nov, 2008 1 commit
  6. 04 Nov, 2008 1 commit
  7. 02 Nov, 2008 1 commit
  8. 30 Oct, 2008 1 commit
  9. 29 Oct, 2008 1 commit
  10. 28 Oct, 2008 1 commit
  11. 07 Oct, 2008 1 commit
  12. 30 Sep, 2008 2 commits
  13. 29 Sep, 2008 2 commits
  14. 26 Sep, 2008 1 commit
  15. 10 Sep, 2008 1 commit
  16. 02 Sep, 2008 1 commit
  17. 27 Aug, 2008 1 commit
  18. 08 Aug, 2008 1 commit
  19. 02 Aug, 2008 1 commit
  20. 21 Jul, 2008 1 commit
    • Peter Stuge's avatar
      Winbond W39V040C and MSI K8T Neo2-F · cce2682d
      Peter Stuge authored
      
      W39V040C does standard JEDEC commands except chip erase so add a small driver.
      probe_w39v040c() prints the block lock pin status when a chip is found.
      
      The Neo2 board enable matches on 8237-internal IDE and onboard NIC PCI IDs.
      
      Many thanks to Daniel McLellan for testing all of this on hardware!
      Build tested by Uwe.
      
      Corresponding to flashrom svn r304 and coreboot v2 svn r3431.
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      cce2682d
  21. 06 Jul, 2008 2 commits
  22. 03 Jul, 2008 4 commits
  23. 02 Jul, 2008 2 commits
  24. 30 Jun, 2008 1 commit
  25. 26 Jun, 2008 1 commit
  26. 24 Jun, 2008 2 commits
  27. 22 Jun, 2008 2 commits
  28. 21 Jun, 2008 2 commits
  29. 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
  30. 11 Jun, 2008 1 commit