| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for Comet Lake-U/400-series PCH | Matt DeVillier | 2020-09-24 | 5 | -2/+32 |
* | dummyflasher.c: Upstream ChromiumOS 'freq' param feature | Edward O'Callaghan | 2020-09-22 | 1 | -0/+52 |
* | tests: Update licence headers | Nikolai Artemiev | 2020-09-17 | 7 | -4/+101 |
* | tests: Clear ID cache before trying to fetch chip ID a second time | Patrick Georgi | 2020-09-16 | 1 | -0/+1 |
* | dummyflasher.c: Factor out global state | Lachlan Bishop | 2020-09-14 | 1 | -168/+204 |
* | allow 0x34 as ICCRIBA for CHIPSET_C620_SERIES_LEWISBURG | Jonathan Zhang | 2020-09-10 | 1 | -3/+11 |
* | support 4-byte address format for VARIABLE_SIZE dummy flash device | Namyoon Woo | 2020-09-07 | 2 | -3/+26 |
* | dummyflasher.c: Only write back emulated image if modified | Namyoon Woo | 2020-09-07 | 1 | -1/+9 |
* | support variable-size SPI chip for dummy programmer | Namyoon Woo | 2020-09-07 | 3 | -0/+113 |
* | chipset_enable: Mark Intel Q77 as DEP | Jacob Garber | 2020-08-29 | 1 | -1/+1 |
* | add PCI IDs for additional c620 series PCH chips | Jonathan Zhang | 2020-08-27 | 1 | -0/+3 |
* | spi: Allow cached ID bytes to be cleared | Edward O'Callaghan | 2020-08-26 | 2 | -34/+56 |
* | spi25.c: Factor out rdid_get_ids() and compare_id() | Edward O'Callaghan | 2020-08-26 | 1 | -32/+30 |
* | chipset_enable.c: Add support for Intel C620 Series Chipset SPI Controller | Luka Kovacic | 2020-08-25 | 1 | -0/+1 |
* | Makefile: Fix building on AArch64 NixOS | Pyry Kontio | 2020-08-24 | 1 | -6/+10 |
* | Add MEC1308 EC programmer | Victor Ding | 2020-08-20 | 6 | -0/+572 |
* | Add ENE LPC programmer | Victor Ding | 2020-08-20 | 6 | -0/+645 |
* | flashchips: Add W25Q256JW_DTR | David Hendricks | 2020-08-19 | 2 | -0/+48 |
* | flashchips: Add support for Macronix MX25L5121E | Steve Markgraf | 2020-08-04 | 2 | -0/+39 |
* | meson: Do not compile with -DSTANDALONE | Richard Hughes | 2020-08-04 | 1 | -1/+0 |
* | ft2232_spi.c: align with Chrome OS flashrom | Nikolai Artemiev | 2020-08-04 | 1 | -10/+17 |
* | stlinkv3_spi.c: Improve printed messages | Miklós Márton | 2020-08-04 | 1 | -5/+6 |
* | Add support for Winbond W25X05CL | Jacob Appelbaum | 2020-07-26 | 2 | -0/+33 |
* | meson: fix compilation under uClibc-ng | Rosen Penev | 2020-07-21 | 1 | -1/+1 |
* | endiantest: Fix #if expression | David Hendricks | 2020-07-21 | 1 | -1/+1 |
* | raiden_debug_spi: add param for a custom reset setup | Mary Ruthven | 2020-07-21 | 1 | -12/+30 |
* | raiden_debug_spi: add missing USB_SPI requests | Mary Ruthven | 2020-07-21 | 1 | -4/+11 |
* | raiden_debug_spi.c: Add support for USB SPI protocol V2 | Brian J. Nemec | 2020-07-21 | 1 | -12/+672 |
* | raiden_debug_spi.c: Add protocol based configuration to init | Brian J. Nemec | 2020-07-21 | 1 | -28/+105 |
* | raiden_debug_spi.c: Add USB context states and helper functions | Brian J. Nemec | 2020-07-20 | 1 | -67/+207 |
* | raiden_debug_spi.c: Add transfer context states | Brian J. Nemec | 2020-07-20 | 1 | -32/+67 |
* | raiden_debug_spi.c: Clean up the USB SPI protocol | Brian J. Nemec | 2020-07-20 | 1 | -64/+125 |
* | raiden_debug_spi.c: Rename Protocol V1 specific fields | Brian J. Nemec | 2020-07-20 | 1 | -20/+24 |
* | ichspi.c: Make ich_init_spi() parameteric on spibar | Edward O'Callaghan | 2020-07-16 | 1 | -27/+27 |
* | ichspi.c: Make pprinters parametric on ich_generation | Edward O'Callaghan | 2020-07-16 | 1 | -16/+17 |
* | ichspi.c: Make ich_set_bbar() parameteric on ich_generation | Edward O'Callaghan | 2020-07-16 | 1 | -5/+5 |
* | ichspi.c: Make ich_init_opcodes() parameteric on ich_generation | Edward O'Callaghan | 2020-07-16 | 1 | -13/+13 |
* | ichspi.c: Make ich_init_spi() parametric on ich_generation | Edward O'Callaghan | 2020-07-16 | 1 | -5/+5 |
* | Install the man file when using meson as a buildsystem | Richard Hughes | 2020-07-15 | 2 | -1/+12 |
* | chipset_enable: add PCI ID for APL-I (Broxton) | Jan Samek | 2020-07-10 | 1 | -0/+1 |
* | serial: Fix file read/write error handling for Windows | David Hendricks | 2020-07-07 | 1 | -8/+22 |
* | dediprog: Correct REQTYPE_OTHER_OUT macro | David Hendricks | 2020-06-24 | 1 | -1/+1 |
* | tree: Remove unneeded semicolons after loops | David Hendricks | 2020-06-24 | 2 | -2/+2 |
* | mysteries_intel: Add a section for software vs hardware sequencing | David Hendricks | 2020-06-20 | 1 | -0/+42 |
* | tests/spi25.c: Add unit-test coverage of spi95.c | Edward O'Callaghan | 2020-06-17 | 3 | -0/+21 |
* | tests/: Add helper.c unit tests | Edward O'Callaghan | 2020-06-17 | 4 | -0/+85 |
* | tests/: Add flashrom.c unit tests | Edward O'Callaghan | 2020-06-17 | 4 | -0/+45 |
* | flashchips: Add W25Q256.W | el-coderon | 2020-06-16 | 2 | -0/+42 |
* | tests/: Add spi25.c unit tests | Edward O'Callaghan | 2020-06-16 | 4 | -0/+196 |
* | tests/: Add CMocka unit-test infrastructure | Edward O'Callaghan | 2020-06-16 | 6 | -0/+105 |