1. 3311f1c Migrate flashprog_bus_probe() into libflashprog/chip.c by Nico Huber · 4 months ago
  2. 50bf19f Replace flashprog_chip_match() w/ simpler flashprog_bus_match_chip() by Nico Huber · 4 months ago
  3. 9ec805d Drop now unused probe_flash() by Nico Huber · 4 months ago
  4. bb8ab37 sfdp: Move hints about SFDP detection into spi_prepare_sfdp() by Nico Huber · 4 months ago
  5. 47412a9 cli_classic: Use libflashprog's probing and enumeration APIs by Nico Huber · 4 months ago
  6. d4926fe libflashprog: Introduce new probing API flashprog_flash_probe_chip() by Nico Huber · 4 months ago
  7. d930114 libflashprog: Add new API to probe all buses for chips by Nico Huber · 4 months ago
  8. 0d2b45e libflashprog: Allow to query bus types, voltage, and test status by Nico Huber · 4 months ago
  9. 48d4a04 libflashprog: Start a new API for chip enumeration by Nico Huber · 5 months ago
  10. 484ef61 Export bus probing functions by Nico Huber · 4 months ago
  11. 518350c gfxmatrox: Introduce new programmer driver for Matrox Millenium cards by Nico Huber · 4 weeks ago
  12. dd4744e nicamd: Introduce new programmer driver for AMD NICs by Nico Huber · 4 months ago
  13. 47cea9a scsilsi: Introduce new programmer driver for LSI SCSI adapters by Nico Huber · 3 weeks ago
  14. 239dc80 programmer/physmap: Introduce generic mmio_chip_read/write functions by Nico Huber · 4 weeks ago
  15. a19cd39 helpers: Export size-detection logic from amd_rom3read by Nico Huber · 2 weeks ago
  16. dafaf50 flashchips: Add AT49F511 parallel flash chip by Nico Huber · 4 months ago
  17. 1e9e91a flashchips: Add Catalyst CAT28F010 by Nico Huber · 3 weeks ago
  18. ccc7650 flashchips: Add STM M28F256 by Nico Huber · 4 weeks ago
  19. e759839 Add M28F parallel flash driver by Nico Huber · 4 weeks ago
  20. edf174f flashchips: Remove .probe by Nico Huber · 5 months ago
  21. c3eaa95 opaque: Use bus probing by Nico Huber · 5 months ago
  22. 91f5152 opaque: Move probing into PREPARE_POST_PROBE hook by Nico Huber · 5 months ago
  23. 0579029 opaque: Move last bits from chipdrivers.h into chipdrivers/opaque.h by Nico Huber · 4 months ago
  24. f1411ba Join PREPARE_PROBE/_POST_PROBE steps by Nico Huber · 5 months ago
  25. 3a35337 jedec: Use common probing for EN29LV640B by Nico Huber · 5 months ago
  26. 2e94746 Use bus probing for standard JEDEC and JEDEC_29GL by Nico Huber · 5 months ago
  27. 2cadbe3 Use bus probing for W29EE011 by Nico Huber · 5 months ago
  28. 3a2a4d5 Use bus probing for 82802AB by Nico Huber · 5 months ago
  29. dae9022 probing: Pass full struct flashchip into probes by Nico Huber · 4 months ago
  30. 2ae6301 memory_bus: Add infrastructure for per-bus probing by Nico Huber · 5 months ago
  31. 3d6bd5a memory_bus: Export functions to ad-hoc map flash by Nico Huber · 5 months ago
  32. 10337f7 memory_bus: Move related declarations into new `chipdrivers/memory_bus.h` by Nico Huber · 5 months ago
  33. dd6e07a memory_bus: Pass master instead of flash to .chip_read/write by Nico Huber · 5 months ago
  34. 47aa85c memory_bus: Turn flashbase into a par_master member `rom_base` by Nico Huber · 5 months ago
  35. 84914db Make FEATURE_LONG_RESET a proper feature bit by Nico Huber · 5 months ago
  36. be42cf2 Make flash-size limiting of atapromise a general --force feature by Nico Huber · 5 months ago
  37. 006d08d programmer: Move .max_rom_decode into struct master_common by Nico Huber · 4 months ago
  38. f3113ac edi: Turn edi_chip_probe() into a bus probing function by Nico Huber · 5 months ago
  39. 4af02fe edi: Split preparation/finalization out of edi_probe_kb9012() by Nico Huber · 5 months ago
  40. 6bd4f10 edi: Move EDI related things into new chipdrivers/edi.h by Nico Huber · 5 months ago
  41. 2e0a003 spi: Use bus probing for SFDP by Nico Huber · 5 months ago
  42. b9e47cc spi: Use bus probing for ST95 RDID by Nico Huber · 5 months ago
  43. ac13873 Introduce a priority for bus-probing functions by Nico Huber · 5 months ago
  44. 64f53a1 spi: Use bus probing for REMS, RES and AT25F by Nico Huber · 5 months ago
  45. 4312576 spi: Use bus probing for RDID by Nico Huber · 3 years, 3 months ago
  46. fbc41d2 spi: Move SPI related things into new chipdrivers/spi.h by Nico Huber · 5 months ago
  47. 966dc9b Use new probing path for chips w/o IDs by Nico Huber · 5 months ago
  48. af9d738 Add infrastructure to probe per bus by Nico Huber · 3 years, 3 months ago
  49. 0069440 ni845x_spi: Add a `ni845x.h` header stub for build tests by Nico Huber · 5 months ago
  50. 11136c2 flashchips: Add a type enum to the chip identification by Nico Huber · 3 years, 3 months ago
  51. 610c1aa spi: Pass master instead of flash to .send_command by Nico Huber · 3 years, 5 months ago
  52. 5469c15 Add common master API to adapt voltage by Nico Huber · 5 months ago
  53. e3f648c spi: Implement top-aligned to avoid BBAR hassle by Nico Huber · 3 years, 5 months ago
  54. 32f1ea8 at45db: Use .prepare_access hook for non-power-of-2 preparations by Nico Huber · 3 years, 3 months ago
  55. b89c452 Add new flash-chip preparation step after probing by Nico Huber · 1 year, 8 months ago
  56. f4d5f32 ichspi: Add Intel Panther Lake support by Nico Huber · 5 months ago
  57. 9c6b35f ich_descriptors: Pretty print voltage on supported platforms by Nico Huber · 5 months ago
  58. 32fa508 Extract chip selfcheck into new selfcheck_chip() function by Nico Huber · 6 months ago
  59. a193983 amd: Fall back to reading rom3 range in case of ROM Armor by Nico Huber · 10 months ago
  60. 9d09e0f make/meson: Generate a `version.h' by Nico Huber · 1 year, 5 months ago
  61. 3646b18 flashchips: Add GigaDevice GD25LF128E 166MHz, 1.8V part by Nico Huber · 1 year, 8 months ago
  62. d4eb532 flashchips: Add GigaDevice GD25LF80E..GD25LF64E 166MHz, 1.8V parts by Nico Huber · 1 year, 8 months ago
  63. 38d037f flashchips: Add GigaDevice GD25LB512MF..GD55LB02GF 1.8V parts by Nico Huber · 1 year, 9 months ago
  64. 1da0293 flashchips: Add GigaDevice GD25LB512ME..GD55LB02GE 1.8V parts by Nico Huber · 1 year, 9 months ago
  65. 6d728e6 flashchips: Add GigaDevice GD25B512MF..GD55B02GF 3.3V parts by Nico Huber · 1 year, 9 months ago
  66. cfd607d layout: Show a warning if no region is included by Nico Huber · 8 years ago
  67. ee8cf1c Provide no-op probe function, always returning 1 by Nico Huber · 1 year, 7 months ago
  68. 4e6155a spi25: Add SPI25_EEPROM enum and handle < 3-byte addresses by Nico Huber · 1 year, 7 months ago
  69. 9512c9c Add missing copyright notices to recently created files by Nico Huber · 1 year, 6 months ago
  70. 06fbccc flashchips: Add GigaDevice GD25LB256E 1.8V part by Nico Huber · 1 year, 9 months ago
  71. bc001da flashchips: Add some GigaDevice GD25L*256 1.8V parts by Nico Huber · 1 year, 9 months ago
  72. 7f8c12d flashchips: Add GigaDevice GD25LQ20, update family up to GD25LQ16 by Nico Huber · 1 year, 9 months ago
  73. 565471c flashchips: Add GigaDevice GD25B512ME..GD55B02GE 3.3V parts by Nico Huber · 1 year, 9 months ago
  74. c230c69 flashchips: Add remaining Puya PY25Q..H 3.3V parts by Nico Huber · 1 year, 9 months ago
  75. 06e0264 flashchips: Add Puya PY25Q..H family up to PY25Q128H by Nico Huber · 1 year, 9 months ago
  76. fe21b43 flashchips: Add remaining P25Q..H family 3.3V chips by Nico Huber · 1 year, 9 months ago
  77. b0cae5e flashchips: Add Puya P25Q06H, P25Q11H, P25Q21H 3.3V parts by Nico Huber · 1 year, 9 months ago
  78. b09136b flashchips: Add Puya P25Q05..16H 3.3V parts by Nico Huber · 1 year, 9 months ago
  79. ed8b82c flashchips: Add Fudan FM25Q128 3.3V part by Nico Huber · 1 year, 9 months ago
  80. 7f7bffa flashchips: Add Fudan FM25Q64, update FM25Q08..Q32 by Nico Huber · 1 year, 9 months ago
  81. c591518 flashchips: Add Fudan FM25Q02/Q04 3.3V parts by Nico Huber · 1 year, 9 months ago
  82. fea6e16 flashchips: Add Winbond W25Q16JV_M (DTR version) by Nico Huber · 1 year, 9 months ago
  83. c64a803 flashchips: Add XTX Tech. XT25F..B 3.3V family by Nico Huber · 1 year, 9 months ago
  84. 46e4209 flashchips: Add XTX Tech. XT25F02E/04D/08B 3.3V parts by Nico Huber · 1 year, 9 months ago
  85. 6bc88e7 flashchips: Add Boya/BoHong BY25Q32/64/128 3.3V variants by Nico Huber · 1 year, 9 months ago
  86. 3cddff4 flashchips: Complete Boya/BoHong BY25D family by Nico Huber · 1 year, 9 months ago
  87. 34e3de6 flashchips: Add Zetta Device ZD25LQ64/128 1.8V parts by Nico Huber · 1 year, 9 months ago
  88. d4e41d3 flashchips: Add SST26VF080A by Nico Huber · 1 year, 9 months ago
  89. 6ce26a7 flashchips: add Winbond W25R512NW / W74M51NW by Alexandru M Stan · 1 year, 9 months ago
  90. 612519b ichspi: Add Intel Arrow Lake support by Nico Huber · 1 year, 9 months ago
  91. d5a61ef ichspi: Add Intel Lunar Lake support by Nico Huber · 1 year, 9 months ago
  92. 5e0d9b0 ichspi: Add Intel Meteor Lake SoC by Nico Huber · 2 years ago
  93. 0ef2eb8 ichspi: Add Intel Snow Ridge SoC by Nico Huber · 2 years ago
  94. 42daab1 ichspi: Properly add Emmitsburg PCH by Nico Huber · 2 years ago
  95. b3cc2c6 ich_descriptors: Unify pretty printing of PCH100+ masters by Nico Huber · 2 years ago
  96. 8f7122c cli: Add new write-protect CLI by Nico Huber · 3 years, 5 months ago
  97. eed122d layout: Implement flashprog_layout_get_region_range() by Nico Huber · 3 years, 5 months ago
  98. 1f693db cli: Add new `config' CLI for status/config registers by Nico Huber · 3 years, 5 months ago
  99. 85c2cf8 cli: Implement "command" option parser by Nico Huber · 1 year, 9 months ago
  100. 24c0977 cli: Add print function for generic CLI options by Nico Huber · 1 year, 9 months ago