summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Tiger Lake U Premium supportMichał Żygowski2021-11-176-8/+92
* tests: Rename flash context in chip tests to flashctxAnastasia Klimchuk2021-11-081-22/+22
* tests: Add tests to write on chipAnastasia Klimchuk2021-11-084-0/+72
* hwaccess.c: move function declarations from programmer.h to hwaccess.hThomas Heijligen2021-11-074-33/+34
* Makefile: Move libftdi1 detection to hwlibs targetThomas Heijligen2021-11-071-28/+24
* Makefile: Move NI845X_SPI library detection to hwlibs targetThomas Heijligen2021-11-071-16/+15
* Makefile: Revise build options for Linux specific headersThomas Heijligen2021-11-075-82/+48
* Makefile: Revise utsname and clock_gettime testThomas Heijligen2021-11-074-47/+31
* Makefile: compiler target: separate fixed text and value by a colonThomas Heijligen2021-11-071-8/+6
* flashrom.c: Delete obsolete commentSimon Buhrow2021-11-071-1/+0
* sb600spi: Cleanup spispeed and spireamode warningsRob Barnes2021-11-041-3/+3
* Makefile: Revise C compiler checkThomas Heijligen2021-11-013-15/+14
* pony_spi: fix memory leakThomas Heijligen2021-11-011-0/+1
* flashrom_tester: Use elogtool to list firmware eventlogJack Rosenthal2021-10-272-7/+7
* Makefile: remove NEED_LIBUSB1 from FEATURE_CFLAGSThomas Heijligen2021-10-261-1/+0
* Makefile: meson.build: remove unused CONFIG_I2C_SUPPORTThomas Heijligen2021-10-262-2/+0
* 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