1. 5824fbf Introduce a generic SPI read function: spi_write_chunked() by Carl-Daniel Hailfinger · 14 years ago
  2. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  3. 34b5db7 Convert all messages in ft2232_spi.c to the new message infrastructure. by Sean Nelson · 15 years ago
  4. 5609fa7 Allow one to disable programmer debug messages at compile time by Carl-Daniel Hailfinger · 15 years ago
  5. b7e0145 Reduce realloc syscall overhead for FT2232 and bitbang by Carl-Daniel Hailfinger · 15 years ago
  6. a2441ce ft2232_spi: add some error handling by Carl-Daniel Hailfinger · 15 years ago
  7. c67d037 Cosmetics and small coding style fixes by Uwe Hermann · 15 years ago
  8. ab044b2 Fix all remaining issues reported by LLVM/clang's scan-build by Stefan Reinauer · 15 years ago
  9. f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
  10. 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
  11. 3426ef6 If FT2232H SPI is not enabled, it should be compiled out completely by Carl-Daniel Hailfinger · 15 years ago
  12. ef58a9c Use a common parameter variable for all programmers by Carl-Daniel Hailfinger · 15 years ago
  13. 116081a Replace remaining explicit erases in SPI programmer drivers with auto-erases by Carl-Daniel Hailfinger · 15 years ago
  14. 142e30f Use a distinct return code for SPI commands with unsupported/invalid length by Carl-Daniel Hailfinger · 15 years ago
  15. 2f1b36f Convert SPI byte program to use the multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  16. d047829 Add SPI multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  17. feea272 ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vs by Carl-Daniel Hailfinger · 15 years ago
  18. 1432a60 Random minor flashrom fixes by Uwe Hermann · 15 years ago
  19. 05dfbe6 This patch adds support for a new SPI programmer, based on the FT2232H/4232H chip from FTDI by Paul Fox · 15 years ago