aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ichspi: Split very long init function into twoAnastasia Klimchuk2022-02-021-242/+255
* Add mediatek_i2c_spi interfaceNeill Corlett2022-02-016-0/+531
* flashrom.c: Move do_*() helpers into cli_classic.cEdward O'Callaghan2022-01-273-101/+97
* flashrom.c: Make {read,write}_buf_from_include_args() publicEdward O'Callaghan2022-01-272-2/+4
* SFDP: make mandatory table length check work with newer SFDP revisionsMichael Niewöhner2022-01-261-1/+1
* sfdp: drop redundant check of the mandatory table sizeMichael Niewöhner2022-01-261-4/+0
* meson: sync programmer dependencies from MakefilePeter Marheine2022-01-251-44/+65
* hwaccess: fix build on non-x86 targetsPeter Marheine2022-01-254-11/+16
* flashrom: Convert do_read() into a libflashrom userEdward O'Callaghan2022-01-221-3/+18
* cli_classic.c: Convert do_erase() to libflashrom callEdward O'Callaghan2022-01-223-21/+14
* flashrom.c: extract operation only uses layout filesDaniel Campello2022-01-211-1/+2
* Makefile: remove obsolete distclean targetThomas Heijligen2022-01-201-3/+0
* Makefile: rename FEATURE_CFLAGS to FEATURE_FLAGSThomas Heijligen2022-01-201-59/+59
* 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