1. 5eb7a58 Drop 1s delay before automatic verification by Nico Huber · 10 days ago
  2. e149fbe Only try to check erase opcodes for SPI25 chips by Nico Huber · 3 months ago
  3. 07ebc68 Avoid NULL deref in check_block_eraser() by Nico Huber · 3 months ago
  4. c6a924a Don't mention writing when erasing only (-E) by Nico Huber · 2 months ago
  5. 930d421 spi25: Introduce generic spi_prepare_io()/spi_finish_io() by Nico Huber · 6 months ago
  6. 20073e7 Properly clear erase-block selection when bigger block is chosen by Nico Huber · 6 months ago
  7. cdcfda2 read_memmapped: Use flashprog_read_chunked() for progress reporting by Nico Huber · 1 year, 7 months ago
  8. 842d678 libflashrom: Return progress state to the library user by Richard Hughes · 3 years, 10 months ago
  9. aa714dd flashprog.c: Let select_erase_functions() return byte count by Nico Huber · 1 year, 7 months ago
  10. 9a11cbf Let the flash context directly point to the used master by Nico Huber · 1 year, 10 months ago
  11. 89569d6 memory_mapped: Reduce `decode_sizes` to a single `max_rom_decode` by Nico Huber · 1 year, 10 months ago
  12. e3a2688 Pass programmer context to programmer->init() by Nico Huber · 1 year, 10 months ago
  13. 2b66ad9 Start implementing struct flashprog_programmer by Nico Huber · 1 year, 10 months ago
  14. 0e76d99 memory_bus: Move (un)map_flash_region into par master by Nico Huber · 1 year, 10 months ago
  15. 9eec407 Perform default mapping only for respective chips by Nico Huber · 1 year, 10 months ago
  16. ab6b18f spi25: Move 4BA preparations into spi_prepare_4ba() hook by Nico Huber · 1 year, 10 months ago
  17. 901fb95 Add prepare/finish_access() hooks for chip drivers by Nico Huber · 1 year, 10 months ago
  18. 1338936 Consider 4BA support when filtering erase functions by Nico Huber · 8 months ago
  19. c3b02dc Rebrand to flashprog and update URLs by Nico Huber · 1 year, 3 months ago flashprog[Renamed (95%) from flashrom.c]
  20. a02df33 flashrom.c: Use a simpler for-loop in init_eraseblock() by Nico Huber · 1 year, 10 months ago
  21. d96e703 flashrom.c: Rewrite calculate_block_count() by Nico Huber · 1 year, 10 months ago
  22. c09fca4 flashrom.c: Integrate new erase-function selection by Nico Huber · 1 year, 10 months ago
  23. 1494f8e flashrom.c: Allow to use select_erase_function() for explicit erase by Nico Huber · 1 year, 10 months ago
  24. cf6ff0a flashrom.c: Allow unaligned erase blocks in select_erase_function() by Nico Huber · 1 year, 10 months ago
  25. a621248 flashrom.c: Don't check for erase outside of selected region by Nico Huber · 1 year, 10 months ago
  26. b11b72c flashrom.c: Wrap recursive select_erase_functions() by Nico Huber · 1 year, 10 months ago
  27. 00d1b9f flashrom.c: Refactor parameters of select_erase_functions() by Nico Huber · 1 year, 10 months ago
  28. 13f97a5 flashrom.c: Declare loop index outside of `for` by Nico Huber · 1 year, 10 months ago
  29. d34864b flashrom.c: Sort initial error checks in create_erase_layout() by Nico Huber · 1 year, 10 months ago
  30. d33bea4 flashrom.c: Add a function to get list of sectors that need erasing by Aarya Chaumal · 2 years, 4 months ago
  31. 18cc8d3 flashrom.c: Add function to get a flattened view of the chip erase blocks by Aarya Chaumal · 2 years, 4 months ago
  32. 5ff6fdc flashrom.c: Write whole layout regions at once by Nico Huber · 1 year, 10 months ago
  33. 3b9c86d flashrom.c: Extract write loop into new write_range() by Nico Huber · 1 year, 10 months ago
  34. b8e8105 flashrom.c: Simplify read_erase_write_block() by Nico Huber · 1 year, 10 months ago
  35. d34af7a flashrom.c: Drop retry logic for failed erase/write by Nico Huber · 1 year, 10 months ago
  36. 3ac761c layout: Verify that regions to be written are granularity aligned by Nico Huber · 1 year, 10 months ago
  37. b77607f flashrom.c: Introduce gran_to_bytes() by Nico Huber · 1 year, 10 months ago
  38. 6d98aec flashrom.c: Update check_block_eraser function to use probe opcode by Aarya Chaumal · 2 years, 3 months ago
  39. 6edf9f8 flashrom.c: Replace 'exit(1)' leaks with return codes on err paths by Edward O'Callaghan · 2 years ago
  40. aba3658 flashrom.c: Move count_max_decode_exceeding() to cli by Edward O'Callaghan · 2 years, 2 months ago
  41. 00ea389 flashrom.c: Separate out default layout init by Edward O'Callaghan · 2 years, 1 month ago
  42. 621208c drivers/: Make 'fallback_{un}map' the default unless defined by Edward O'Callaghan · 2 years, 2 months ago
  43. 56684d9 drivers/: Make 'internal_delay' the default unless defined by Edward O'Callaghan · 2 years, 2 months ago
  44. 3b64d81 flashrom.c: Move print logic to print.c by Edward O'Callaghan · 2 years, 3 months ago
  45. 63f6a37 parallel.c: Consoldiate parallel master registration logic by Edward O'Callaghan · 2 years, 3 months ago
  46. ee3fbd7 flashrom.c: Move write_buf_to_file() to helpers_fileio.c by Edward O'Callaghan · 2 years, 3 months ago
  47. 4c76c73 flashrom.c: Move read_buf_from_file() to helpers_fileio.c by Edward O'Callaghan · 2 years, 3 months ago
  48. 2d17041 flashrom: Drop read_flash_to_file() usage by Edward O'Callaghan · 3 years ago
  49. 4925d02 print_buildinfo: remove unreachable print of libpci version by Thomas Heijligen · 2 years, 8 months ago
  50. 98cfa69 flashrom.c: Move do_*() helpers into cli_classic.c by Edward O'Callaghan · 3 years ago
  51. c9824fb flashrom: Convert do_read() into a libflashrom user by Edward O'Callaghan · 2 years, 11 months ago
  52. c72d20a cli_classic.c: Convert do_erase() to libflashrom call by Edward O'Callaghan · 3 years ago
  53. 3f4d35d hwaccess: move mmio functions into hwaccess_physmap by Thomas Heijligen · 2 years, 10 months ago
  54. 74b4aa0 physmap: rename to hwaccess_physmap, create own header by Thomas Heijligen · 3 years ago
  55. e0ed412 layout: Rework normalize_romentries() API by Nico Huber · 3 years, 6 months ago
  56. 671c0f0 layout: Drop `count` parameter of flashrom_layout_new() by Nico Huber · 5 years ago
  57. 74d09d4 Pass layout directly to verify_by_layout() by Nico Huber · 5 years ago
  58. 5bd990c layout: Introduce flashrom_layout_new() by Nico Huber · 5 years ago
  59. 92e0b62 layout: Introduce flashrom_layout_add_region() by Nico Huber · 5 years ago
  60. 3a97fd5 layout: Add `capacity` field by Nico Huber · 5 years ago
  61. ac90af6 Change references to flashrom-stable by Nico Huber · 1 year, 11 months ago
  62. f60f64f flashrom.c: Position heap alloc along side check in compare_range() by Edward O'Callaghan · 2 years ago
  63. a31a572 tree/: Make heap alloc checks err msg consistent by Edward O'Callaghan · 2 years ago
  64. 7db7059 flashrom.c: Drop redundant chip read validation in verify_range() by Edward O'Callaghan · 2 years ago
  65. 6a2ebeb programmer_init: Work on a mutable copy of programmer params by Nico Huber · 2 years, 3 months ago
  66. 980d6b8 tree: Retype variable `programmer_may_write` with bool by Felix Singer · 2 years, 3 months ago
  67. f25447e flashrom.c: Retype appropriate variables with bool by Felix Singer · 2 years, 3 months ago
  68. a180509 flashrom.c: Make need_erase() helper static local by Edward O'Callaghan · 2 years, 6 months ago
  69. f6c1cb1 Global cleanup: Fix a few spelling errors by Martin Roth · 2 years, 8 months ago
  70. 15095db flashrom.c: remove unused include by Thomas Heijligen · 2 years, 7 months ago
  71. 6ae640b flashrom.c: Validate before allocate in verify_range() by Edward O'Callaghan · 3 years ago
  72. fa959ba flashrom.c: Delete obsolete comment by Simon Buhrow · 3 years, 1 month ago
  73. d75e1b1 flashrom.c: Make extract_param() static local by Edward O'Callaghan · 3 years, 4 months ago
  74. 3795c9d enum programmer: not needed anymore. Remove by Thomas Heijligen · 3 years, 6 months ago
  75. e0e93cf programmer_init: use struct programmer_entry* by Thomas Heijligen · 3 years, 6 months ago
  76. 9163b81 flashrom.c: replace enum programmer with size_t by Thomas Heijligen · 3 years, 6 months ago
  77. c7e5b8b flashrom.c: replace enum programmer with struct programmer_entry* by Thomas Heijligen · 3 years, 6 months ago
  78. d45cb59 programmer_table: replace PROGRAMMER_INVALID with programmer_table_size by Thomas Heijligen · 3 years, 6 months ago
  79. 7e13456 treewide: Drop unnecessary uses of memset/memcpy by Angel Pons · 3 years, 5 months ago
  80. 690a944 treewide: Drop most cases of `sizeof(struct ...)` by Angel Pons · 3 years, 5 months ago
  81. 633d6db programmer_table: convert entries to pointers by Thomas Heijligen · 3 years, 8 months ago
  82. bbfacff programmer_table: move array content to an own file by Thomas Heijligen · 3 years, 8 months ago
  83. d0fcce2 programmer_table: add table size constant by Thomas Heijligen · 3 years, 6 months ago
  84. b707636 programmer_table: remove null termination by Thomas Heijligen · 3 years, 6 months ago
  85. 8eaef7d flashrom.c: allow - as filename for stdin by Daniel Campello · 3 years, 7 months ago
  86. acb24d4 flashrom.c: Fix up stale FIXME comment when doit() was removed by Edward O'Callaghan · 3 years, 7 months ago
  87. 478e179 flashrom.c, flashcips.c: Test the order of erase functions by Aarya Chaumal · 2 years, 6 months ago
  88. 4ad4864 flashrom.c: implement chip restore callback registration by Nikolai Artemiev · 4 years ago
  89. 1900e1d Replace freenode references by Angel Pons · 3 years, 5 months ago
  90. 324929c Add support for STLINK V3 debugger/programmer via its SPI bridge by Miklós Márton · 5 years ago
  91. 2d20d6d Add support for National Instruments USB-845x devices by Miklós Márton · 7 years ago
  92. 519be66 Fix -Wsign-compare trouble by Nico Huber · 6 years ago
  93. cf3976e tree: Remove unused functions with no prototypes by Jacob Garber · 5 years ago
  94. beeb8bc tree: Make internal functions static by Jacob Garber · 5 years ago
  95. 5ca5523 layout: Introduce layout_next_included() by Nico Huber · 5 years ago
  96. 70461a9 layout: Make `romentry.name` a pointer by Nico Huber · 5 years ago
  97. dc5af54 dediprog: Disable 4BA completely by Nico Huber · 6 years ago
  98. 3d7b1e3 Fix verification with sparse layouts by Nico Huber · 6 years ago
  99. 6e61e0c Fix erasing of unaligned regions by Nico Huber · 6 years ago
  100. 84b453e Fix a trivial calloc warning by Richard Hughes · 6 years ago