- c3b02dc Rebrand to flashprog and update URLs by Nico Huber · 1 year, 3 months ago flashprog
- e7a41e3 tree/: Make probe_opcode() flashctx argument const by Nikolai Artemiev · 2 years ago
- b0be320 spi.c: Add AT45 erasefn opcode mapping by Thomas Heijligen · 2 years, 2 months ago
- e2ff4e9 spi25.c: Move spi_get_opcode_from_erasefn() to spi.c by Thomas Heijligen · 2 years, 2 months ago
- 0cea753 spi: Add function to probe erase command opcode for all spi_master by Aarya Chaumal · 2 years, 4 months ago
- 0b587f9 spi: Make 'default_spi_write_aai' the default unless defined by Edward O'Callaghan · 2 years, 2 months ago
- 7783f2f spi_master: Add shutdown function in spi_master struct by Anastasia Klimchuk · 3 years, 4 months ago
- 5e08e3e programmer: Smoothen register_spi_master() API by Nico Huber · 3 years, 6 months ago
- ac90af6 Change references to flashrom-stable by Nico Huber · 1 year, 11 months ago
- 5eca427 const'ify flashctx to align signatures with cros flashrom by Edward O'Callaghan · 4 years, 7 months ago
- d8b2e80 spi: Move 16MiB partitioning up into spi_chip_read() by Nico Huber · 5 years ago
- e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 7 years ago
- ed098d6 spi: Move ICH BBAR quirk out of the way by Nico Huber · 8 years ago
- 9912718 4BA: Flashrom integration for the 4-bytes addressing extensions by Boris Baykov · 8 years ago
- a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
- f20b7be Add 'const' keyword to chip write and other function prototypes by Mark Marshall · 11 years ago
- eb58257 Add a bunch of new/tested stuff and various small changes 14 by Stefan Tauner · 12 years ago
- 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 12 years ago
- 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
- c40cff7 Have all programmer init functions register bus masters/programmers by Carl-Daniel Hailfinger · 13 years ago
- 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
- 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
- c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
- 8c35745 Revert "Unsignify lengths and addresses in chip functions and structs" by Stefan Tauner · 13 years ago
- d196e7c Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
- 1a22795 Rename CHIP_BUSTYPE_FOO to BUS_FOO by Carl-Daniel Hailfinger · 13 years ago
- 93f7023 Add a bunch of new/tested stuff and various small changes 6 by Stefan Tauner · 13 years ago
- b9dbe48 Kill central list of SPI programmers by Michael Karcher · 14 years ago
- 6279751 Factor out SPI write/read chunking wrappers by Michael Karcher · 14 years ago
- 97bc95c Fix and improve libpayload platform support by Patrick Georgi · 14 years ago
- 7f517a7 Various IT85* cleanups and fixes by Carl-Daniel Hailfinger · 14 years ago
- 4e74839 Update the ITE IT8500 EC support to match the current state of the flashrom-chromium tree by David Hendricks · 14 years ago
- 90021f2 Add support for the Open Graphics Project development card, OGD1, as a SPI flash programmer by Mark Marshall · 14 years ago
- 306b818 Add chunked write ability to the Dediprog SF100 driver by Carl-Daniel Hailfinger · 14 years ago
- 75a58f9 Switch all flash chips to partial write by Carl-Daniel Hailfinger · 14 years ago
- f52f784 Move implicit erase out of chip drivers by Carl-Daniel Hailfinger · 14 years ago
- ec489e4 Honor ICH SPI address window for reads by Carl-Daniel Hailfinger · 14 years ago
- 004f4b7 Add Intel Gigabit NIC SPI flashing support by Idwer Vollering · 14 years ago
- fd7075a Add detailed status register printing and unlocking for all ATMEL AT25* chips by Carl-Daniel Hailfinger · 14 years ago
- 2f43616 Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashing support by Carl-Daniel Hailfinger · 14 years ago
- 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
- e7fdd6e Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elektro/spipgm.htm by Carl-Daniel Hailfinger · 14 years ago
- 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
- ca812d4 Use the max_rom_decode infrastructure for wbsio_spi by Carl-Daniel Hailfinger · 14 years ago
- 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
- ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
- 1b0ba89 Add SPI chip read support to the dummy flasher by Carl-Daniel Hailfinger · 14 years ago
- 8ae500e Fix message printing for SPI RES on spew level by Carl-Daniel Hailfinger · 14 years ago
- 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
- 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
- 80f3d05 ichspi: try harder to conform to address restrictions by Carl-Daniel Hailfinger · 14 years ago
- cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
- 316a29f Convert various prints to use msg_p* and msg_g* respectively by Sean Nelson · 15 years ago
- 408e47a Multibyte SPI write for the Bus Pirate by Carl-Daniel Hailfinger · 15 years ago
- 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
- e4edb06 Ignore RES (1 byte) if chip replied to REMS (2 bytes) by Carl-Daniel Hailfinger · 15 years ago
- eac6579 Add write support by Carl-Daniel Hailfinger · 15 years ago
- d38fac8 Dediprog SF100 support by Carl-Daniel Hailfinger · 15 years ago
- 5643c07 Block eraser conversions and support for Eon EN25B series by Sean Nelson · 15 years ago
- 4e2fb0e Don't use "byte" as identifier by Michael Karcher · 15 years ago
- db53ec5 Add a few FIXME comments to the generic SPI code by Carl-Daniel Hailfinger · 15 years ago
- 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
- d5b28fa Add the ability to set Bus Pirate SPI speed via the command line by Carl-Daniel Hailfinger · 15 years ago
- 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago
- 01d49ed Add support for generic RDID and REMS matching of unknown chips by Carl-Daniel Hailfinger · 15 years ago
- 3efc51c If a SPI command taking an address does fail, we want to know the address for easier debugging by Carl-Daniel Hailfinger · 15 years ago
- de75a5e Introduce proper error checking for SPI programming by Carl-Daniel Hailfinger · 15 years ago
- 26f7e64 The current ICH SPI preop handling is a hack which spews lots of warnings, but still yields correct results by Carl-Daniel Hailfinger · 15 years ago
- 4740c6f Allow to exclude each of the external programmer drivers from being compiled in by Carl-Daniel Hailfinger · 15 years ago
- f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
- 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
- 3426ef6 If FT2232H SPI is not enabled, it should be compiled out completely by Carl-Daniel Hailfinger · 15 years ago
- 116081a Replace remaining explicit erases in SPI programmer drivers with auto-erases by Carl-Daniel Hailfinger · 15 years ago
- 5b2f52f Fix SPI multicommand endless loop in default_spi_send_multicommand by Carl-Daniel Hailfinger · 15 years ago
- f8555e2 This is a workaround for a bug in SB600 and SB700 by Carl-Daniel Hailfinger · 15 years ago
- 414bd32 Verbose probe output is split across multiple lines for some probe functions by Carl-Daniel Hailfinger · 15 years ago
- fcbdbbc Convert SPI write status register to multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
- 02487aa Replace most of the switch cases in the spi code with lookup on a struct instead by Carl-Daniel Hailfinger · 15 years ago
- 2f1b36f Convert SPI byte program to use the multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
- 39fa9b5 Convert SPI block erase to use the multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
- 60d7118 Convert SPI chip erase to use the multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
- d047829 Add SPI multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
- 3431bb7 Check result of all SPI erase functions by Carl-Daniel Hailfinger · 15 years ago
- 05dfbe6 This patch adds support for a new SPI programmer, based on the FT2232H/4232H chip from FTDI by Paul Fox · 15 years ago
- cbf563c Support reads of arbitrary range by Carl-Daniel Hailfinger · 15 years ago
- 0845464 Split flashchips.h from flash.h by Carl-Daniel Hailfinger · 15 years ago
- 38a059d Every SPI host controller implemented its own way to read flash chips by Carl-Daniel Hailfinger · 15 years ago
- eb3acef Add spi_nbyte_program as generic function to the SPI layer by Paul Fox · 15 years ago
- ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
- 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
- 2ad267d Use consistent naming for local chip ID variables by Carl-Daniel Hailfinger · 15 years ago
- 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
- 1e63784 Additionally to WREN also handle WRSR failures gracefully for ICHSPI by Carl-Daniel Hailfinger · 16 years ago
- bfe2e0c Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flasher driver by Carl-Daniel Hailfinger · 16 years ago
- 5100a8a Generic status register prettyprinting for SST25* by Carl-Daniel Hailfinger · 16 years ago
- 3e9dbea There are various reasons why a SPI command can fail by Carl-Daniel Hailfinger · 16 years ago
- 8d49701 Convert all flashchips.c entries with SPI programing to the 256-byte version by default by Carl-Daniel Hailfinger · 16 years ago
- 96930c3 Chips like the SST SST25VF080B can only handle single byte writes outside AAI mode by Carl-Daniel Hailfinger · 16 years ago
- 03adbe1 Refine handling of spi_write_enable() failures to fix chip erases on ichspi by Carl-Daniel Hailfinger · 16 years ago
- 1bfd6c9 Improve SST25 status register routines by Carl-Daniel Hailfinger · 16 years ago