1. d82be7b buspirate_spi: Fix a missing error check during _init() by Richard Hughes · 6 years ago
  2. e2c90c4 Fix typos by Elyes HAOUAS · 6 years ago
  3. 2099c64 buspirate_spi: Tristate IOs when using using pullup=on by Maxime Vincent · 7 years ago
  4. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  5. 124ef38 Fix whitespace errors by Elyes HAOUAS · 6 years ago
  6. 2b5adfb buspirate_spi: Add support for variable serial speeds by Shawn Anastasio · 7 years ago
  7. 1cf407b spi_master: Introduce SPI_MASTER_4BA feature flag by Nico Huber · 7 years ago
  8. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  9. 1838591 CID1130006: Memory leaks in buspirate_spi_init() by Stefan Reinauer · 10 years ago
  10. 73dc0db Usleep() is not found in all versions of MinGW, use Sleep() on Windows by Maksim Kuleshov · 11 years ago
  11. 30dfdba Add user interface to activate the Bus Pirate pull-up resistors by Brian Salcedo · 12 years ago
  12. acfc4c6 Fix sp_openserport users on Windows by Stefan Tauner · 12 years ago
  13. 64263c7 Support the new fast SPI mode present in Bus Pirate firmware v5.5 or newer by Carl-Daniel Hailfinger · 12 years ago
  14. 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
  15. a16a892 Bus Pirate init cleanup and fixes by Carl-Daniel Hailfinger · 12 years ago
  16. 2a95e87 Remove more exit calls by Niklas Söderlund · 12 years ago
  17. 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
  18. 316fdfb Bus Pirate buffer management revamp by Carl-Daniel Hailfinger · 12 years ago
  19. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  20. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  21. a63c7c4 Remove unneeded inclusions of chipdrivers.h by Stefan Tauner · 13 years ago
  22. 082c8b5 Fixup of r1397 by Carl-Daniel Hailfinger · 13 years ago
  23. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  24. 9932c7b Add a bunch of new/tested stuff and various small changes 4 by Cristian Măgherușan-Stanciu · 13 years ago
  25. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  26. c422484 Fix compilation for CONFIG_INTERNAL=no by Carl-Daniel Hailfinger · 13 years ago
  27. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  28. 6279751 Factor out SPI write/read chunking wrappers by Michael Karcher · 13 years ago
  29. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  30. d2f007f Handle Bus Pirates already in bit banging mode correctly by Carl-Daniel Hailfinger · 14 years ago
  31. 04e18be Speed up Bus Pirate by exploiting the FTDI FIFO by Carl-Daniel Hailfinger · 14 years ago
  32. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  33. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  34. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  35. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  36. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  37. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  38. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  39. 5824fbf Introduce a generic SPI read function: spi_write_chunked() by Carl-Daniel Hailfinger · 14 years ago
  40. 408e47a Multibyte SPI write for the Bus Pirate by Carl-Daniel Hailfinger · 15 years ago
  41. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  42. 84f7bce Convert all messages in buspirate_spi.c to the new message infrastructure by Sean Nelson · 15 years ago
  43. 5609fa7 Allow one to disable programmer debug messages at compile time by Carl-Daniel Hailfinger · 15 years ago
  44. 3b6237d Multiple unrelated changes by Patrick Georgi · 15 years ago
  45. efa151e Move OS-dependent serial code from buspirate_spi.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  46. d5b28fa Add the ability to set Bus Pirate SPI speed via the command line by Carl-Daniel Hailfinger · 15 years ago
  47. 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago