1. edf174f flashchips: Remove .probe by Nico Huber · 4 months ago main
  2. c3eaa95 opaque: Use bus probing by Nico Huber · 4 months ago
  3. 91f5152 opaque: Move probing into PREPARE_POST_PROBE hook by Nico Huber · 4 months ago
  4. 0579029 opaque: Move last bits from chipdrivers.h into chipdrivers/opaque.h by Nico Huber · 4 months ago
  5. f1411ba Join PREPARE_PROBE/_POST_PROBE steps by Nico Huber · 4 months ago
  6. 3a35337 jedec: Use common probing for EN29LV640B by Nico Huber · 4 months ago
  7. b72fa1a jedec: Correct probing for x16 parts w/ continued IDs by Nico Huber · 4 months ago
  8. 2e94746 Use bus probing for standard JEDEC and JEDEC_29GL by Nico Huber · 4 months ago
  9. 2cadbe3 Use bus probing for W29EE011 by Nico Huber · 4 months ago
  10. 3a2a4d5 Use bus probing for 82802AB by Nico Huber · 4 months ago
  11. dae9022 probing: Pass full struct flashchip into probes by Nico Huber · 4 months ago
  12. 2ae6301 memory_bus: Add infrastructure for per-bus probing by Nico Huber · 4 months ago
  13. 3d6bd5a memory_bus: Export functions to ad-hoc map flash by Nico Huber · 4 months ago
  14. 10337f7 memory_bus: Move related declarations into new `chipdrivers/memory_bus.h` by Nico Huber · 4 months ago
  15. dd6e07a memory_bus: Pass master instead of flash to .chip_read/write by Nico Huber · 4 months ago
  16. 47aa85c memory_bus: Turn flashbase into a par_master member `rom_base` by Nico Huber · 4 months ago
  17. 84914db Make FEATURE_LONG_RESET a proper feature bit by Nico Huber · 4 months ago
  18. 4374ba1 flashchips: Set 1us (150ns) probe timining for SST49LF080A by Nico Huber · 4 months ago
  19. 899d36a flashchips: Allow long reset/exit sequence for MBM29LV160[BT]E by Nico Huber · 4 months ago
  20. 0c39ddb flashchips: Drop spurious address masks from parallel chips by Nico Huber · 4 months ago
  21. be42cf2 Make flash-size limiting of atapromise a general --force feature by Nico Huber · 4 months ago
  22. 006d08d programmer: Move .max_rom_decode into struct master_common by Nico Huber · 4 months ago
  23. 81deae9 manibuilder: Refresh DJGPP image by Arthur Heymans · 5 days ago
  24. db236b0 dediprog: Parse USB endpoint addresses from descriptor by Arthur Heymans · 8 days ago
  25. a03055d Allow probing all SPI command sets by Nico Huber · 4 months ago
  26. f3113ac edi: Turn edi_chip_probe() into a bus probing function by Nico Huber · 4 months ago
  27. 4af02fe edi: Split preparation/finalization out of edi_probe_kb9012() by Nico Huber · 4 months ago
  28. a94ce1c edi: Pass spi_master instead of flashctx where possible by Nico Huber · 4 months ago
  29. 6bd4f10 edi: Move EDI related things into new chipdrivers/edi.h by Nico Huber · 4 months ago
  30. 2e0a003 spi: Use bus probing for SFDP by Nico Huber · 4 months ago
  31. b9e47cc spi: Use bus probing for ST95 RDID by Nico Huber · 4 months ago
  32. ac13873 Introduce a priority for bus-probing functions by Nico Huber · 4 months ago
  33. 64f53a1 spi: Use bus probing for REMS, RES and AT25F by Nico Huber · 4 months ago
  34. 4312576 spi: Use bus probing for RDID by Nico Huber · 3 years, 2 months ago
  35. fbc41d2 spi: Move SPI related things into new chipdrivers/spi.h by Nico Huber · 4 months ago
  36. 966dc9b Use new probing path for chips w/o IDs by Nico Huber · 4 months ago
  37. af9d738 Add infrastructure to probe per bus by Nico Huber · 3 years, 2 months ago
  38. 0069440 ni845x_spi: Add a `ni845x.h` header stub for build tests by Nico Huber · 5 months ago
  39. cb35a8d ni845x_spi: Add cast to `unsigned long' to meet format string by Nico Huber · 4 months ago
  40. 309ca42 ni845x_spi: Remove ineffective `csnumber' parameter parsing by Nico Huber · 4 months ago
  41. fbe2766 ni845x_spi: Make ni845x_spi_init() static by Nico Huber · 4 months ago
  42. 1e610f2 ni845x_spi: Use unsigned for array indices by Nico Huber · 4 months ago
  43. 70fe55f ni845x_spi: Use strtoul() to convert serial by Nico Huber · 5 months ago
  44. 717b3e5 test_build.sh: Use M25P10-A for emulation during tests by Nico Huber · 4 months ago
  45. afb5dd0 dummyflasher: Add emulation for M25P10-A by Nico Huber · 4 months ago
  46. dfea68c ichspi: Add Intel Wildcat Lake support by Nico Huber · 5 months ago
  47. 11136c2 flashchips: Add a type enum to the chip identification by Nico Huber · 3 years, 2 months ago
  48. 610c1aa spi: Pass master instead of flash to .send_command by Nico Huber · 3 years, 5 months ago
  49. b95fe9b ni845x_spi: Use new voltage API by Nico Huber · 5 months ago
  50. 5469c15 Add common master API to adapt voltage by Nico Huber · 5 months ago
  51. 89e6818 udelay: Add cast for `tv_nsec` to always meet format string by Nico Huber · 5 months ago
  52. dc34409 spi: Refactor default_spi_send_command() to avoid flashctx deref by Nico Huber · 1 year, 7 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, 2 months ago
  55. b89c452 Add new flash-chip preparation step after probing by Nico Huber · 1 year, 7 months ago
  56. db90cf7 libflashprog: Fix comparison of layout entries by Nico Huber · 3 years, 5 months ago p1.5
  57. f4d5f32 ichspi: Add Intel Panther Lake support by Nico Huber · 5 months ago
  58. 9c6b35f ich_descriptors: Pretty print voltage on supported platforms by Nico Huber · 5 months ago
  59. 83d0438 chipset_enable: Add Arrow Lake H by Nico Huber · 5 months ago
  60. 96140c7 udelay: Include <delay.h> from libpayload by Nico Huber · 2 years, 2 months ago
  61. d9aa81e sfdp: Call selfcheck_chip() if parsing looked successful by Nico Huber · 5 months ago
  62. 72d0ada Unify chip label in output of selfcheck_chip()/eraseblocks() by Nico Huber · 5 months ago
  63. 32fa508 Extract chip selfcheck into new selfcheck_chip() function by Nico Huber · 5 months ago
  64. 82834c9 Add 4BA support in SFDP parsing by Arthur Heymans · 1 year ago
  65. a193983 amd: Fall back to reading rom3 range in case of ROM Armor by Nico Huber · 9 months ago
  66. 1926900 helpers_fileio.c: fix fsync() check. by Elliott Hughes · 8 months ago
  67. 13e745c udev rules: Separate `uaccess' flag from `plugdev' group setting by Nico Huber · 5 months ago
  68. e332db7 manibuilder: Add Android cross-compilation targets by Nico Huber · 1 year, 4 months ago
  69. ee1d1b4 manibuilder: Allow differing uid to fix local Git access by Nico Huber · 7 months ago
  70. 8b89248 dediprog: Drop enum of i/o bits by Nico Huber · 7 months ago
  71. ea27a6e dediprog: Set i/o lines with protocol v2+ by Nico Huber · 9 months ago
  72. c0124d1 chipset_enable: Suppress laptop warning for AMD SPI100 by Nico Huber · 8 months ago
  73. ee2401c chipset_enable: Fix use-after-free of LPC PCI device by Nico Huber · 6 months ago
  74. ffcf92f chipset_enable: Mark Raptor Lake-S as DEP by Nico Huber · 1 year, 3 months ago
  75. b6f4e73 manibuilder/anita: Explicitly prefer ipv4 by Nico Huber · 7 months ago
  76. fcdab42 manibuilder/anita: Resolve actual pkgsrc URL with curl by Nico Huber · 7 months ago
  77. 6198fc7 manibuilder/anita: Switch to libftdi1, add libjaylink by Nico Huber · 7 months ago
  78. 45a8960 manibuilder/anita: Drop NetBSD 8.2, 9.3-sparc64; add 10.1-sparc64 by Nico Huber · 7 months ago
  79. 8eb900e manibuilder: By default, build native targets last by Nico Huber · 1 year, 4 months ago
  80. 19e34a8 manibuilder: Re-arrange order of test targets by Nico Huber · 1 year, 4 months ago
  81. 6f04c71 manibuilder/ubuntu: Add Resolute Raccoon (26.04) prelim. by Nico Huber · 7 months ago
  82. 1b20b7f manibuilder/alpine: List arm32 targets with QEMU issues as broken by Nico Huber · 7 months ago
  83. dc2f156 manibuilder/alpine: Fix building images w/o libjaylink by Nico Huber · 8 months ago
  84. 4a4b6b5 manibuilder/alpine: Install Clang for select container by Nico Huber · 1 year, 4 months ago
  85. d038ab2 manibuilder/alpine: Allow to install additional packages by Nico Huber · 1 year, 4 months ago
  86. 16a4a95 manibuilder/debian: Install Clang for select containers by Nico Huber · 1 year, 4 months ago
  87. 806cfdb manibuilder/debian: Allow to install additional packages by Nico Huber · 1 year, 4 months ago
  88. c5942eb manibuilder/debian: Use `source' container instead of remote repo by Nico Huber · 1 year, 4 months ago
  89. 3c16b70 manibuilder/debian: Drop abandoned targets, add Trixie by Nico Huber · 8 months ago
  90. dea8984 manibuilder: Prepare a `source' container from local repository by Nico Huber · 1 year, 4 months ago
  91. a26907d manibuilder: Add newest AlmaLinux, Fedora and Alpine versions by Nico Huber · 1 year, 4 months ago
  92. 73bef72 manibuilder: Drop old, unsupported Fedora and Alpine versions by Nico Huber · 1 year, 4 months ago
  93. c37cf1e manibuilder: Drop abandoned Dockerfile.centos by Nico Huber · 1 year, 4 months ago
  94. f8785ae manibuilder: Pass explicit `--plattform' for official images by Nico Huber · 1 year, 4 months ago
  95. 906f693 test_build.sh: Re-run tests with `clang` if available by Nico Huber · 1 year, 4 months ago
  96. 9d09e0f make/meson: Generate a `version.h' by Nico Huber · 1 year, 4 months ago
  97. e82a29b meson: Use correct version string for manual pages by Nico Huber · 1 year, 4 months ago
  98. dbf5033 linux_mtd: Use sizeof() instead of strlen() on constant string by Nico Huber · 1 year, 4 months ago
  99. e060018 flashchips: Explicitly zero-initialize in .qpi_read_params by Nico Huber · 1 year, 4 months ago p1.4
  100. ff9526b dediprog: Use dual-i/o default only for SF600Plus-G2 by Nico Huber · 1 year, 4 months ago