aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: merge compiler, hwlibs, features targets into config targetThomas Heijligen2022-01-201-25/+12
* Makefile: reorder make targetsThomas Heijligen2022-01-201-35/+36
* Makefile: clean up variablesThomas Heijligen2022-01-201-5/+4
* Makefile: Make pkg-config mandatory to find libpciThomas Heijligen2022-01-203-105/+54
* Makefile: replace RAW_ACCESS with RAW_MEM_ACCESS X86_MSR X86_PORT_IOThomas Heijligen2022-01-202-20/+19
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-2028-293/+249
* tests: Convert write chip tests to libflashrom APIAnastasia Klimchuk2022-01-191-2/+11
* tests: Convert read chip tests to libflashrom APIAnastasia Klimchuk2022-01-191-2/+11
* tests: Convert erase chip tests to libflashrom APIAnastasia Klimchuk2022-01-191-2/+3
* dediprog: wait for spi bulk read xfers to finishRick Altherr2022-01-141-1/+1
* linux_mtd: check ioctl() return value properlyNikolai Artemiev2022-01-141-3/+5
* layout: Hoist get_region_range() into libflashrom APIEdward O'Callaghan2022-01-116-16/+28
* it8212: remove unused rget_io_perms()Thomas Heijligen2022-01-101-4/+0
* satasii: remove unused rget_io_perms()Thomas Heijligen2022-01-102-5/+0
* ogp_spi: remove unused rget_io_perms()Thomas Heijligen2022-01-102-5/+0
* nicintel_spi: remove unused rget_io_perms()Thomas Heijligen2022-01-102-5/+0
* nicintel_eeprom: remove unused rget_io_perms()Thomas Heijligen2022-01-102-5/+0
* nicintel: remove unused rget_io_perms()Thomas Heijligen2022-01-102-8/+0
* gfxnvidia: remove unused rget_io_perms()Thomas Heijligen2022-01-102-5/+0
* 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