| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial Realtek MST i2c_spi support | Edward O'Callaghan | 2020-05-04 | 1 | -0/+12 |
* | Revert "flashchips: port S25FS(128S) chip from chromiumos" | Nico Huber | 2020-05-01 | 1 | -25/+0 |
* | flashchips: port S25FS(128S) chip from chromiumos | sibradzic | 2020-04-22 | 1 | -0/+25 |
* | lspcon_i2c_spi.c: Add SPI-master support for PS17{5,6} | Shiyu Sun | 2020-04-01 | 1 | -0/+12 |
* | Fix segfault when running `flashrom -L` | Angel Pons | 2020-03-26 | 1 | -1/+1 |
* | raiden_debug: Upstream ChromiumOS servo debug board prog | Edward O'Callaghan | 2020-03-03 | 1 | -0/+12 |
* | Add support for STLINK V3 debugger/programmer via its SPI bridge | Miklós Márton | 2019-12-31 | 1 | -0/+13 |
* | Add support for National Instruments USB-845x devices | Miklós Márton | 2019-11-14 | 1 | -0/+11 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -1/+1 |
* | tree: Remove unused functions with no prototypes | Jacob Garber | 2019-06-23 | 1 | -148/+0 |
* | tree: Make internal functions static | Jacob Garber | 2019-06-23 | 1 | -5/+4 |
* | layout: Introduce layout_next_included() | Nico Huber | 2019-06-17 | 1 | -21/+12 |
* | layout: Make `romentry.name` a pointer | Nico Huber | 2019-06-17 | 1 | -1/+5 |
* | dediprog: Disable 4BA completely | Nico Huber | 2019-04-02 | 1 | -0/+10 |
* | Fix verification with sparse layouts | Nico Huber | 2019-04-02 | 1 | -9/+15 |
* | Fix erasing of unaligned regions | Nico Huber | 2019-03-04 | 1 | -3/+66 |
* | Fix a trivial calloc warning | Richard Hughes | 2019-02-03 | 1 | -1/+1 |
* | Fix several -Wold-style-declaration warnings | Richard Hughes | 2019-02-03 | 1 | -2/+2 |
* | Add initial J-Link SPI programmer | Marc Schink | 2019-01-05 | 1 | -0/+12 |
* | Remove unneeded whitespace | Elyes HAOUAS | 2018-10-05 | 1 | -1/+0 |
* | Enable 4BA mode for Spansion 25FL256S | Nico Huber | 2018-10-03 | 1 | -1/+1 |
* | programmer: Add Developerbox/CP2104 bit bang driver | Daniel Thompson | 2018-08-17 | 1 | -0/+12 |
* | digilent_spi: add a driver for the iCEblink40 development board | Lubomir Rintel | 2018-06-26 | 1 | -0/+12 |
* | linux_mtd: Import driver from ChromiumOS | David Hendricks | 2018-05-17 | 1 | -1/+14 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Add support for reading the current flash contents from a file | Paul Kocialkowski | 2018-02-11 | 1 | -22/+41 |
* | Add support for selecting the erased bit value with a flag | Paul Kocialkowski | 2018-02-11 | 1 | -14/+18 |
* | Add a SPI command class to `struct flashchip` | Mike Banon | 2018-02-11 | 1 | -0/+3 |
* | spi25: Revise decision when to enter/exit 4BA mode | Nico Huber | 2018-01-02 | 1 | -3/+9 |
* | spi25: Remove now obsolete `four_bytes_addr_funcs` path | Nico Huber | 2017-12-28 | 1 | -3/+2 |
* | spi25: Integrate 4BA support | Nico Huber | 2017-12-28 | 1 | -0/+3 |
* | Do not stop probing for flashchips after map_flash() failed | Martin Schiller | 2017-12-11 | 1 | -1/+1 |
* | Move get_layout() from flashrom.c to layout.c | dhendrix | 2017-10-17 | 1 | -8/+0 |
* | 4BA: Allow disabling 4-byte address mode for SPI flash | Ed Swierk | 2017-10-15 | 1 | -35/+6 |
* | 4BA: Support for new direct-4BA instructions + W25Q256.V update | Boris Baykov | 2017-10-15 | 1 | -2/+13 |
* | 4BA: Support for 4-bytes addressing via Extended Address Register | Boris Baykov | 2017-10-15 | 1 | -0/+4 |
* | 4BA: Flashrom integration for the 4-bytes addressing extensions | Boris Baykov | 2017-10-15 | 1 | -0/+23 |
* | Convert flashrom to git | Stefan Tauner | 2017-06-23 | 1 | -1/+1 |
* | Fix linking with libpayload | Nico Huber | 2017-06-22 | 1 | -0/+33 |
* | fixup! Add a convenient libflashrom interface | Nico Huber | 2017-06-20 | 1 | -1/+1 |
* | Add option to read ROM layout from IFD | Nico Huber | 2017-06-14 | 1 | -4/+4 |
* | Kill doit() | Nico Huber | 2017-06-03 | 1 | -322/+73 |
* | Add a convenient libflashrom interface | Nico Huber | 2017-06-03 | 1 | -5/+304 |
* | Add functions to read/erase/write/verify by layout | Nico Huber | 2017-06-03 | 1 | -0/+350 |
* | dediprog: use ordinary USB devs array | Stefan Tauner | 2016-02-22 | 1 | -3/+2 |
* | pickit2_spi: use ordinary USB devs array | Stefan Tauner | 2016-02-22 | 1 | -3/+2 |
* | Add support for WCH CH341A as an SPI programmer | Urja Rannikko | 2016-01-31 | 1 | -0/+12 |
* | Add a bunch of new/tested stuff and various small changes 24 | Stefan Tauner | 2016-01-23 | 1 | -1/+1 |
* | Add atapromise programmer | Joseph C. Lehner | 2016-01-16 | 1 | -0/+12 |
* | Pimp the manpage to create nicer hyperlinks and HTML output | Stefan Tauner | 2016-01-14 | 1 | -1/+1 |