1. 0d4354e flashchips: Add W25Q32JV-.M by Angel Pons · 6 months ago
  2. 7679b5c spi25: Replace spi_read_chunked() with more abstract version by Nico Huber · 1 year, 7 months ago
  3. ca1c7fd spi25: Normalize parameters of spi_nbyte_read() by Nico Huber · 1 year, 7 months ago
  4. 842d678 libflashrom: Return progress state to the library user by Richard Hughes · 3 years, 10 months ago
  5. 9a11cbf Let the flash context directly point to the used master by Nico Huber · 1 year, 10 months ago
  6. aabb3e0 writeprotect: Hook wp functions into the chip driver by Nico Huber · 1 year, 10 months ago
  7. 89569d6 memory_mapped: Reduce `decode_sizes` to a single `max_rom_decode` by Nico Huber · 1 year, 10 months ago
  8. 929d2e1 internal: Pass programmer context down into chipset enables by Nico Huber · 1 year, 10 months ago
  9. 7c717c3 internal: Pass programmer context down into board enables by Nico Huber · 1 year, 10 months ago
  10. e3a2688 Pass programmer context to programmer->init() by Nico Huber · 1 year, 10 months ago
  11. 2b66ad9 Start implementing struct flashprog_programmer by Nico Huber · 1 year, 10 months ago
  12. b197402 memory_bus: Split register mapping into own function by Nico Huber · 1 year, 10 months ago
  13. 0e76d99 memory_bus: Move (un)map_flash_region into par master by Nico Huber · 1 year, 10 months ago
  14. 9eec407 Perform default mapping only for respective chips by Nico Huber · 1 year, 10 months ago
  15. 46449b4 spi25: Drop stale `bus == SPI` guards 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. 5455786 spi95: Avoid automatic probing by Nico Huber · 1 year, 6 months ago p1.0
  20. c3b02dc Rebrand to flashprog and update URLs by Nico Huber · 1 year, 3 months ago flashprog
  21. 3ac761c layout: Verify that regions to be written are granularity aligned by Nico Huber · 1 year, 10 months ago
  22. 2f75379 internal: Don't try linux_mtd on x86 by Nico Huber · 1 year, 8 months ago
  23. b078ec6 serial: Call set_custom_baudrate() thrice by Peter Stuge · 2 years ago
  24. 6189947 programmer: Add bitbanging programmer driver for Linux libgpiod by Steve Markgraf · 1 year, 10 months ago
  25. 0e78818 bitbang: Extend bitbang_spi_master functions to accept spi data by Anastasia Klimchuk · 3 years, 6 months ago
  26. a447c12 bitbang: Extend register_spi_bitbang_master() API with spi data by Anastasia Klimchuk · 3 years, 6 months ago
  27. 4d51e07 amd_imc/sb600spi: Move handle_imc() into amd_imc.c by Nico Huber · 1 year, 10 months ago
  28. e3c305d amd_spi100: Implement memory-mapped reads by Nico Huber · 1 year, 10 months ago
  29. d81637c physmap: Implement source-aligned version of mmio_readn() by Nico Huber · 1 year, 10 months ago
  30. 735b186 amd_spi100: Add new driver for AMD SPI100 controllers by Nico Huber · 1 year, 10 months ago
  31. 197b7c7 ch347_spi: Add initial support for the WCH CH347 by Nicholas Chin · 2 years, 1 month ago
  32. 019810f chipset_enable: Optionally check PCI revision field by Nico Huber · 1 year, 10 months ago
  33. e7a41e3 tree/: Make probe_opcode() flashctx argument const by Nikolai Artemiev · 2 years ago
  34. b0be320 spi.c: Add AT45 erasefn opcode mapping by Thomas Heijligen · 2 years, 2 months ago
  35. 3561451 spi25.c: Rename spi_get_erasefn_from_opcode to spi25_get_erasefn_from_opcode by Thomas Heijligen · 2 years, 2 months ago
  36. 0cea753 spi: Add function to probe erase command opcode for all spi_master by Aarya Chaumal · 2 years, 4 months ago
  37. ab9f258 spi25.c: Add function to return opcode of passed erase fucntion pointer by Aarya Chaumal · 2 years, 5 months ago
  38. aba3658 flashrom.c: Move count_max_decode_exceeding() to cli by Edward O'Callaghan · 2 years, 2 months ago
  39. b8db74a internal.c: Retype appropriate variables with bool by Felix Singer · 2 years, 3 months ago
  40. 3b64d81 flashrom.c: Move print logic to print.c by Edward O'Callaghan · 2 years, 3 months ago
  41. 63f6a37 parallel.c: Consoldiate parallel master registration logic by Edward O'Callaghan · 2 years, 3 months ago
  42. dd9d0c5 tree: Consolidate BIT() macro by Edward O'Callaghan · 2 years, 5 months ago
  43. 2d17041 flashrom: Drop read_flash_to_file() usage by Edward O'Callaghan · 3 years ago
  44. d2174c5 platform/swap: move swap inline functions & macros into an own header by Thomas Heijligen · 2 years, 7 months ago
  45. 58015c2 Introduce an `include` directory for header files by Thomas Heijligen · 2 years, 7 months ago