1. 082c8b5 Fixup of r1397 by Carl-Daniel Hailfinger · 13 years ago
  2. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  3. 9932c7b Add a bunch of new/tested stuff and various small changes 4 by Cristian Măgherușan-Stanciu · 13 years ago
  4. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  5. c422484 Fix compilation for CONFIG_INTERNAL=no by Carl-Daniel Hailfinger · 13 years ago
  6. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  7. 6279751 Factor out SPI write/read chunking wrappers by Michael Karcher · 13 years ago
  8. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  9. d2f007f Handle Bus Pirates already in bit banging mode correctly by Carl-Daniel Hailfinger · 14 years ago
  10. 04e18be Speed up Bus Pirate by exploiting the FTDI FIFO by Carl-Daniel Hailfinger · 14 years ago
  11. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  12. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  13. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  14. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  15. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  16. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  17. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  18. 5824fbf Introduce a generic SPI read function: spi_write_chunked() by Carl-Daniel Hailfinger · 14 years ago
  19. 408e47a Multibyte SPI write for the Bus Pirate by Carl-Daniel Hailfinger · 15 years ago
  20. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  21. 84f7bce Convert all messages in buspirate_spi.c to the new message infrastructure by Sean Nelson · 15 years ago
  22. 5609fa7 Allow one to disable programmer debug messages at compile time by Carl-Daniel Hailfinger · 15 years ago
  23. 3b6237d Multiple unrelated changes by Patrick Georgi · 15 years ago
  24. efa151e Move OS-dependent serial code from buspirate_spi.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  25. d5b28fa Add the ability to set Bus Pirate SPI speed via the command line by Carl-Daniel Hailfinger · 15 years ago
  26. 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago