aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ft2232_spi: Add FTDI search by description.Harry Johnson2021-07-291-2/+6
* spi_master: Add default write_aai function to masters that have noneAnastasia Klimchuk2021-07-232-0/+2
* tests: Add unit tests for layout sanity checksAnastasia Klimchuk2021-07-223-0/+111
* tests: Trim excessive new lines from layout test outputAnastasia Klimchuk2021-07-221-18/+18
* Replace freenode referencesAngel Pons2021-07-213-31/+16
* print_wiki.c: Update mailing list referenceAngel Pons2021-07-211-1/+1
* tests: Add layout tests for overlapping regionsAnastasia Klimchuk2021-07-194-0/+116
* tests: Wrap strdup to help cmocka recognise memory allocationAnastasia Klimchuk2021-07-193-1/+17
* dediprog: Init-shutdown test for dediprogAnastasia Klimchuk2021-07-195-3/+111
* flashrom.c: Reorder read_by_layout() to avoid forward declEdward O'Callaghan2021-07-161-27/+26
* flashrom.c: Reorder check_block_eraser() to avoid forward declEdward O'Callaghan2021-07-161-27/+25
* flashrom.c: Make extract_param() static localEdward O'Callaghan2021-07-162-2/+1
* 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