1. 18 Oct, 2008 1 commit
  2. 15 Oct, 2008 1 commit
  3. 10 Oct, 2008 2 commits
  4. 07 Oct, 2008 1 commit
  5. 30 Sep, 2008 2 commits
  6. 29 Sep, 2008 2 commits
  7. 26 Sep, 2008 1 commit
  8. 10 Sep, 2008 1 commit
  9. 07 Sep, 2008 1 commit
  10. 03 Sep, 2008 1 commit
    • Peter Stuge's avatar
      Only find "unknown .. SPI chip" if no other chip was found · 483b8f0c
      Peter Stuge authored
      
      This removes the false positive matches we've been seeing, and also removes
      the true positive match in case there is more than one flash chip and the 2nd
      or 3rd are unknown - but I think that case is uncommon enough to warrant the
      improvement in the common case. Use flashrom -frc forced read if you have the
      uncommon case, and/or please add the flash chip to the flashchips array.
      
      Corresponding to flashrom svn r313 and coreboot v2 svn r3562.
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarStefan Reinauer <stepan@coresystems.de>
      483b8f0c
  11. 02 Sep, 2008 1 commit
  12. 27 Aug, 2008 1 commit
  13. 20 Aug, 2008 1 commit
  14. 19 Aug, 2008 1 commit
  15. 12 Aug, 2008 1 commit
  16. 08 Aug, 2008 1 commit
  17. 02 Aug, 2008 2 commits
  18. 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
  19. 11 Jul, 2008 1 commit
  20. 07 Jul, 2008 2 commits
    • Peter Stuge's avatar
      Trivial SPI cleanups · f83221b6
      Peter Stuge authored
      
      While writing a new SPI driver I fixed some things in the SPI code:
      All calls to spi_command() had unneccessary #define duplications, and in some
      cases the read count define could theoretically become harmful because NULL was
      passed for the read buffer. Avoid a crash, should someone change the #defines.
      
      I also noticed that the only caller of spi_page_program() was the it87 driver,
      and spi_page_program() could only call back into the it87 driver. Removed the
      function for easier-to-follow code and made it8716f_spi_page_program() static.
      The ichspi driver's static page functions are already static.
      
      Corresponding to flashrom svn r302 and coreboot v2 svn r3418.
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarPeter Stuge <peter@stuge.se>
      f83221b6
    • Peter Stuge's avatar
      Trivial indent fix in ichspi.c · 6a214163
      Peter Stuge authored
      
      Corresponding to flashrom svn r301 and coreboot v2 svn r3417.
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarPeter Stuge <peter@stuge.se>
      6a214163
  21. 06 Jul, 2008 2 commits
  22. 05 Jul, 2008 2 commits
  23. 03 Jul, 2008 5 commits
  24. 02 Jul, 2008 6 commits