| Commit message (Expand) | Author | Age | Files | Lines |
* | opaque_master: Move shutdown function above opaque_master struct | Anastasia Klimchuk | 2021-08-17 | 2 | -25/+25 |
* | opaque_master: Add shutdown function in opaque_master struct | Anastasia Klimchuk | 2021-08-17 | 2 | -0/+8 |
* | linux_mtd: Free param right after its last usage | Anastasia Klimchuk | 2021-08-17 | 1 | -4/+6 |
* | nicintel_eeprom: Check UNPROG_DEVICE in 82580 shutdown | Anastasia Klimchuk | 2021-08-17 | 1 | -14/+24 |
* | nicintel_eeprom: Delete extra parentheses from if condition | Anastasia Klimchuk | 2021-08-17 | 1 | -1/+1 |
* | spi_master: Move shutdown function above spi_master struct | Anastasia Klimchuk | 2021-08-17 | 14 | -188/+184 |
* | spi_master: Add shutdown function in spi_master struct | Anastasia Klimchuk | 2021-08-17 | 2 | -0/+8 |
* | realtek_mst_i2c_spi: don't always fail init | Peter Marheine | 2021-08-10 | 1 | -1/+1 |
* | tests: Add init-shutdown test for nicrealtek | Anastasia Klimchuk | 2021-08-09 | 5 | -0/+34 |
* | programmer_table: Remove space between address operator and variable | Anastasia Klimchuk | 2021-08-09 | 1 | -2/+2 |
* | ft2232_spi: Add FTDI search by description. | Harry Johnson | 2021-07-29 | 1 | -2/+6 |
* | spi_master: Add default write_aai function to masters that have none | Anastasia Klimchuk | 2021-07-23 | 2 | -0/+2 |
* | tests: Add unit tests for layout sanity checks | Anastasia Klimchuk | 2021-07-22 | 3 | -0/+111 |
* | tests: Trim excessive new lines from layout test output | Anastasia Klimchuk | 2021-07-22 | 1 | -18/+18 |
* | Replace freenode references | Angel Pons | 2021-07-21 | 3 | -31/+16 |
* | print_wiki.c: Update mailing list reference | Angel Pons | 2021-07-21 | 1 | -1/+1 |
* | tests: Add layout tests for overlapping regions | Anastasia Klimchuk | 2021-07-19 | 4 | -0/+116 |
* | tests: Wrap strdup to help cmocka recognise memory allocation | Anastasia Klimchuk | 2021-07-19 | 3 | -1/+17 |
* | dediprog: Init-shutdown test for dediprog | Anastasia Klimchuk | 2021-07-19 | 5 | -3/+111 |
* | flashrom.c: Reorder read_by_layout() to avoid forward decl | Edward O'Callaghan | 2021-07-16 | 1 | -27/+26 |
* | flashrom.c: Reorder check_block_eraser() to avoid forward decl | Edward O'Callaghan | 2021-07-16 | 1 | -27/+25 |
* | flashrom.c: Make extract_param() static local | Edward O'Callaghan | 2021-07-16 | 2 | -2/+1 |
* | flashchips: Add MX25L12873F | Nico Huber | 2021-07-14 | 2 | -2/+2 |
* | Makefile: Use dependency lists to generate NEED_<library> vars | Nico Huber | 2021-07-12 | 1 | -26/+4 |
* | Makefile: Enable bitbang_spi based on its dependency list | Nico Huber | 2021-07-12 | 1 | -17/+8 |
* | Makefile: Disable libusb/libpci programmers via dependency lists | Nico Huber | 2021-07-12 | 1 | -28/+13 |
* | Makefile: Deflate per-architecture handling of unsupported programmers | Nico Huber | 2021-07-12 | 1 | -132/+9 |
* | Makefile: Deflate handling of Linux-only programmers | Nico Huber | 2021-07-12 | 1 | -35/+6 |
* | Makefile: Deflate handling of unsupported programmers for libpayload | Nico Huber | 2021-07-12 | 1 | -70/+6 |
* | Makefile: Deflate handling of unsupported programmers for MinGW | Nico Huber | 2021-07-12 | 1 | -102/+7 |
* | Makefile: Deflate handling of unsupported programmers for DJGPP | Nico Huber | 2021-07-12 | 1 | -78/+6 |
* | Makefile: Add macro to disable unsupported programmers | Nico Huber | 2021-07-12 | 1 | -0/+7 |
* | Makefile: Gather lists of dependencies by feature/lib | Nico Huber | 2021-07-12 | 1 | -0/+49 |
* | Makefile: Move $(NEED_LIBFTDI) block to similar ones | Nico Huber | 2021-07-12 | 1 | -10/+10 |
* | Makefile: Move NI845X_SPI default to the other defaults | Nico Huber | 2021-07-12 | 1 | -3/+3 |
* | Revert "Mark ENE_LPC and MEC1308 as NEED_LIBPCI" | Nico Huber | 2021-07-12 | 1 | -4/+0 |
* | tests.c: Move opening brace on new line for function body | Anastasia Klimchuk | 2021-07-08 | 1 | -6/+12 |
* | flashrom.8: Add Anastasia to authors list | Edward O'Callaghan | 2021-07-08 | 1 | -0/+2 |
* | layout: Turn overlap debug message into warning | Nico Huber | 2021-07-06 | 1 | -2/+2 |
* | layout: Fix overlap-check routine | Nico Huber | 2021-07-06 | 1 | -1/+1 |
* | ich_descriptors: Normalize chipset detection | Nico Huber | 2021-06-30 | 1 | -11/+7 |
* | ich_descriptors: Don't base chipset detection on `freq_read` | Nico Huber | 2021-06-30 | 1 | -5/+3 |
* | ich_descriptors: Revise detection for chipsets w/ ICCRIBA | Nico Huber | 2021-06-30 | 2 | -22/+26 |
* | dediprog: Separate shutdown from failed init cleanup | Anastasia Klimchuk | 2021-06-30 | 1 | -8/+12 |
* | buspirate_spi: Use non-zero return value from buspirate_sendrecv | Anastasia Klimchuk | 2021-06-30 | 1 | -15/+5 |
* | util: Name udev-rules file accordingly | Felix Singer | 2021-06-28 | 1 | -0/+0 |
* | Makefile: Turn x86-arch comments into `if` | Nico Huber | 2021-06-27 | 1 | -2/+4 |
* | layout: Tidy up forward declarations | Nico Huber | 2021-06-26 | 1 | -7/+7 |
* | layout: Tidy up the include-args API | Nico Huber | 2021-06-26 | 4 | -7/+6 |
* | layout: Kill the global layout | Nico Huber | 2021-06-26 | 4 | -27/+11 |