- 9a11cbf Let the flash context directly point to the used master by Nico Huber · 1 year, 10 months ago
- aabb3e0 writeprotect: Hook wp functions into the chip driver by Nico Huber · 1 year, 10 months ago
- 89569d6 memory_mapped: Reduce `decode_sizes` to a single `max_rom_decode` by Nico Huber · 1 year, 10 months ago
- 929d2e1 internal: Pass programmer context down into chipset enables by Nico Huber · 1 year, 10 months ago
- 7c717c3 internal: Pass programmer context down into board enables by Nico Huber · 1 year, 10 months ago
- e3a2688 Pass programmer context to programmer->init() by Nico Huber · 1 year, 10 months ago
- 2b66ad9 Start implementing struct flashprog_programmer by Nico Huber · 1 year, 10 months ago
- 4517e92 memory_bus: Drop stale `size == 0` workaround and FIXME by Nico Huber · 1 year, 10 months ago
- b197402 memory_bus: Split register mapping into own function by Nico Huber · 1 year, 10 months ago
- 0e76d99 memory_bus: Move (un)map_flash_region into par master by Nico Huber · 1 year, 10 months ago
- 9eec407 Perform default mapping only for respective chips by Nico Huber · 1 year, 10 months ago
- 56b53dd wbsio_spi: Request memory mapping locally by Nico Huber · 1 year, 10 months ago
- 5596190 it87spi: Request memory mapping locally by Nico Huber · 1 year, 10 months ago
- 46449b4 spi25: Drop stale `bus == SPI` guards by Nico Huber · 1 year, 10 months ago
- ab6b18f spi25: Move 4BA preparations into spi_prepare_4ba() hook by Nico Huber · 1 year, 10 months ago
- 901fb95 Add prepare/finish_access() hooks for chip drivers by Nico Huber · 1 year, 10 months ago
- a96aaa3 dediprog: Support long writes of 16MiB and more by Nico Huber · 9 months ago
- 1338936 Consider 4BA support when filtering erase functions by Nico Huber · 8 months ago
- 8d36db6 flashprog.8: Fix up serprog example by Nico Huber · 9 months ago
- d2ac303 flashprog.8: document new serprog cs parameter by Riku Viitanen · 9 months ago
- d1b9153 chipset_enable.c: Add Genoa to mendocino entry by Arthur Heymans · 1 year, 8 months ago
- ddb6d92 serprog: Add support for multiple SPI chip selects by Riku Viitanen · 10 months ago
- ddfbbe8 flashchips: Mark W25Q256JV_Q as tested by Nico Huber · 11 months ago
- f9b777d Documentation: libjaylink now available on Arch by Riku Viitanen · 10 months ago
- 182229d serprog: clean up documentation by Riku Viitanen · 10 months ago
- 8d2c0df Add libgpiod v2 compatible bitbang master by Nico Huber · 10 months ago
- 64f2790 Add a .gitreview file by Arthur Heymans · 11 months ago
- 78615a7 Add an .editorconfig file by Arthur Heymans · 11 months ago
- 5455786 spi95: Avoid automatic probing by Nico Huber · 1 year, 6 months ago p1.0
- c3b02dc Rebrand to flashprog and update URLs by Nico Huber · 1 year, 3 months ago flashprog
- a02df33 flashrom.c: Use a simpler for-loop in init_eraseblock() by Nico Huber · 1 year, 10 months ago
- d96e703 flashrom.c: Rewrite calculate_block_count() by Nico Huber · 1 year, 10 months ago
- ad5b719 chipset_enable.c: Drop `_LARGEFILE64_SOURCE` by Angel Pons · 1 year, 6 months ago
- c09fca4 flashrom.c: Integrate new erase-function selection by Nico Huber · 1 year, 10 months ago
- 1494f8e flashrom.c: Allow to use select_erase_function() for explicit erase by Nico Huber · 1 year, 10 months ago
- cf6ff0a flashrom.c: Allow unaligned erase blocks in select_erase_function() by Nico Huber · 1 year, 10 months ago
- a621248 flashrom.c: Don't check for erase outside of selected region by Nico Huber · 1 year, 10 months ago
- b11b72c flashrom.c: Wrap recursive select_erase_functions() by Nico Huber · 1 year, 10 months ago
- 00d1b9f flashrom.c: Refactor parameters of select_erase_functions() by Nico Huber · 1 year, 10 months ago
- 13f97a5 flashrom.c: Declare loop index outside of `for` by Nico Huber · 1 year, 10 months ago
- d34864b flashrom.c: Sort initial error checks in create_erase_layout() by Nico Huber · 1 year, 10 months ago
- 6321315 chipset_enable: Mark C236 as DEP by Nico Huber · 1 year, 7 months ago
- 7a48031 test_build: Add simple sanity check for explicit erase (-E) by Nico Huber · 1 year, 7 months ago
- d33bea4 flashrom.c: Add a function to get list of sectors that need erasing by Aarya Chaumal · 2 years, 4 months ago
- 18cc8d3 flashrom.c: Add function to get a flattened view of the chip erase blocks by Aarya Chaumal · 2 years, 4 months ago
- 05017c1 meson.build: Update default status for jlink_spi by Nico Huber · 1 year, 8 months ago
- 2f7c1df ft2232_spi: Fix resource leaking on failed init by Nico Huber · 1 year, 8 months ago
- 5ff6fdc flashrom.c: Write whole layout regions at once by Nico Huber · 1 year, 10 months ago
- 3b9c86d flashrom.c: Extract write loop into new write_range() by Nico Huber · 1 year, 10 months ago
- b8e8105 flashrom.c: Simplify read_erase_write_block() by Nico Huber · 1 year, 10 months ago
- d34af7a flashrom.c: Drop retry logic for failed erase/write by Nico Huber · 1 year, 10 months ago
- 3ac761c layout: Verify that regions to be written are granularity aligned by Nico Huber · 1 year, 10 months ago
- b77607f flashrom.c: Introduce gran_to_bytes() by Nico Huber · 1 year, 10 months ago
- 2f75379 internal: Don't try linux_mtd on x86 by Nico Huber · 1 year, 8 months ago
- b1d4b1d manibuilder: Update overrides for missing libraries by Nico Huber · 1 year, 8 months ago
- da09599 README,manibuilder: Update environment overrides for DJGPP by Nico Huber · 1 year, 8 months ago
- 6f6a1c3 manibuilder: Move environment overrides into new Makefile.env by Nico Huber · 1 year, 8 months ago
- 547b9b0 manibuilder/anita: Compensate for missing pkg-config by Nico Huber · 1 year, 8 months ago
- b750149 manibuilder/anita: Move environment overrides to Makefile.anita by Nico Huber · 1 year, 8 months ago
- f7dea1a Makefile: Mark Linux-specific libgpiod as unsupported on other OS's by Nico Huber · 1 year, 8 months ago
- 24ad6b2 Makefile: Mark unsupported libraries for DOS (DJGPP) by Nico Huber · 1 year, 8 months ago
- d2ba438 Makefile: Fix typo DEPENDS_ON_LIBFTDI --> DEPENDS_ON_LIBFTDI1 by Nico Huber · 1 year, 8 months ago
- 6272eb6 Makefile.include: Add line continuations between $(eval) calls by Nico Huber · 1 year, 8 months ago
- 59848a9 manibuilder: Add official AlmaLinux images by Nico Huber · 1 year, 9 months ago
- 2044af0 manibuilder/fedora: Add official multi-arch tags for 35, 36 and 37 by Nico Huber · 1 year, 9 months ago
- 494561a manibuilder/debian: Add official multi-arch tags for Bookworm by Nico Huber · 1 year, 9 months ago
- f137f44 manibuilder/alpine: Add official multi-arch tags for 3.15, 3.16 and 3.17 by Nico Huber · 1 year, 9 months ago
- 05f0f7c manibuilder: Prepare for official multi-arch images by Nico Huber · 1 year, 9 months ago
- 93bffcd manibuilder/multiarch: Use persistence feature of qemu-user-static by Nico Huber · 1 year, 9 months ago
- fb433ba manibuilder: Switch to a per-image ccache by Nico Huber · 1 year, 9 months ago
- 25ea717 manibuilder: Replace `master` branch with `main` by Nico Huber · 1 year, 9 months ago
- 9b243b7 manibuilder/fedora: Add meson package by Nico Huber · 1 year, 9 months ago
- c5077dd manibuilder/fedora: Drop libusb-devel by Nico Huber · 1 year, 9 months ago
- b115c98 manibuilder/debian,ubuntu: Add meson package by Nico Huber · 1 year, 9 months ago
- e59061a manibuilder/debian,ubuntu: Drop old libusb, switch to libftdi1 by Nico Huber · 1 year, 9 months ago
- b50d73d manibuilder/anita: Update to NetBSD 9.3 by Nico Huber · 1 year, 9 months ago
- bad19ae manibuilder/anita: Install meson package by Nico Huber · 1 year, 9 months ago
- 74e0f52 manibuilder/alpine: Optionally add meson by Nico Huber · 1 year, 9 months ago
- 582267f manibuilder/alpine: Drop libusb-compat, add libftdi by Nico Huber · 1 year, 9 months ago
- 9b2f052 manibuilder/alpine: Fix SSL cert issues by Nico Huber · 1 year, 9 months ago
- 8fbd36f dirtyjtag_spi: Add DJTAG2 support by Nico Huber · 1 year, 9 months ago
- abdb07f dirtyjtag_spi: Add DJTAG version detection by Nico Huber · 1 year, 9 months ago
- 6be0655 spi95: Fix error return code of probe_spi_st95() by Nico Huber · 1 year, 9 months ago
- a2eaf4a flashchips: Add entries for SST26VF016/032 by Nico Huber · 1 year, 9 months ago
- 07dd121 Makefile: Enable jlink_spi by default by Nico Huber · 1 year, 9 months ago
- da5daed Makefile: Port library dependency checks to mark_missing_dep by Nico Huber · 1 year, 9 months ago
- aded7cc Makefile: Add infrastructure to handle missing dependencies by Nico Huber · 1 year, 9 months ago
- 054c0b5 Makefile: Add missing semicolon after 'unsupported' message by Nico Huber · 1 year, 9 months ago
- aa5268d Rename CONFIG_LINUX_GPIOD --> CONFIG_LINUX_GPIO_SPI by Nico Huber · 1 year, 8 months ago
- 71c97ee test_build: Use Meson if present by Nico Huber · 1 year, 8 months ago
- 819ba50 test_build: Add some simple dummy-flasher tests by Nico Huber · 1 year, 8 months ago
- b84f55b test_build: Update make call by Nico Huber · 1 year, 8 months ago
- 8c37eaa Add missing Intel B460 flash chip id by Christopher Lentocha · 1 year, 10 months ago
- e0b92e0 chipset_enable.c: add PCI ID for TGL-UP3 by Jan Samek · 2 years ago
- 12d5eb9 chipset_enable: Add PCI ID for Raptor Lake S by Nico Huber · 1 year, 9 months ago
- d48318c chipset_enable: Add missing Tiger Lake IDs by Nico Huber · 1 year, 9 months ago
- c1fa341 chipset_enable: Add a line break in debug output by Nico Huber · 1 year, 10 months ago
- c152f53 Switch default to version info from Git by Nico Huber · 1 year, 10 months ago
- d2472e5 amd_spi100: Check IllegalAccess before executing command by Nico Huber · 1 year, 8 months ago
- f5fcd74 amd_spi100: Revise 4BA support by Nico Huber · 1 year, 8 months ago