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