aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* flashchips: Add MX25L12873FNico Huber2021-07-142-2/+2
* Makefile: Use dependency lists to generate NEED_<library> varsNico Huber2021-07-121-26/+4
* Makefile: Enable bitbang_spi based on its dependency listNico Huber2021-07-121-17/+8
* Makefile: Disable libusb/libpci programmers via dependency listsNico Huber2021-07-121-28/+13
* Makefile: Deflate per-architecture handling of unsupported programmersNico Huber2021-07-121-132/+9
* Makefile: Deflate handling of Linux-only programmersNico Huber2021-07-121-35/+6
* Makefile: Deflate handling of unsupported programmers for libpayloadNico Huber2021-07-121-70/+6
* Makefile: Deflate handling of unsupported programmers for MinGWNico Huber2021-07-121-102/+7
* Makefile: Deflate handling of unsupported programmers for DJGPPNico Huber2021-07-121-78/+6
* Makefile: Add macro to disable unsupported programmersNico Huber2021-07-121-0/+7
* Makefile: Gather lists of dependencies by feature/libNico Huber2021-07-121-0/+49
* Makefile: Move $(NEED_LIBFTDI) block to similar onesNico Huber2021-07-121-10/+10
* Makefile: Move NI845X_SPI default to the other defaultsNico Huber2021-07-121-3/+3
* Revert "Mark ENE_LPC and MEC1308 as NEED_LIBPCI"Nico Huber2021-07-121-4/+0
* tests.c: Move opening brace on new line for function bodyAnastasia Klimchuk2021-07-081-6/+12
* flashrom.8: Add Anastasia to authors listEdward O'Callaghan2021-07-081-0/+2
* layout: Turn overlap debug message into warningNico Huber2021-07-061-2/+2
* layout: Fix overlap-check routineNico Huber2021-07-061-1/+1
* ich_descriptors: Normalize chipset detectionNico Huber2021-06-301-11/+7
* ich_descriptors: Don't base chipset detection on `freq_read`Nico Huber2021-06-301-5/+3
* ich_descriptors: Revise detection for chipsets w/ ICCRIBANico Huber2021-06-302-22/+26
* dediprog: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-06-301-8/+12
* buspirate_spi: Use non-zero return value from buspirate_sendrecvAnastasia Klimchuk2021-06-301-15/+5
* util: Name udev-rules file accordinglyFelix Singer2021-06-281-0/+0
* Makefile: Turn x86-arch comments into `if`Nico Huber2021-06-271-2/+4
* layout: Tidy up forward declarationsNico Huber2021-06-261-7/+7
* layout: Tidy up the include-args APINico Huber2021-06-264-7/+6
* layout: Kill the global layoutNico Huber2021-06-264-27/+11
* layout: Rework normalize_romentries() APINico Huber2021-06-264-6/+5
* libflashrom: Avoid using the global layoutNico Huber2021-06-261-3/+5
* libflashrom: Free `chip` instance upon flashctx teardownNico Huber2021-06-261-0/+2
* layout: Make `struct layout_include_args` private to `layout.c`Nico Huber2021-06-262-5/+7
* layout: Drop `count` parameter of flashrom_layout_new()Nico Huber2021-06-264-6/+5
* layout: Use linked list for `struct romentry`Nico Huber2021-06-263-71/+51
* Pass layout directly to verify_by_layout()Nico Huber2021-06-261-11/+11
* layout: Introduce get_default_layout()Nico Huber2021-06-262-2/+8
* layout: Introduce flashrom_layout_new()Nico Huber2021-06-269-42/+58
* layout: Introduce flashrom_layout_add_region()Nico Huber2021-06-265-50/+55
* layout: Add `capacity` fieldNico Huber2021-06-265-5/+9
* layout: Introduce layout_next()Nico Huber2021-06-263-66/+88
* hwaccess_x86_io_unittest: Add dummy iopl to avoid including sys/io.hAnastasia Klimchuk2021-06-261-1/+11
* tests: Do not run a test if its driver is not builtAnastasia Klimchuk2021-06-251-0/+16
* ft2232_spi: Revise error messageNico Huber2021-06-251-2/+1
* ft2232_spi: Normalize error paths in ft2232_shutdown()Nico Huber2021-06-251-5/+7
* ft2232_spi: Revise comments about output pin statesNico Huber2021-06-251-9/+21
* Revert "ft2232_spi: Enhance csgpiol parameter for FT2232"Nico Huber2021-06-251-26/+14
* Revert "ft2232_spi: Fix broken GPIOL cs_bits state (#126)"Nico Huber2021-06-251-1/+1
* Revert "ft2232_spi.c: Generalize GPIOL pin control"Nico Huber2021-06-251-43/+1
* Revert "ft2232_spi.c: Rename cs_bits to pinlvl"Nico Huber2021-06-251-14/+14
* ft2232_spi: Drop ft2232_spi_send_command()Nico Huber2021-06-251-90/+1