1. 19 Aug, 2008 1 commit
  2. 12 Aug, 2008 1 commit
  3. 08 Aug, 2008 1 commit
  4. 02 Aug, 2008 2 commits
  5. 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
  6. 11 Jul, 2008 1 commit
  7. 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
  8. 06 Jul, 2008 2 commits
  9. 05 Jul, 2008 2 commits
  10. 03 Jul, 2008 5 commits
  11. 02 Jul, 2008 6 commits
  12. 30 Jun, 2008 4 commits
  13. 29 Jun, 2008 2 commits
  14. 28 Jun, 2008 1 commit
  15. 27 Jun, 2008 2 commits
  16. 26 Jun, 2008 1 commit
  17. 24 Jun, 2008 4 commits
  18. 22 Jun, 2008 2 commits