1. c3b02dc Rebrand to flashprog and update URLs by Nico Huber · 1 year, 1 month ago flashprog
  2. 0cea753 spi: Add function to probe erase command opcode for all spi_master by Aarya Chaumal · 2 years, 3 months ago
  3. 0b587f9 spi: Make 'default_spi_write_aai' the default unless defined by Edward O'Callaghan · 2 years ago
  4. 621208c drivers/: Make 'fallback_{un}map' the default unless defined by Edward O'Callaghan · 2 years ago
  5. 3d5be0b hwaccess: replace flashrom specific macros by compiler defines by Thomas Heijligen · 3 years ago
  6. c6ff17b serprog.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 3 years, 4 months ago
  7. b91a203 programmer: Smoothen register_par_master API by Anastasia Klimchuk · 3 years, 4 months ago
  8. 5e08e3e programmer: Smoothen register_spi_master() API by Nico Huber · 3 years, 4 months ago
  9. 815eb79 serprog.c: Retype variable `have_device` with bool by Felix Singer · 2 years, 1 month ago
  10. 43040f2 tree: indent struct *_master consistently with tabs by Thomas Heijligen · 2 years, 3 months ago
  11. 885917c serprog.c: Avoid calling memcpy with NULL pointer arguments by aarya · 2 years, 7 months ago
  12. 100be2c serprog: Move content of programmer specific header to C file by Felix Singer · 3 years ago
  13. cc853d8 programmer_table: move each entry to the associated programmer source by Thomas Heijligen · 3 years, 5 months ago
  14. f02db80 serprog.c: Use braces in both branches of conditional statement by Anastasia Klimchuk · 3 years, 4 months ago
  15. 5eca427 const'ify flashctx to align signatures with cros flashrom by Edward O'Callaghan · 4 years, 5 months ago
  16. 519be66 Fix -Wsign-compare trouble by Nico Huber · 6 years ago
  17. deeac7e spi: Drop spi_controller type by Nico Huber · 7 years ago
  18. ec819d6 serprog.c: Remove unneeded 'else' by Elyes HAOUAS · 5 years ago
  19. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  20. 124ef38 Fix whitespace errors by Elyes HAOUAS · 6 years ago
  21. 1cf407b spi_master: Introduce SPI_MASTER_4BA feature flag by Nico Huber · 7 years ago
  22. 731316a Enable continuous SPI reads by Urja Rannikko · 7 years ago
  23. 23e10b8 Add a bunch of new/tested stuff and various small changes 24 by Stefan Tauner · 9 years ago
  24. 27b431b serprog: fix missing device parameter error message on Windows by Urja Rannikko · 9 years ago
  25. 72587f8 serprog: allow to omit specifying a baud rate by Stefan Tauner · 9 years ago
  26. 0b4ffd5 serprog: Fix FWH/LPC by implementing serprog_map by Urja Rannikko · 9 years ago
  27. b0eee9b Unify target OS and CPU architecture checks by Stefan Tauner · 10 years ago
  28. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  29. f80419c Make delay values unsigned by Stefan Tauner · 10 years ago
  30. 907c3eb CID1129996: Unchecked return value from setsockopt() in serprog by Stefan Reinauer · 10 years ago
  31. b879287 CID1130009: Resource leak in sp_opensocket() by Stefan Reinauer · 10 years ago
  32. db4e87d Add support for Atmel AT45DB* chips by Aidan Thornton · 11 years ago
  33. bdead0d Get rid of sp_die() by Stefan Tauner · 11 years ago
  34. 0554ca5 Add a bunch of new/tested stuff and various small changes 18 by Stefan Tauner · 11 years ago
  35. c233375 Use uintptr_t for chipaddr instead of unsigned long by Stefan Tauner · 11 years ago
  36. 52b6e9d Enable serprog on Windows by Stefan Tauner · 11 years ago
  37. 79587f5 Replace native calls in serprog with wrapper calls by Stefan Tauner · 11 years ago
  38. ae3d837 Introduce serialport_write_nonblock() by Stefan Tauner · 11 years ago
  39. 00e1608 Replace sp_sync_read_timeout() with serialport_read_nonblock() by Stefan Tauner · 11 years ago
  40. c6fa32d Introduce msg_*warn by Stefan Tauner · 12 years ago
  41. e34e3e8 Add a bunch of new/tested stuff and various small changes 16 by Stefan Tauner · 12 years ago
  42. acfc4c6 Fix sp_openserport users on Windows by Stefan Tauner · 12 years ago
  43. 92fefc9 serprog: add opcode to control the programmer's output drivers by Stefan Tauner · 12 years ago
  44. 0d82e95 serprog: move the macro list to its own header file by Stefan Tauner · 12 years ago
  45. d7d423b Add a bunch of new/tested stuff and various small changes 15 by Stefan Tauner · 12 years ago
  46. 7145a50 Remove exit calls from sp_sync_read_timeout and sp_synchronize by Niklas Söderlund · 12 years ago
  47. 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
  48. b98f6eb serprog: Add support for setting the SPI frequency by Stefan Tauner · 12 years ago
  49. 2a95e87 Remove more exit calls by Niklas Söderlund · 12 years ago
  50. 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
  51. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  52. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  53. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  54. eaacd2d Register Parallel/LPC/FWH programmers the same way SPI programmers are registered by Carl-Daniel Hailfinger · 13 years ago
  55. 31019d4 serprog: small improvements by Stefan Tauner · 13 years ago
  56. 8c35745 Revert "Unsignify lengths and addresses in chip functions and structs" by Stefan Tauner · 13 years ago
  57. d196e7c Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  58. c93f5f1 serprog: add SPI support by Urja Rannikko · 13 years ago
  59. 1a22795 Rename CHIP_BUSTYPE_FOO to BUS_FOO by Carl-Daniel Hailfinger · 13 years ago
  60. 9932c7b Add a bunch of new/tested stuff and various small changes 4 by Cristian Măgherușan-Stanciu · 13 years ago
  61. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  62. 73f8ec8 Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 14 years ago
  63. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  64. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  65. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  66. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  67. 4e3d0b3 Polish the flashrom code comments and outputs a bit by Uwe Hermann · 14 years ago
  68. 74e8af5 Convert all messages in serprog.c to the new message infrastructure by Sean Nelson · 15 years ago
  69. e51ea10 Move serial handling from serprog.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  70. a4a9bfb Bus Pirate support needs serial communication by Carl-Daniel Hailfinger · 15 years ago
  71. 9e72aa5 Fix some of the issues reported by LLVM/clang's scan-build by Stefan Reinauer · 15 years ago
  72. 6d12560 Fix strict aliasing in serprog by Carl-Daniel Hailfinger · 15 years ago
  73. 6be7411 Allow to compile out serprog completely by Carl-Daniel Hailfinger · 15 years ago
  74. ef58a9c Use a common parameter variable for all programmers by Carl-Daniel Hailfinger · 15 years ago
  75. be72681 Remove unnecessary #include files by Carl-Daniel Hailfinger · 15 years ago
  76. f3196df Support for an external serial flasher protocol by Urja Rannikko · 15 years ago
  77. 2291535 Initial commit of an external serial flasher protocol by Urja Rannikko · 15 years ago