1. 25 Sep, 2012 1 commit
  2. 24 Sep, 2012 1 commit
  3. 23 Sep, 2012 1 commit
  4. 22 Sep, 2012 2 commits
  5. 21 Sep, 2012 2 commits
  6. 17 Sep, 2012 2 commits
  7. 15 Sep, 2012 1 commit
  8. 07 Sep, 2012 2 commits
  9. 06 Sep, 2012 1 commit
  10. 04 Sep, 2012 2 commits
  11. 01 Sep, 2012 2 commits
  12. 30 Aug, 2012 1 commit
  13. 29 Aug, 2012 1 commit
  14. 27 Aug, 2012 3 commits
  15. 26 Aug, 2012 3 commits
  16. 25 Aug, 2012 3 commits
  17. 24 Aug, 2012 1 commit
  18. 20 Aug, 2012 1 commit
  19. 17 Aug, 2012 1 commit
    • Carl-Daniel Hailfinger's avatar
      Bus Pirate init cleanup and fixes · a16a892c
      Carl-Daniel Hailfinger authored
      
      The Bus Pirate firmware (at least v6.1 and earlier) can't handle UART
      input buffer overflow in BBIO mode, and sending a sequence of 0x00 too
      fast apparently triggers such an UART input buffer overflow. Wait 10 ms
      after sending each 0x00 byte during init to give the Bus Pirate enough
      time to handle the input. This fixes a Bus Pirate hang if the previous
      flashrom run was aborted by the user.
      
      The Bus Pirate firmware v6.1 and earlier use the wrong (too slow) SPI
      speed if more than 2 MHz are requested. Automatically downgrade SPI
      speed to 2 MHz for affected firmware versions.
      
      Detect Bus Pirate hardware and firmware versions to allow quirk
      handling.
      
      The Bus Pirate init sequence has lots of open-coded sequences which wait
      for a given string on the serial line. Refactor them into
      buspirate_wait_for_string().
      
      Corresponding to flashrom svn r1576.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      a16a892c
  20. 15 Aug, 2012 1 commit
  21. 14 Aug, 2012 2 commits
  22. 13 Aug, 2012 3 commits
  23. 11 Aug, 2012 2 commits
  24. 09 Aug, 2012 1 commit
    • Carl-Daniel Hailfinger's avatar
      Portability fixes and cleanups · 60d9bd26
      Carl-Daniel Hailfinger authored
      
      Move Mac OS X IOKit/DirectHW availability checks in the Makefile from
      compiler check to pciutils check.
      
      Print the compiler error messages for feature detection.
      
      Add DOS libpci in the Makefile includes only if a PCI-based programmer
      was requested.
      
      Restrict mmap usage in ich_descriptors_tool to Unix style systems.
      
      Build ich_descriptors_tool with the correct .exe extension on
      DOS/Windows.
      
      Build ich_descriptors_tool by default on x86. (Patch by Stefan Tauner)
      
      Print the Windows version instead of "unknown machine" on Windows.
      
      Don't #define our own __DARWIN__, use the standard OS X detection
      method.
      
      Update the README.
      
      Add more generated files to svn:ignore
      
      Corresponding to flashrom svn r1567.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      60d9bd26