1. 5b4fdd1 z60_flashprog.rules: Add udev rule for CH347 by Nicholas Chin · 3 weeks ago main
  2. 72c9e40 meson: Check for CPU families with known raw mem access by Nico Huber · 4 weeks ago
  3. 3458220 platform/meson: Port pciutils/pci.h workaround to Meson by Nico Huber · 4 weeks ago
  4. f279762 platform/meson: Check for libi386 on NetBSD by Nico Huber · 4 weeks ago
  5. 14da5f7 README: Convert to Markdown by J. Neuschäfer · 4 weeks ago
  6. 8ddea57 README: Document branching and release policy by J. Neuschäfer · 4 weeks ago
  7. 2522456 util/list_yet_unsupported_chips.sh: Fix path by Maximilian Brune · 6 weeks ago
  8. cbf9c11 spi: Don't cross 16MiB boundaries with long writes by Nico Huber · 8 weeks ago p1.1
  9. 823a704 dediprog: Skip warning on first attempt to read device string by Nico Huber · 8 weeks ago
  10. e8463c8 dediprog: Revise prefix check for given programmer id by Nico Huber · 8 weeks ago
  11. 38af1a1 dediprog: Revise id matching by Nico Huber · 8 weeks ago
  12. 4661e7c amd_spi100: Use flashprog_read_chunked() for progress reporting by Nico Huber · 1 year, 1 month ago
  13. cdcfda2 read_memmapped: Use flashprog_read_chunked() for progress reporting by Nico Huber · 1 year, 1 month ago
  14. 7679b5c spi25: Replace spi_read_chunked() with more abstract version by Nico Huber · 1 year, 1 month ago
  15. ca1c7fd spi25: Normalize parameters of spi_nbyte_read() by Nico Huber · 1 year, 1 month ago
  16. e36e3dc dediprog: Use default_spi_write_256 by Nico Huber · 1 year, 1 month ago
  17. 522a86d linux_spi: Use default_spi_read()/_write_256() by Nico Huber · 1 year, 1 month ago
  18. 806509b cli_classic: Turn progress reporting into a progress bar by Nico Huber · 1 year, 1 month ago
  19. 842d678 libflashrom: Return progress state to the library user by Richard Hughes · 3 years, 4 months ago
  20. aa714dd flashprog.c: Let select_erase_functions() return byte count by Nico Huber · 1 year, 1 month ago
  21. 2eed4cf serprog: Add SPI Mode and CS Mode commands by Funkeleinhorn · 8 weeks ago
  22. 821a085 dediprog: Implement id reading for SF600 and later by Nico Huber · 8 weeks ago
  23. 274e655 dediprog: Read device string early by Nico Huber · 8 weeks ago
  24. 0057822 dediprog: Add protocol detection for SF700 & SF600Plus-G2 by Nico Huber · 3 months ago
  25. fb176d2 dediprog: Use more general 4BA write mode for newer protocols by Nico Huber · 8 weeks ago
  26. 0ab5c3d dediprog: Split device type and version parsing by Nico Huber · 3 months ago
  27. bdef5c2 dediprog: Use unsigned conversions to parse device string by Nico Huber · 3 months ago
  28. 5262e29 dediprog: Try to request 32B device string (instead of 16B) by Nico Huber · 3 months ago
  29. e76e21f dediprog: Get rid of some unnecessary hex constants by Nico Huber · 3 months ago
  30. 5a09d1e udelay: Lower the sleep vs delay threshold by Brian Norris · 3 months ago
  31. 03ad4a4 linux_mtd: Provide no-op delay implementation by Brian Norris · 3 months ago
  32. 211c6ec serprog: Refine flushing before synchronization by Nico Huber · 1 year, 3 months ago
  33. 383b7fe serprog: Test synchronicity before trying to synchronize by Nico Huber · 1 year, 3 months ago
  34. d7318ea serprog: Move synchronicity test into separate function by Nico Huber · 1 year, 3 months ago
  35. 9a11cbf Let the flash context directly point to the used master by Nico Huber · 1 year, 4 months ago
  36. aabb3e0 writeprotect: Hook wp functions into the chip driver by Nico Huber · 1 year, 4 months ago
  37. 89569d6 memory_mapped: Reduce `decode_sizes` to a single `max_rom_decode` by Nico Huber · 1 year, 4 months ago
  38. 929d2e1 internal: Pass programmer context down into chipset enables by Nico Huber · 1 year, 4 months ago
  39. 7c717c3 internal: Pass programmer context down into board enables by Nico Huber · 1 year, 4 months ago
  40. e3a2688 Pass programmer context to programmer->init() by Nico Huber · 1 year, 4 months ago
  41. 2b66ad9 Start implementing struct flashprog_programmer by Nico Huber · 1 year, 4 months ago
  42. 4517e92 memory_bus: Drop stale `size == 0` workaround and FIXME by Nico Huber · 1 year, 4 months ago
  43. b197402 memory_bus: Split register mapping into own function by Nico Huber · 1 year, 4 months ago
  44. 0e76d99 memory_bus: Move (un)map_flash_region into par master by Nico Huber · 1 year, 4 months ago
  45. 9eec407 Perform default mapping only for respective chips by Nico Huber · 1 year, 4 months ago
  46. 56b53dd wbsio_spi: Request memory mapping locally by Nico Huber · 1 year, 4 months ago
  47. 5596190 it87spi: Request memory mapping locally by Nico Huber · 1 year, 4 months ago
  48. 46449b4 spi25: Drop stale `bus == SPI` guards by Nico Huber · 1 year, 4 months ago
  49. ab6b18f spi25: Move 4BA preparations into spi_prepare_4ba() hook by Nico Huber · 1 year, 4 months ago
  50. 901fb95 Add prepare/finish_access() hooks for chip drivers by Nico Huber · 1 year, 4 months ago
  51. a96aaa3 dediprog: Support long writes of 16MiB and more by Nico Huber · 3 months ago
  52. 1338936 Consider 4BA support when filtering erase functions by Nico Huber · 3 months ago
  53. 8d36db6 flashprog.8: Fix up serprog example by Nico Huber · 3 months ago
  54. d2ac303 flashprog.8: document new serprog cs parameter by Riku Viitanen · 3 months ago
  55. d1b9153 chipset_enable.c: Add Genoa to mendocino entry by Arthur Heymans · 1 year, 2 months ago
  56. ddb6d92 serprog: Add support for multiple SPI chip selects by Riku Viitanen · 4 months ago
  57. ddfbbe8 flashchips: Mark W25Q256JV_Q as tested by Nico Huber · 5 months ago
  58. f9b777d Documentation: libjaylink now available on Arch by Riku Viitanen · 4 months ago
  59. 182229d serprog: clean up documentation by Riku Viitanen · 4 months ago
  60. 8d2c0df Add libgpiod v2 compatible bitbang master by Nico Huber · 4 months ago
  61. 64f2790 Add a .gitreview file by Arthur Heymans · 5 months ago
  62. 78615a7 Add an .editorconfig file by Arthur Heymans · 5 months ago
  63. 5455786 spi95: Avoid automatic probing by Nico Huber · 1 year ago p1.0
  64. c3b02dc Rebrand to flashprog and update URLs by Nico Huber · 9 months ago flashprog
  65. a02df33 flashrom.c: Use a simpler for-loop in init_eraseblock() by Nico Huber · 1 year, 4 months ago
  66. d96e703 flashrom.c: Rewrite calculate_block_count() by Nico Huber · 1 year, 4 months ago
  67. ad5b719 chipset_enable.c: Drop `_LARGEFILE64_SOURCE` by Angel Pons · 1 year ago
  68. c09fca4 flashrom.c: Integrate new erase-function selection by Nico Huber · 1 year, 4 months ago
  69. 1494f8e flashrom.c: Allow to use select_erase_function() for explicit erase by Nico Huber · 1 year, 4 months ago
  70. cf6ff0a flashrom.c: Allow unaligned erase blocks in select_erase_function() by Nico Huber · 1 year, 4 months ago
  71. a621248 flashrom.c: Don't check for erase outside of selected region by Nico Huber · 1 year, 4 months ago
  72. b11b72c flashrom.c: Wrap recursive select_erase_functions() by Nico Huber · 1 year, 4 months ago
  73. 00d1b9f flashrom.c: Refactor parameters of select_erase_functions() by Nico Huber · 1 year, 4 months ago
  74. 13f97a5 flashrom.c: Declare loop index outside of `for` by Nico Huber · 1 year, 4 months ago
  75. d34864b flashrom.c: Sort initial error checks in create_erase_layout() by Nico Huber · 1 year, 4 months ago
  76. 6321315 chipset_enable: Mark C236 as DEP by Nico Huber · 1 year, 1 month ago
  77. 7a48031 test_build: Add simple sanity check for explicit erase (-E) by Nico Huber · 1 year, 1 month ago
  78. d33bea4 flashrom.c: Add a function to get list of sectors that need erasing by Aarya Chaumal · 1 year, 10 months ago
  79. 18cc8d3 flashrom.c: Add function to get a flattened view of the chip erase blocks by Aarya Chaumal · 1 year, 10 months ago
  80. 05017c1 meson.build: Update default status for jlink_spi by Nico Huber · 1 year, 2 months ago
  81. 2f7c1df ft2232_spi: Fix resource leaking on failed init by Nico Huber · 1 year, 2 months ago
  82. 5ff6fdc flashrom.c: Write whole layout regions at once by Nico Huber · 1 year, 4 months ago
  83. 3b9c86d flashrom.c: Extract write loop into new write_range() by Nico Huber · 1 year, 4 months ago
  84. b8e8105 flashrom.c: Simplify read_erase_write_block() by Nico Huber · 1 year, 4 months ago
  85. d34af7a flashrom.c: Drop retry logic for failed erase/write by Nico Huber · 1 year, 4 months ago
  86. 3ac761c layout: Verify that regions to be written are granularity aligned by Nico Huber · 1 year, 4 months ago
  87. b77607f flashrom.c: Introduce gran_to_bytes() by Nico Huber · 1 year, 4 months ago
  88. 2f75379 internal: Don't try linux_mtd on x86 by Nico Huber · 1 year, 2 months ago
  89. b1d4b1d manibuilder: Update overrides for missing libraries by Nico Huber · 1 year, 2 months ago
  90. da09599 README,manibuilder: Update environment overrides for DJGPP by Nico Huber · 1 year, 2 months ago
  91. 6f6a1c3 manibuilder: Move environment overrides into new Makefile.env by Nico Huber · 1 year, 2 months ago
  92. 547b9b0 manibuilder/anita: Compensate for missing pkg-config by Nico Huber · 1 year, 2 months ago
  93. b750149 manibuilder/anita: Move environment overrides to Makefile.anita by Nico Huber · 1 year, 2 months ago
  94. f7dea1a Makefile: Mark Linux-specific libgpiod as unsupported on other OS's by Nico Huber · 1 year, 2 months ago
  95. 24ad6b2 Makefile: Mark unsupported libraries for DOS (DJGPP) by Nico Huber · 1 year, 2 months ago
  96. d2ba438 Makefile: Fix typo DEPENDS_ON_LIBFTDI --> DEPENDS_ON_LIBFTDI1 by Nico Huber · 1 year, 2 months ago
  97. 6272eb6 Makefile.include: Add line continuations between $(eval) calls by Nico Huber · 1 year, 2 months ago
  98. 59848a9 manibuilder: Add official AlmaLinux images by Nico Huber · 1 year, 3 months ago
  99. 2044af0 manibuilder/fedora: Add official multi-arch tags for 35, 36 and 37 by Nico Huber · 1 year, 3 months ago
  100. 494561a manibuilder/debian: Add official multi-arch tags for Bookworm by Nico Huber · 1 year, 3 months ago