summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile, ich_descriptors_tool/Makefile: unify behaviorThomas Heijligen2021-10-262-9/+8
* Makefile: unify the use of filterThomas Heijligen2021-10-251-4/+4
* tests: Fix fread wrap to return success by defaultAnastasia Klimchuk2021-10-191-3/+3
* tests: Add wrap for libusb_init and use it in dediprog testAnastasia Klimchuk2021-10-184-0/+18
* tests: Extract libusb wraps into separate fileAnastasia Klimchuk2021-10-183-46/+64
* tests: Move current_io to io_mock.c be visible across testsAnastasia Klimchuk2021-10-184-41/+66
* tests: Move LOG_ME to include/tests.h to be available everywhereAnastasia Klimchuk2021-10-182-3/+2
* tests: Add NON_ZERO macro and not_null function instead of MOCK_HANDLEAnastasia Klimchuk2021-10-183-13/+23
* hwaccess: replace flashrom specific macros by compiler definesThomas Heijligen2021-10-1511-112/+19
* buildsystem: evaluate the USE_IOPL, USE_DEV_IO, USE_IOPERM macrosThomas Heijligen2021-10-153-20/+37
* buildsystem: handle the IS_WINDOWS macroThomas Heijligen2021-10-153-7/+12
* platform.h: remove IS_LINUX and IS_MACOSX macrosThomas Heijligen2021-10-152-12/+2
* buildsystem: Determine the endianness only in the buildsystemThomas Heijligen2021-10-153-89/+14
* 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