summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* opaque_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-252-15/+5
* flashchips: Add MX25L12833FTao Xia2021-08-242-3/+3
* flashchips.c: Add 'GD25LQ128E' to match C and D variantsEdward O'Callaghan2021-08-241-1/+1
* tests: Add tests to erase a chipAnastasia Klimchuk2021-08-194-0/+237
* tests: Use real spi_send_command for all tests except spi25.cAnastasia Klimchuk2021-08-191-13/+29
* tests: add init_shutdown test for realtek_mst_i2c_spiPeter Marheine2021-08-195-0/+100
* opaque_master: Move shutdown function above opaque_master structAnastasia Klimchuk2021-08-172-25/+25
* opaque_master: Add shutdown function in opaque_master structAnastasia Klimchuk2021-08-172-0/+8
* linux_mtd: Free param right after its last usageAnastasia Klimchuk2021-08-171-4/+6
* nicintel_eeprom: Check UNPROG_DEVICE in 82580 shutdownAnastasia Klimchuk2021-08-171-14/+24
* nicintel_eeprom: Delete extra parentheses from if conditionAnastasia Klimchuk2021-08-171-1/+1
* spi_master: Move shutdown function above spi_master structAnastasia Klimchuk2021-08-1714-188/+184
* spi_master: Add shutdown function in spi_master structAnastasia Klimchuk2021-08-172-0/+8
* realtek_mst_i2c_spi: don't always fail initPeter Marheine2021-08-101-1/+1
* tests: Add init-shutdown test for nicrealtekAnastasia Klimchuk2021-08-095-0/+34
* programmer_table: Remove space between address operator and variableAnastasia Klimchuk2021-08-091-2/+2
* 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