aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: copy determination test for the endian to Makefile.dThomas Heijligen2021-10-153-8/+92
* Makefile: move determination test for the architecture to Makefile.dThomas Heijligen2021-10-154-21/+54
* Makefile: move determination test for OS to Makefile.dThomas Heijligen2021-10-155-12/+15
* Makefile: move determination tests for target systems to one placeThomas Heijligen2021-10-151-17/+9
* serprog: Move content of programmer specific header to C fileFelix Singer2021-10-152-26/+26
* gfxnvidia: Fix indentsFelix Singer2021-10-151-8/+8
* Makefile: summarize systems with the same CPPFLAGS and LDFLAGSThomas Heijligen2021-10-141-14/+4
* Makefile: use STRIP_ARGS = -s on all systemsThomas Heijligen2021-10-141-4/+1
* util: Add Nix shell fileFelix Singer2021-10-101-0/+16
* raiden_debug_spi: Use new API to register shutdown functionAnastasia Klimchuk2021-10-101-4/+2
* raiden_debug_spi: Move shutdown function above spi_master structAnastasia Klimchuk2021-10-101-31/+31
* raiden_debug_spi: Use spi data in configure_protocolAnastasia Klimchuk2021-10-101-7/+5
* raiden_debug_spi: Link spi_master struct to spi dataAnastasia Klimchuk2021-10-101-4/+5
* ft2232_spi: reintroduce generic GPIOL controlMichael Niewöhner2021-10-042-9/+109
* ich_descriptors: Add explicit checks for all chipsetsDavid Hendricks2021-10-011-10/+19
* flashrom.8: carve out `csgpiol` into its own sectionMichael Niewöhner2021-10-011-6/+11
* ft2232_spi: prevent use of reserved pins on some programmersMichael Niewöhner2021-10-011-0/+12
* flashchips.c: mark EN25F10 as TEST_OK_PREWSimon Buhrow2021-10-011-1/+1
* tests: Revise mock chip definition and usageAnastasia Klimchuk2021-10-011-117/+60
* tests: Add tests to read from chipAnastasia Klimchuk2021-10-015-0/+146
* tests: Extract setup and teardown for chip testsAnastasia Klimchuk2021-10-011-55/+47
* nicintel_spi.c: Implement `set_sck_set_mosi` and `set_sck_get_miso`Angel Pons2021-10-011-0/+27
* util/ich_descriptors_tool: Use GNU-style printf in MinGWDavid Hendricks2021-10-011-0/+4
* ch341a: use better english in the debug messageThomas Heijligen2021-10-011-1/+1
* dediprog.c: Split up compound conditional and swap two operationsAngel Pons2021-10-011-3/+3
* internal.c: unify the macro for x86 only codeThomas Heijligen2021-09-291-7/+7
* ch341a_spi: replace active kernel driver detaching by automatic oneThomas Heijligen2021-09-291-11/+4
* Makefile: move functions and macros to own fileThomas Heijligen2021-09-282-197/+215
* custom_baud: move Linux specific code into own fileThomas Heijligen2021-09-284-47/+69
* os.h: remove unneeded includeThomas Heijligen2021-09-271-2/+0
* ft2232_spi: clarify the comment about gpio configurationMichael Niewöhner2021-09-261-2/+5
* flashrom.8: add missing entry for `--flash-contents`Michael Niewöhner2021-09-261-0/+7
* flashrom.8: replace `svn changelog` with `git history`Michael Niewöhner2021-09-261-1/+1
* remove compile guardsThomas Heijligen2021-09-2618-83/+0
* mec1308: remove MEC1308 EC programmerVictor Ding2021-09-229-602/+2
* ene_lpc: remove ENE LPC programmerVictor Ding2021-09-229-681/+3
* dediprog.c: Drop dediprog_ prefix for spi data struct membersAnastasia Klimchuk2021-09-131-60/+54
* dediprog.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-09-131-112/+150
* chipset_enable.c: Mark Z97 as DEPSophie van Soest2021-09-131-1/+1
* ich_descriptors_tool: Add missing Comet Point in usageMichał Żygowski2021-09-121-0/+1
* ni845x_spi: add missing const specifier to the spi_transmit functionMiklós Márton2021-09-061-1/+1
* Add support for Intel Emmitsburg PCHJonathan Zhang2021-09-012-0/+3
* tests: Mock file i/o for linux_mtd and linux_spi testsAnastasia Klimchuk2021-08-305-4/+180
* par_master: Fix propagation of register_par_master() return valuesAnastasia Klimchuk2021-08-3010-28/+10
* par_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-302-15/+4
* par_master: Move shutdown function above par_master structAnastasia Klimchuk2021-08-302-18/+18
* par_master: Add shutdown function in par_master structAnastasia Klimchuk2021-08-302-0/+8
* ni845x_spi: handle PROGRAMFILES(X86) env var properlyMiklós Márton2021-08-271-2/+11
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-2521-112/+40
* opaque_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-252-15/+5