| Commit message (Expand) | Author | Age | Files | Lines |
* | tree: Make internal variables static | Jacob Garber | 2019-06-26 | 10 | -18/+18 |
* | Makefile: Enable -Wmissing-prototypes | Jacob Garber | 2019-06-23 | 1 | -1/+1 |
* | tree: Remove unused functions with no prototypes | Jacob Garber | 2019-06-23 | 4 | -186/+0 |
* | tree: Include missing headers for function prototypes | Jacob Garber | 2019-06-23 | 5 | -0/+5 |
* | tree: Make internal functions static | Jacob Garber | 2019-06-23 | 13 | -30/+29 |
* | bitbang_spi: Drop bitbang_spi_master_type | Nico Huber | 2019-06-23 | 8 | -38/+2 |
* | ft2232_spi.c: Remove unneeded 'else' | Elyes HAOUAS | 2019-06-21 | 1 | -6/+4 |
* | fmap.c: Remove unneeded 'else' | Elyes HAOUAS | 2019-06-21 | 1 | -5/+3 |
* | dmi.c: Remove unneeded 'else' | Elyes HAOUAS | 2019-06-21 | 1 | -2/+1 |
* | serprog.c: Remove unneeded 'else' | Elyes HAOUAS | 2019-06-21 | 1 | -4/+3 |
* | ichspi.c: Remove unneeded 'else' | Elyes HAOUAS | 2019-06-21 | 1 | -12/+12 |
* | spi25: Fix layering violation in default_spi_write_aai() | Nico Huber | 2019-06-21 | 3 | -16/+2 |
* | dediprog: Bail out on unsupported, long transfers | Nico Huber | 2019-06-21 | 1 | -1/+9 |
* | spi: Move 16MiB partitioning up into spi_chip_read() | Nico Huber | 2019-06-21 | 3 | -33/+28 |
* | print: Update Asus URLs to use more secure HTTPS | Paul Menzel | 2019-06-21 | 1 | -113/+113 |
* | layout: Introduce layout_next_included() | Nico Huber | 2019-06-17 | 3 | -21/+31 |
* | layout: Make `romentry.name` a pointer | Nico Huber | 2019-06-17 | 5 | -17/+39 |
* | layout: Move generic layout functions into `layout.c` | Nico Huber | 2019-06-17 | 3 | -35/+43 |
* | layout: Never use global `layout` directly | Nico Huber | 2019-06-17 | 1 | -20/+23 |
* | layout.c: Don't use global variables for included regions | Arthur Heymans | 2019-06-17 | 4 | -51/+58 |
* | libflashrom: Add CPP guard to fix big-endian builds | Nico Huber | 2019-06-14 | 1 | -0/+2 |
* | cli: Add error on missing IFD | Patrick Rudolph | 2019-06-14 | 1 | -0/+3 |
* | Makefile: Also blacklist J-Link SPI for DOS | Nico Huber | 2019-06-08 | 1 | -0/+6 |
* | Makefile: Blacklist Digilent SPI (using USB) for DOS | Nico Huber | 2019-06-08 | 1 | -1/+6 |
* | ich_descriptors: Drop line numbering comments | Nico Huber | 2019-06-07 | 1 | -16/+16 |
* | layout.c: Use the libflashrom function for included arguments | Arthur Heymans | 2019-06-06 | 1 | -11/+6 |
* | Rework internal bus handling and laptop bail-out | Nico Huber | 2019-06-06 | 6 | -425/+501 |
* | dediprog: Allow 4BA on all protocol V2 devices | Patrick Rudolph | 2019-06-06 | 1 | -1/+1 |
* | dediprog: Implement 4BA EAR mode for protocol v1 | Nico Huber | 2019-06-04 | 3 | -6/+26 |
* | chipset_enable: Mark Intel QS77 as DEP | Evgeny Zinoviev | 2019-06-03 | 1 | -1/+1 |
* | dummyflasher: Add emulation for Winbond W25Q128FV | Nico Huber | 2019-06-03 | 1 | -0/+31 |
* | usbdev: Only match requested USB devices | Patrick Rudolph | 2019-05-27 | 1 | -1/+1 |
* | dediprog: Enable 4BA support for SF600, protocol V2 | Nico Huber | 2019-04-15 | 2 | -8/+28 |
* | Add support for the meson build system | Richard Hughes | 2019-04-02 | 5 | -0/+470 |
* | dediprog: Disable 4BA completely | Nico Huber | 2019-04-02 | 3 | -0/+18 |
* | Fix verification with sparse layouts | Nico Huber | 2019-04-02 | 3 | -9/+34 |
* | Remove trailing whitespace | Elyes HAOUAS | 2019-03-04 | 8 | -16/+16 |
* | layout.c: Remove unused variable | Arthur Heymans | 2019-03-04 | 1 | -2/+0 |
* | layout: Add missing stdbool.h include | Nico Huber | 2019-03-04 | 1 | -0/+1 |
* | Fix erasing of unaligned regions | Nico Huber | 2019-03-04 | 1 | -3/+66 |
* | Fix several -Wno-implicit-fallthrough warnings | Richard Hughes | 2019-02-11 | 4 | -3/+9 |
* | Fix one more -Wmissing-field-initializers warning | Richard Hughes | 2019-02-03 | 1 | -1/+3 |
* | Fix a trivial calloc warning | Richard Hughes | 2019-02-03 | 1 | -1/+1 |
* | Fix several -Wno-missing-field-initializers warnings | Richard Hughes | 2019-02-03 | 3 | -2/+8 |
* | Fix several -Wold-style-declaration warnings | Richard Hughes | 2019-02-03 | 4 | -5/+5 |
* | buspirate_spi: Fix a missing error check during _init() | Richard Hughes | 2019-01-05 | 1 | -0/+2 |
* | Fix a tiny memory leak in the CLI tool | Richard Hughes | 2019-01-05 | 1 | -0/+1 |
* | Add initial J-Link SPI programmer | Marc Schink | 2019-01-05 | 6 | -1/+592 |
* | linux_spi: Hardcode default spispeed of 2MHz | Nico Huber | 2018-12-22 | 1 | -10/+13 |
* | chipset_enable.c: Mark Intel C224 as DEP | Tristan Corrick | 2018-12-22 | 1 | -1/+1 |