aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: remove CPPFLAGS and LDFLAGS to default directoriesThomas Heijligen2022-02-161-15/+0
* ich_descriptors.c Invert the meaning of 'dual_output' bitWerner Zeh2022-02-161-1/+1
* platform/pci.h: adapt NetBSD include path to pkg-configThomas Heijligen2022-02-151-1/+1
* Makefile: use pkg-config --libs --static for LDFLAGSThomas Heijligen2022-02-152-2/+1
* Makefile: check if librt is an external libraryThomas Heijligen2022-02-152-0/+8
* tests: Add comprehensive comment for chip.cAnastasia Klimchuk2022-02-141-0/+12
* tests: Set up mock chip memory in consistent and predictable wayAnastasia Klimchuk2022-02-141-0/+2
* tests: add fprintf() mock with redirection to io_mockNikolai Artemiev2022-02-143-0/+16
* Add Elkhart Lake supportWerner Zeh2022-02-045-6/+47
* fmap.c: Avoid undefined behaviour with fmap_lsearch([len:=0])Edward O'Callaghan2022-02-031-0/+3
* ichspi: Remove unneeded line breaks, add useful line breaks and tabsAnastasia Klimchuk2022-02-021-58/+36
* ichspi: Extract initialisation of swseq and hwseq into a functionAnastasia Klimchuk2022-02-021-34/+41
* ichspi: Extract handling programmer param into a functionAnastasia Klimchuk2022-02-021-27/+37
* 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