summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drkaiser: remove unused rget_io_perms()Thomas Heijligen2022-01-102-5/+0
* atavia: remove unused rget_io_perms()Thomas Heijligen2022-01-102-5/+0
* chipset_enable.c: Add TGP-H IDsTim Crawford2022-01-051-0/+9
* hwaccess_x86_msr: fix build for FreeBSDThomas Heijligen2022-01-051-0/+7
* Makefile: list dependencies for RAW_MEM_ACCESS, X86_PORT_IO, X86_MSRThomas Heijligen2021-12-221-9/+48
* physmap: rename to hwaccess_physmap, create own headerThomas Heijligen2021-12-2224-12/+49
* hwaccess physmap: move x86 msr related code into own filesThomas Heijligen2021-12-229-359/+405
* hwaccess: move x86 port I/O related code into own filesThomas Heijligen2021-12-2231-82/+122
* pci.h: move include into own wrapperThomas Heijligen2021-12-2224-18/+47
* Makefile: Make pkg-config mandatory to find libusb1Thomas Heijligen2021-12-222-56/+19
* Makefile: Make pkg-config mandatory to find libjaylinkThomas Heijligen2021-12-222-48/+20
* Makefile: Rework NI-845x detectionThomas Heijligen2021-12-222-65/+36
* Makefile: Make pkg-config mandatory to find libftdi1Thomas Heijligen2021-12-223-59/+57
* flashrom.8.tmpl: document W25Q128FV is emulated by dummyflasherSergii Dmytruk2021-12-171-0/+2
* flashrom.8.tmpl: remove outdated warning about v1.0Sergii Dmytruk2021-12-171-5/+0
* flashrom.c: Validate before allocate in verify_range()Edward O'Callaghan2021-12-151-10/+8
* flashchips: Add W25Q64JVSimon Buhrow2021-12-092-0/+41
* tests: Add init-shutdown test for raiden_debug_spiAnastasia Klimchuk2021-11-296-5/+208
* tests: Add wraps for __xstat/__fxstat variants of stat/fstatAnastasia Klimchuk2021-11-172-0/+28
* chipset_enable.c: Mark Intel Z390 as DEPmelvyn22021-11-171-1/+1
* 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