summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fmap.{c,h}: update copyright year and nameNikolai Artemiev2020-10-302-2/+2
* internal.c: De-maze the pre-processor wraps a littleEdward O'Callaghan2020-10-281-5/+3
* Makefile: Fix typo NEED_LIBUSB0 -> NEED_LIBUSB1Edward O'Callaghan2020-10-281-1/+1
* Makefile: remove LSPCON and MST device dependency from libusbShiyu Sun2020-10-281-2/+0
* dummyflasher.c: Fix null par data and size param handlingNamyoon Woo2020-10-272-6/+20
* Mark ENE_LPC and MEC1308 as NEED_LIBPCIVictor Ding2020-10-271-0/+4
* dummyflasher.c: Do not print an error if probing failsAngel Pons2020-10-271-5/+1
* chipset_enable.c: check return value from rphysmap() callEdward O'Callaghan2020-10-271-0/+2
* internal.c: Co-locate global variables to top of fileEdward O'Callaghan2020-10-271-8/+8
* internal.c: Reshuffle functions to avoid forward declsEdward O'Callaghan2020-10-271-50/+36
* Mark ENE_LPC and MEC1308 as NEED_RAW_ACCESSVictor Ding2020-10-271-0/+2
* flashrom.c,flash.h: Kill dead fn shutdown_free()Edward O'Callaghan2020-10-242-7/+0
* realtek_mst_i2c_spi.c: Introduce ISP enter paramShiyu Sun2020-10-241-8/+24
* flashchips: Add support for Fudan SPI flash chipsJakob Petersson2020-10-232-0/+282
* realtek_mst_i2c_spi.c: Trigger gpio 88 toggle down after writeShiyu Sun2020-10-231-2/+1
* it87spi.c: Prevent use-after-free bugAngel Pons2020-10-221-1/+2
* spi25.c: Replace tab with space after '=' symbolEdward O'Callaghan2020-10-171-1/+1
* pcidev.c: populate IDs with pci_fill_info()Daniel Verkamp2020-10-141-0/+1
* realtek_mst_i2c_spi.c: Update GPIO pin 88 toggle functionShiyu Sun2020-10-141-14/+43
* it87spi.c: Fix layering violation of default_spi_readEdward O'Callaghan2020-10-121-2/+2
* dediprog.c: Fix layering violation of default_spi_readEdward O'Callaghan2020-10-121-3/+3
* realtek_mst_i2c_spi.c: Fixup get_params() err ctrl flowEdward O'Callaghan2020-10-021-5/+4
* realtek_mst_i2c_spi.c: Introduce MCU reset paramEdward O'Callaghan2020-10-021-5/+26
* realtek_mst_i2c_spi.c: Remove reset from init fnEdward O'Callaghan2020-10-021-5/+0
* Add writeprotect support infrastructureEdward O'Callaghan2020-09-286-2/+602
* Add support for Comet Lake-U/400-series PCHMatt DeVillier2020-09-245-2/+32
* dummyflasher.c: Upstream ChromiumOS 'freq' param featureEdward O'Callaghan2020-09-221-0/+52
* tests: Update licence headersNikolai Artemiev2020-09-177-4/+101
* tests: Clear ID cache before trying to fetch chip ID a second timePatrick Georgi2020-09-161-0/+1
* dummyflasher.c: Factor out global stateLachlan Bishop2020-09-141-168/+204
* allow 0x34 as ICCRIBA for CHIPSET_C620_SERIES_LEWISBURGJonathan Zhang2020-09-101-3/+11
* support 4-byte address format for VARIABLE_SIZE dummy flash deviceNamyoon Woo2020-09-072-3/+26
* dummyflasher.c: Only write back emulated image if modifiedNamyoon Woo2020-09-071-1/+9
* support variable-size SPI chip for dummy programmerNamyoon Woo2020-09-073-0/+113
* chipset_enable: Mark Intel Q77 as DEPJacob Garber2020-08-291-1/+1
* add PCI IDs for additional c620 series PCH chipsJonathan Zhang2020-08-271-0/+3
* spi: Allow cached ID bytes to be clearedEdward O'Callaghan2020-08-262-34/+56
* spi25.c: Factor out rdid_get_ids() and compare_id()Edward O'Callaghan2020-08-261-32/+30
* chipset_enable.c: Add support for Intel C620 Series Chipset SPI ControllerLuka Kovacic2020-08-251-0/+1
* Makefile: Fix building on AArch64 NixOSPyry Kontio2020-08-241-6/+10
* 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