1. a180509 flashrom.c: Make need_erase() helper static local by Edward O'Callaghan · 2 years, 4 months ago
  2. f6c1cb1 Global cleanup: Fix a few spelling errors by Martin Roth · 2 years, 6 months ago
  3. 15095db flashrom.c: remove unused include by Thomas Heijligen · 2 years, 6 months ago
  4. 6ae640b flashrom.c: Validate before allocate in verify_range() by Edward O'Callaghan · 2 years, 10 months ago
  5. fa959ba flashrom.c: Delete obsolete comment by Simon Buhrow · 2 years, 11 months ago
  6. d75e1b1 flashrom.c: Make extract_param() static local by Edward O'Callaghan · 3 years, 2 months ago
  7. 3795c9d enum programmer: not needed anymore. Remove by Thomas Heijligen · 3 years, 4 months ago
  8. e0e93cf programmer_init: use struct programmer_entry* by Thomas Heijligen · 3 years, 4 months ago
  9. 9163b81 flashrom.c: replace enum programmer with size_t by Thomas Heijligen · 3 years, 4 months ago
  10. c7e5b8b flashrom.c: replace enum programmer with struct programmer_entry* by Thomas Heijligen · 3 years, 4 months ago
  11. d45cb59 programmer_table: replace PROGRAMMER_INVALID with programmer_table_size by Thomas Heijligen · 3 years, 4 months ago
  12. 7e13456 treewide: Drop unnecessary uses of memset/memcpy by Angel Pons · 3 years, 4 months ago
  13. 690a944 treewide: Drop most cases of `sizeof(struct ...)` by Angel Pons · 3 years, 4 months ago
  14. 633d6db programmer_table: convert entries to pointers by Thomas Heijligen · 3 years, 6 months ago
  15. bbfacff programmer_table: move array content to an own file by Thomas Heijligen · 3 years, 6 months ago
  16. d0fcce2 programmer_table: add table size constant by Thomas Heijligen · 3 years, 4 months ago
  17. b707636 programmer_table: remove null termination by Thomas Heijligen · 3 years, 4 months ago
  18. 8eaef7d flashrom.c: allow - as filename for stdin by Daniel Campello · 3 years, 5 months ago
  19. acb24d4 flashrom.c: Fix up stale FIXME comment when doit() was removed by Edward O'Callaghan · 3 years, 5 months ago
  20. 478e179 flashrom.c, flashcips.c: Test the order of erase functions by Aarya Chaumal · 2 years, 4 months ago
  21. 4ad4864 flashrom.c: implement chip restore callback registration by Nikolai Artemiev · 3 years, 11 months ago
  22. 1900e1d Replace freenode references by Angel Pons · 3 years, 3 months ago
  23. 324929c Add support for STLINK V3 debugger/programmer via its SPI bridge by Miklós Márton · 5 years ago
  24. 2d20d6d Add support for National Instruments USB-845x devices by Miklós Márton · 7 years ago
  25. 519be66 Fix -Wsign-compare trouble by Nico Huber · 6 years ago
  26. cf3976e tree: Remove unused functions with no prototypes by Jacob Garber · 5 years ago
  27. beeb8bc tree: Make internal functions static by Jacob Garber · 5 years ago
  28. 5ca5523 layout: Introduce layout_next_included() by Nico Huber · 5 years ago
  29. 70461a9 layout: Make `romentry.name` a pointer by Nico Huber · 5 years ago
  30. dc5af54 dediprog: Disable 4BA completely by Nico Huber · 6 years ago
  31. 3d7b1e3 Fix verification with sparse layouts by Nico Huber · 6 years ago
  32. 6e61e0c Fix erasing of unaligned regions by Nico Huber · 6 years ago
  33. 84b453e Fix a trivial calloc warning by Richard Hughes · 6 years ago
  34. 93e1625 Fix several -Wold-style-declaration warnings by Richard Hughes · 6 years ago
  35. 3578ec6 Add initial J-Link SPI programmer by Marc Schink · 9 years ago
  36. 2f1d007 Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  37. 86bddb5 Enable 4BA mode for Spansion 25FL256S by Nico Huber · 7 years ago
  38. 45e91a2 programmer: Add Developerbox/CP2104 bit bang driver by Daniel Thompson · 6 years ago
  39. b2154e8 digilent_spi: add a driver for the iCEblink40 development board by Lubomir Rintel · 7 years ago
  40. f9a3055 linux_mtd: Import driver from ChromiumOS by David Hendricks · 9 years ago
  41. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  42. f701f34 Add support for reading the current flash contents from a file by Paul Kocialkowski · 7 years ago
  43. 995f755 Add support for selecting the erased bit value with a flag by Paul Kocialkowski · 7 years ago
  44. 31b5e3b Add a SPI command class to `struct flashchip` by Mike Banon · 7 years ago
  45. fe34d2a spi25: Revise decision when to enter/exit 4BA mode by Nico Huber · 7 years ago
  46. 7a07722 spi25: Remove now obsolete `four_bytes_addr_funcs` path by Nico Huber · 7 years ago
  47. f43c654 spi25: Integrate 4BA support by Nico Huber · 7 years ago
  48. 57a3b73 Do not stop probing for flashchips after map_flash() failed by Martin Schiller · 7 years ago
  49. beaefe0 Move get_layout() from flashrom.c to layout.c by dhendrix · 7 years ago
  50. cc20a9b 4BA: Allow disabling 4-byte address mode for SPI flash by Ed Swierk · 7 years ago
  51. 7fe8569 4BA: Support for new direct-4BA instructions + W25Q256.V update by Boris Baykov · 8 years ago
  52. 5de3b9b 4BA: Support for 4-bytes addressing via Extended Address Register by Boris Baykov · 8 years ago
  53. 9912718 4BA: Flashrom integration for the 4-bytes addressing extensions by Boris Baykov · 8 years ago
  54. 7634708 Convert flashrom to git by Stefan Tauner · 8 years ago
  55. 2d62572 Fix linking with libpayload by Nico Huber · 8 years ago
  56. 1b172f2 fixup! Add a convenient libflashrom interface by Nico Huber · 7 years ago
  57. 305f417 Add option to read ROM layout from IFD by Nico Huber · 11 years ago
  58. 899e4ec Kill doit() by Nico Huber · 8 years ago
  59. 454f613 Add a convenient libflashrom interface by Nico Huber · 12 years ago
  60. 7af0e79 Add functions to read/erase/write/verify by layout by Nico Huber · 8 years ago
  61. fdec747 dediprog: use ordinary USB devs array by Stefan Tauner · 9 years ago
  62. f31fe84 pickit2_spi: use ordinary USB devs array by Stefan Tauner · 9 years ago
  63. 0870b02 Add support for WCH CH341A as an SPI programmer by Urja Rannikko · 9 years ago
  64. 23e10b8 Add a bunch of new/tested stuff and various small changes 24 by Stefan Tauner · 9 years ago
  65. c2644a3 Add atapromise programmer by Joseph C. Lehner · 9 years ago
  66. 4c72315 Pimp the manpage to create nicer hyperlinks and HTML output by Stefan Tauner · 9 years ago
  67. 1668770 Rigorously check integrity of I/O stream data by Stefan Tauner · 9 years ago
  68. c8305e1 Add support for 128 bytes write granularity by Paul Kocialkowski · 9 years ago
  69. 0b4ffd5 serprog: Fix FWH/LPC by implementing serprog_map by Urja Rannikko · 9 years ago
  70. 66e554b Add support for the Microchip PICkit2 as an SPI programmer by Justin Chevrier · 10 years ago
  71. 5c316f9 Add a bunch of new/tested stuff and various small changes 22 by Stefan Tauner · 10 years ago
  72. b0eee9b Unify target OS and CPU architecture checks by Stefan Tauner · 10 years ago
  73. 80e6471 Add support for the MSTAR I2C ISP protocol by Alexandre Boeglin · 10 years ago
  74. 73f5bda Make read before write configurable (infrastructure part) by Stefan Tauner · 10 years ago
  75. 2a1ed77 Introduce generic shutdown_free() and remove redundant internal_shutdown() by Stefan Tauner · 10 years ago
  76. 4e32ec1 Refine physical address mapping of flash chips by Stefan Tauner · 10 years ago
  77. 9e3a698 Refine handling chips that exceed maximum programmer sizes by Stefan Tauner · 10 years ago
  78. 9b32de9 Refactor some CLI-relevant parts by Stefan Tauner · 10 years ago
  79. 6697f71 Add a bunch of new/tested stuff and various small changes 21 by Stefan Tauner · 10 years ago
  80. 2a41f0a Add new programmer for SPI EEPROMs attached to Intel 82580 NICs by Ricardo Ribalda Delgado · 10 years ago
  81. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  82. 1687854 Improve messages on failed erases with default verbosity by Stefan Tauner · 10 years ago
  83. 1b0e9fc EEPROM support: handle implicit erase by Carl-Daniel Hailfinger · 10 years ago
  84. 600576b Add selfcheck_board_enables() by Stefan Tauner · 10 years ago
  85. 6ad6e01 Introduce helpers.c by Stefan Tauner · 10 years ago
  86. 72d42f8 Add IT8212F as programmer by Kyösti Mälkki · 10 years ago
  87. 7f0f3fa Add VIA VT6421A LPC programmer driver by Jonathan Kollasch · 10 years ago
  88. df64a42 Fix various tiny problems in verify_range() by Stefan Tauner · 10 years ago
  89. 96658be Fix selfcheck of various arrays by Stefan Tauner · 10 years ago
  90. 6455dff Add two new states to enum test_state and use it for flashchips by Stefan Tauner · 10 years ago
  91. a58f6e9 Refine messages related to erase/write recovery by Stefan Tauner · 10 years ago
  92. f20b7be Add 'const' keyword to chip write and other function prototypes by Mark Marshall · 10 years ago
  93. 20da4aa Remove programmer_shutdown() from doit() by Stefan Tauner · 10 years ago
  94. f80419c Make delay values unsigned by Stefan Tauner · 10 years ago
  95. 8d7ec2a programmer_delay: filter 0 usec delays by Urja Rannikko · 11 years ago
  96. 8268fdb layout: Verify layout entries before building a new image using them by Stefan Tauner · 11 years ago
  97. 26e7a15 Add debug output to programmer_map_flash_region() by Stefan Tauner · 11 years ago
  98. 7562f7d libpayload: Remove file I/O.c by Nico Huber · 11 years ago
  99. 20a36ba Abort on unused programmer parameters by Carl-Daniel Hailfinger · 11 years ago
  100. c4f44df Fix verification operation by Stefan Tauner · 11 years ago