summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* realtek_mst_i2c_spi.c: Fix indentationShiyu Sun2021-01-221-3/+3
* it85spi.c: Inline it85xx_spi_common_init()Anastasia Klimchuk2021-01-211-52/+45
* programmer: remove unused noop_shutdown functionAlan Green2021-01-191-6/+0
* it85spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-01-191-35/+49
* util/getrevision.sh: Fallback when git tags is missingEdward O'Callaghan2021-01-181-1/+1
* tree/: Drop const from opaque data ptr in master definitions [alt]Edward O'Callaghan2021-01-172-8/+15
* flashchips.c: Mark GD25LQ128C/D as TEST_OK_PREWAlan Green2021-01-151-1/+1
* Makefile: Explicitly set '-std=c99'Edward O'Callaghan2021-01-132-1/+3
* spi25_statusreg.c: restore SR contents at flashrom exitNikolai Artemiev2021-01-131-0/+9
* Makefile: Add a DISABLE_CLOCK_GETTIME optionMartin Lucina2021-01-111-0/+5
* flashchips.c: Add support for XMC new SPI flash typesluke he2021-01-022-1/+245
* realtek_mst_i2c_spi.c: Consolidate shifts to the one fnEdward O'Callaghan2021-01-011-9/+8
* realtek_mst_i2c_spi.c: Don't depend on int overflowsEdward O'Callaghan2021-01-011-6/+6
* realtek_mst_i2c_spi.c: Update PAGE_SIZE and fix writeShiyu Sun2020-12-291-2/+3
* Add missing platform.h includesMiriam Polzer2020-12-262-0/+2
* realtek_mst_i2c_spi.c: Add ISP mode checkShiyu Sun2020-12-231-3/+14
* sb600spi.c: Detect rev 0x51 as PromontoryEdward O'Callaghan2020-12-231-1/+1
* chipdrivers.h: Trivial fix style of write_28sf040() signatureEdward O'Callaghan2020-12-201-1/+1
* layout.h,c: Use 'false' over '0' for bool typeEdward O'Callaghan2020-12-202-3/+3
* chipset_enable.c: Mark Intel H110 as DEPAngel Pons2020-12-181-1/+1
* dediprog: Fix segmentation fault on no device foundMedicine Yeh2020-12-171-1/+0
* sb600spi.c: Add support for 0x790b rev 0x61 (AMD Zen)Edward O'Callaghan2020-12-161-3/+64
* chipset_enable.c: mark "Broadwell U Base" as DEPNikolai Artemiev2020-12-141-1/+1
* meson: Add missing config option for J-Link SPIMarc Schink2020-12-132-0/+7
* flashchips: Mark Intel 25F640S33B8 as TESTED_PREWZoltan HERPAI2020-12-111-1/+1
* cli_classic.c: fix minor cosmetic bug when support for wiki page generation i...Idwer Vollering2020-12-081-1/+1
* flashchips.c: add Spansion chipsNikolai Artemiev2020-12-032-0/+189
* s25f.c: implement probing and block erasers for SpansionNikolai Artemiev2020-12-035-1/+404
* flashrom.c: implement chip restore callback registrationNikolai Artemiev2020-12-032-0/+41
* chipset_enable.c: Validate physmap() return rcrb valueEdward O'Callaghan2020-12-021-0/+2
* flash.h: Trivial indent fix of commentEdward O'Callaghan2020-12-011-3/+4
* flashrom.c: Correct "raiden_debug_spi" drv nameEdward O'Callaghan2020-11-302-2/+2
* raiden_debug: Rename with '_DEBUG_SPI' suffixEdward O'Callaghan2020-11-284-11/+11
* sb600spi.c: Remove 'amd_gen' out of global stateEdward O'Callaghan2020-11-251-27/+24
* dummyflasher.c: Allow filling with either 0x00 or 0xffEdward O'Callaghan2020-11-251-2/+24
* programmer.h,c: Drop dead noop_chip_writeb() fnEdward O'Callaghan2020-11-242-6/+0
* wbsio_spi.c: Move singleton state into spi master state trackerEdward O'Callaghan2020-11-231-12/+37
* wbsio_spi.c: Reorder functions with primitives at the topEdward O'Callaghan2020-11-231-34/+27
* chipset_enable.c: Mark Intel Q67 as DEPAngel Pons2020-11-231-1/+1
* sb600spi.c: Reorder functions with primitives at the topEdward O'Callaghan2020-11-221-25/+20
* bitbang_spi.c: Reorder functions with primitives at the topEdward O'Callaghan2020-11-221-51/+46
* it87spi.c: Remove 'it8716f_' prefix from local state trackerEdward O'Callaghan2020-11-221-21/+21
* it87spi.c: Move singleton state into spi master state trackerEdward O'Callaghan2020-11-221-26/+71
* it87spi.c: Reorder functions with primitives at the topEdward O'Callaghan2020-11-221-172/+164
* flashchips: Add support for Boya Microelectronics BY25Q128ASJack Olsen2020-11-202-0/+42
* it85spi.c: Reorder functions with primitives at the topAnastasia Klimchuk2020-11-171-69/+64
* chipset_enable.c: Add Intel pch7 did=0x1e4{1,2,3} supportEdward O'Callaghan2020-11-141-0/+3
* Disable ENE_LPC and MEC1308 on non-x86 archVictor Ding2020-11-121-0/+10
* programmer.h: Reorder MEC1308 and ENE_LPC enumeratorsEdward O'Callaghan2020-11-091-6/+6
* test_build.sh: Move build test procedure to repositoryPatrick Georgi2020-11-031-0/+8