| Commit message (Expand) | Author | Age | Files | Lines |
* | spi95: Check for success before using send_command's returned data | Patrick Georgi | 2020-05-05 | 1 | -1/+4 |
* | raiden_debug_spi.c: Clean up global state | Edward O'Callaghan | 2020-05-05 | 1 | -15/+42 |
* | realtek_mst_i2c_spi.c: Define some register names | Edward O'Callaghan | 2020-05-05 | 1 | -6/+14 |
* | Makefile: Remove 'NEED_LIBUSB1' from lspcon requirements | Edward O'Callaghan | 2020-05-04 | 1 | -1/+0 |
* | Initial Realtek MST i2c_spi support | Edward O'Callaghan | 2020-05-04 | 6 | -0/+487 |
* | libflashrom.c: Use correct type for sizeof | Angel Pons | 2020-05-03 | 1 | -1/+1 |
* | chipset_enable.c: Spell `BIOS` in uppercase | Angel Pons | 2020-05-03 | 1 | -1/+1 |
* | Revert "flashchips: port S25FS(128S) chip from chromiumos" | Nico Huber | 2020-05-01 | 8 | -415/+6 |
* | lspcon_i2c_spi.c: Prefix with fn name instead of just 'Error:' | Shiyu Sun | 2020-05-01 | 1 | -8/+12 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 26 | -53/+53 |
* | ft2232_spi.c: Improve handling of static buffer | Angel Pons | 2020-04-25 | 1 | -3/+3 |
* | spi25.c: Add a null check | Angel Pons | 2020-04-25 | 1 | -0/+2 |
* | lspcon_i2c_spi.c: Trivial style fix | Edward O'Callaghan | 2020-04-24 | 1 | -1/+1 |
* | stlinkv3_spi: Avoid division by zero | Patrick Georgi | 2020-04-24 | 1 | -2/+3 |
* | stlinkv3_spi: Fix memory leak | Patrick Georgi | 2020-04-24 | 1 | -0/+1 |
* | usb_device: Fix memory leak | Patrick Georgi | 2020-04-24 | 1 | -0/+2 |
* | raiden_debug_spi: Fix memleak | Patrick Georgi | 2020-04-24 | 1 | -0/+3 |
* | pcidev.c: Drop unused variable | Elyes HAOUAS | 2020-04-24 | 1 | -2/+1 |
* | flashchips: port S25FS(128S) chip from chromiumos | sibradzic | 2020-04-22 | 8 | -6/+415 |
* | lspcon_i2c_spi.c: Clean up some unnecessary indirection | Edward O'Callaghan | 2020-04-19 | 1 | -11/+7 |
* | chipset_enable.c: Disable SPI on ICH7 if booted from LPC | Angel Pons | 2020-04-17 | 1 | -0/+8 |
* | cli_classic.c: Prevent memory leak | Angel Pons | 2020-04-14 | 1 | -0/+3 |
* | flashchips: Add support for Winbond W25Q64JW | Scott Chao | 2020-04-09 | 2 | -0/+41 |
* | flashchips: Add W25Q512JV | Joel Stanley | 2020-04-08 | 2 | -0/+45 |
* | ft2232_spi.c: change the chunksize from 256 to 270 | el-coderon | 2020-04-08 | 1 | -1/+1 |
* | lspcon_i2c_spi.c: Add SPI-master support for PS17{5,6} | Shiyu Sun | 2020-04-01 | 6 | -0/+556 |
* | i2c_helper: Add support for the Linux I2C subsystem | Shiyu Sun | 2020-04-01 | 4 | -0/+239 |
* | Makefile: Fix 'CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=no' | Edward O'Callaghan | 2020-03-28 | 1 | -0/+1 |
* | chipset_enable.c: Add more Lewisburg PCH IDs | Angel Pons | 2020-03-27 | 1 | -0/+8 |
* | Fix segfault when running `flashrom -L` | Angel Pons | 2020-03-26 | 3 | -1/+7 |
* | flashchips: add support for GigaDevice GD25WQ80E | Dino Li | 2020-03-25 | 2 | -0/+39 |
* | flashchips: Add Macronix MX25R3235F | sibradzic | 2020-03-24 | 2 | -0/+40 |
* | chipset_enable: Mark Intel HM75 as DEP | Evgeny Zinoviev | 2020-03-19 | 1 | -1/+1 |
* | chipset_enable.c: Mark Skylake U Premium as DEP | Angel Pons | 2020-03-19 | 1 | -1/+1 |
* | raiden_debug_spi.c: Add a delay following AP/EC flash enable | Edward O'Callaghan | 2020-03-11 | 1 | -0/+9 |
* | raiden_debug_spi.c: Disable retry during some error codes | Edward O'Callaghan | 2020-03-11 | 2 | -2/+59 |
* | raiden_debug_spi.c: Implement retry mechanism | Edward O'Callaghan | 2020-03-11 | 1 | -8/+42 |
* | raiden_debug_spi.c: Clean up RW ops into sep paths | Edward O'Callaghan | 2020-03-11 | 1 | -25/+71 |
* | raiden_debug_spi.c: Fix indents to be consistent | Edward O'Callaghan | 2020-03-11 | 1 | -40/+40 |
* | ft2232_spi: Fix broken GPIOL cs_bits state (#126) | sibradzic | 2020-03-09 | 1 | -1/+1 |
* | ft2232_spi: Enhance csgpiol parameter for FT2232 | sibradzic | 2020-03-09 | 1 | -14/+26 |
* | sb600spi: Add spireadmode | Rob Barnes | 2020-03-03 | 2 | -44/+99 |
* | raiden_debug: Upstream ChromiumOS servo debug board prog | Edward O'Callaghan | 2020-03-03 | 6 | -0/+489 |
* | raiden_debug: Upstream ChromiumOS usb_device helpers | Edward O'Callaghan | 2020-03-02 | 4 | -1/+559 |
* | util/flashrom_tester: Upstream E2E testing framework | Edward O'Callaghan | 2020-02-24 | 16 | -0/+2680 |
* | ubertest: Add blackbox test uber-script | David Hendricks | 2020-02-23 | 8 | -0/+2086 |
* | flashchips: Add Spansion S25FL512S | Bernhard Urban-Forster | 2020-02-09 | 1 | -0/+33 |
* | chipset_enable.c: Add Ice Lake U to known and tested systems | Johanna Schander | 2020-02-09 | 1 | -0/+1 |
* | Fix building with meson, again | Angel Pons | 2020-02-01 | 1 | -0/+1 |
* | chipset_enable: Add Kaby Lake U Prem. to known and tested systems | Wim Vervoorn | 2020-01-22 | 1 | -1/+1 |