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