aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add MEC1308 EC programmerVictor Ding2020-08-206-0/+572
* Add ENE LPC programmerVictor Ding2020-08-206-0/+645
* flashchips: Add W25Q256JW_DTRDavid Hendricks2020-08-192-0/+48
* flashchips: Add support for Macronix MX25L5121ESteve Markgraf2020-08-042-0/+39
* meson: Do not compile with -DSTANDALONERichard Hughes2020-08-041-1/+0
* ft2232_spi.c: align with Chrome OS flashromNikolai Artemiev2020-08-041-10/+17
* stlinkv3_spi.c: Improve printed messagesMiklós Márton2020-08-041-5/+6
* Add support for Winbond W25X05CLJacob Appelbaum2020-07-262-0/+33
* meson: fix compilation under uClibc-ngRosen Penev2020-07-211-1/+1
* endiantest: Fix #if expressionDavid Hendricks2020-07-211-1/+1
* raiden_debug_spi: add param for a custom reset setupMary Ruthven2020-07-211-12/+30
* raiden_debug_spi: add missing USB_SPI requestsMary Ruthven2020-07-211-4/+11
* raiden_debug_spi.c: Add support for USB SPI protocol V2Brian J. Nemec2020-07-211-12/+672
* raiden_debug_spi.c: Add protocol based configuration to initBrian J. Nemec2020-07-211-28/+105
* raiden_debug_spi.c: Add USB context states and helper functionsBrian J. Nemec2020-07-201-67/+207
* raiden_debug_spi.c: Add transfer context statesBrian J. Nemec2020-07-201-32/+67
* raiden_debug_spi.c: Clean up the USB SPI protocolBrian J. Nemec2020-07-201-64/+125
* raiden_debug_spi.c: Rename Protocol V1 specific fieldsBrian J. Nemec2020-07-201-20/+24
* ichspi.c: Make ich_init_spi() parameteric on spibarEdward O'Callaghan2020-07-161-27/+27
* ichspi.c: Make pprinters parametric on ich_generationEdward O'Callaghan2020-07-161-16/+17
* ichspi.c: Make ich_set_bbar() parameteric on ich_generationEdward O'Callaghan2020-07-161-5/+5
* ichspi.c: Make ich_init_opcodes() parameteric on ich_generationEdward O'Callaghan2020-07-161-13/+13
* ichspi.c: Make ich_init_spi() parametric on ich_generationEdward O'Callaghan2020-07-161-5/+5
* Install the man file when using meson as a buildsystemRichard Hughes2020-07-152-1/+12
* chipset_enable: add PCI ID for APL-I (Broxton)Jan Samek2020-07-101-0/+1
* serial: Fix file read/write error handling for WindowsDavid Hendricks2020-07-071-8/+22
* dediprog: Correct REQTYPE_OTHER_OUT macroDavid Hendricks2020-06-241-1/+1
* tree: Remove unneeded semicolons after loopsDavid Hendricks2020-06-242-2/+2
* mysteries_intel: Add a section for software vs hardware sequencingDavid Hendricks2020-06-201-0/+42
* tests/spi25.c: Add unit-test coverage of spi95.cEdward O'Callaghan2020-06-173-0/+21
* tests/: Add helper.c unit testsEdward O'Callaghan2020-06-174-0/+85
* tests/: Add flashrom.c unit testsEdward O'Callaghan2020-06-174-0/+45
* flashchips: Add W25Q256.Wel-coderon2020-06-162-0/+42
* tests/: Add spi25.c unit testsEdward O'Callaghan2020-06-164-0/+196
* tests/: Add CMocka unit-test infrastructureEdward O'Callaghan2020-06-166-0/+105
* libflashrom.c: Fix indentation of a braceAngel Pons2020-05-281-1/+1
* libflashrom.c: Use casts on enum conversionsAngel Pons2020-05-281-2/+4
* Add board enable for ASUS P3B-FKeith Hui2020-05-192-1/+48
* 82802ab.c: Remove duplicated checkAngel Pons2020-05-131-3/+3
* spi25: Debug flashrom crash when Write Protect is ONYuji Sasaki2020-05-101-1/+2
* raiden_debug_spi.c: Enables USB retry for invalid write countBrian J. Nemec2020-05-081-3/+7
* realtek_mst_i2c_spi.c: Remove dead codeEdward O'Callaghan2020-05-071-33/+0
* realtek_mst_i2c_spi.c: Fix cmd timeout issueEdward O'Callaghan2020-05-071-8/+12
* realtek_mst_i2c_spi.c: Fix _spi_write256() as documentedEdward O'Callaghan2020-05-061-22/+50
* realtek_mst_i2c_spi.c: Fix _spi_send_command cb for erasuresEdward O'Callaghan2020-05-061-9/+40
* raiden_debug_spi: Fix memleakPatrick Georgi2020-05-051-1/+3
* spi95: Check for success before using send_command's returned dataPatrick Georgi2020-05-051-1/+4
* raiden_debug_spi.c: Clean up global stateEdward O'Callaghan2020-05-051-15/+42
* realtek_mst_i2c_spi.c: Define some register namesEdward O'Callaghan2020-05-051-6/+14
* Makefile: Remove 'NEED_LIBUSB1' from lspcon requirementsEdward O'Callaghan2020-05-041-1/+0