aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pcidev: Move scandev_inclass logic from internal to pcidevEdward O'Callaghan2022-03-046-26/+26
* ft2232_spi.c: Add FTDI FT4233HCharles Parent2022-03-031-0/+5
* pcidev: Move pci_get_dev() logic into canonical placeEdward O'Callaghan2022-03-023-9/+15
* writeprotect: add {get,set}_wp_mode()Nikolai Artemiev2022-03-012-7/+47
* writeprotect: add set_wp_range()Nikolai Artemiev2022-03-012-4/+36
* libflashrom,writeprotect: add flashrom_wp_get_available_ranges()Nikolai Artemiev2022-03-014-0/+281
* writeprotect: add get_wp_range() for decoding rangesNikolai Artemiev2022-03-011-3/+11
* flashchips,writeprotect_ranges: add range decoding functionNikolai Artemiev2022-03-016-1/+107
* libflashrom,writeprotect: add functions for reading/writing WP configsNikolai Artemiev2022-03-014-0/+363
* writeprotect.h: add structure to represent chip wp configuration bitsNikolai Artemiev2022-03-011-0/+36
* flash.h,flashchips.c: add writeprotect bit layout map to chipsNikolai Artemiev2022-03-013-0/+77
* spi25_statusreg,flashchips: add SR2 read/write supportNikolai Artemiev2022-02-284-3/+53
* spi25_statusreg: make register read/write functions genericNikolai Artemiev2022-02-283-39/+95
* writeprotect, cli_classic: delete old writeprotect codeNikolai Artemiev2022-02-285-571/+7
* libflashrom: Allow NULL-pointer argument in flashrom_flash_release()Nico Huber2022-02-281-0/+3
* hwaccess_x86_io: merge error message in rget_io_perms()Thomas Heijligen2022-02-271-5/+2
* meson.build: Don't depend on getrevision.shSamuel R. Messner2022-02-251-2/+2
* pcidev: Avoid internal programmer relying on pacc globalEdward O'Callaghan2022-02-243-23/+25
* cli_classic: Use flashrom_init() from APIEdward O'Callaghan2022-02-241-4/+2
* Makefile: Rework the EXEC_SUFFIX determinationThomas Heijligen2022-02-231-2/+1
* cli_classic: Replace programmer_shutdown() with libflashrom callEdward O'Callaghan2022-02-221-1/+1
* cli_classic: Use flashrom_flash_getsize() over raw accessEdward O'Callaghan2022-02-221-5/+5
* Makefile: enable internal programmer for x86 and all linux platformsThomas Heijligen2022-02-211-12/+20
* libflashrom/fmap: Don't use off_t for flash offsetsJulius Werner2022-02-203-6/+6
* tests: Add tests for verify operationAnastasia Klimchuk2022-02-183-0/+100
* internal.c: Seperate out get_params() from internal_init()Edward O'Callaghan2022-02-171-15/+35
* 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