| Commit message (Expand) | Author | Age | Files | Lines |
* | flashchips.c: Fix field order | Alan Green | 2019-07-04 | 1 | -15/+15 |
* | flashchips.c: Add comma after every .voltage attribute | Alan Green | 2019-07-04 | 1 | -2/+2 |
* | flashchips: Drop dead code of AT26DF321 | Alan Green | 2019-07-04 | 2 | -20/+1 |
* | flashchips.c: format block_erasers members | Alan Green | 2019-07-03 | 1 | -54/+102 |
* | flashchips.c: Make end of line comments consistent | Alan Green | 2019-07-02 | 1 | -21/+21 |
* | flashchips.c: ATMEL->Atmel for consistency | Alan Green | 2019-07-02 | 1 | -1/+1 |
* | flashchips.c: Make whitespace consistent | Alan Green | 2019-07-02 | 1 | -98/+101 |
* | Add support for MX25U25635F | David Tomaschik | 2019-06-28 | 1 | -0/+49 |
* | cli_classic: Remove old usage warnings | Jacob Garber | 2019-06-28 | 1 | -4/+0 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 18 | -80/+1 |
* | spi25: Fix layering violation in probe_spi_rdid4() | Nico Huber | 2019-06-27 | 1 | -20/+5 |
* | 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 |