summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* flashchips.c: ATMEL->Atmel for consistencyAlan Green2019-07-021-1/+1
* flashchips.c: Make whitespace consistentAlan Green2019-07-021-98/+101
* Add support for MX25U25635FDavid Tomaschik2019-06-281-0/+49
* cli_classic: Remove old usage warningsJacob Garber2019-06-281-4/+0
* spi: Drop spi_controller typeNico Huber2019-06-2718-80/+1
* spi25: Fix layering violation in probe_spi_rdid4()Nico Huber2019-06-271-20/+5
* tree: Make internal variables staticJacob Garber2019-06-2610-18/+18
* Makefile: Enable -Wmissing-prototypesJacob Garber2019-06-231-1/+1
* tree: Remove unused functions with no prototypesJacob Garber2019-06-234-186/+0
* tree: Include missing headers for function prototypesJacob Garber2019-06-235-0/+5
* tree: Make internal functions staticJacob Garber2019-06-2313-30/+29
* bitbang_spi: Drop bitbang_spi_master_typeNico Huber2019-06-238-38/+2
* ft2232_spi.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-6/+4
* fmap.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-5/+3
* dmi.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-2/+1
* serprog.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-4/+3
* ichspi.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-12/+12
* spi25: Fix layering violation in default_spi_write_aai()Nico Huber2019-06-213-16/+2
* dediprog: Bail out on unsupported, long transfersNico Huber2019-06-211-1/+9
* spi: Move 16MiB partitioning up into spi_chip_read()Nico Huber2019-06-213-33/+28
* print: Update Asus URLs to use more secure HTTPSPaul Menzel2019-06-211-113/+113
* layout: Introduce layout_next_included()Nico Huber2019-06-173-21/+31
* layout: Make `romentry.name` a pointerNico Huber2019-06-175-17/+39
* layout: Move generic layout functions into `layout.c`Nico Huber2019-06-173-35/+43
* layout: Never use global `layout` directlyNico Huber2019-06-171-20/+23
* layout.c: Don't use global variables for included regionsArthur Heymans2019-06-174-51/+58
* libflashrom: Add CPP guard to fix big-endian buildsNico Huber2019-06-141-0/+2
* cli: Add error on missing IFDPatrick Rudolph2019-06-141-0/+3
* Makefile: Also blacklist J-Link SPI for DOSNico Huber2019-06-081-0/+6
* Makefile: Blacklist Digilent SPI (using USB) for DOSNico Huber2019-06-081-1/+6
* ich_descriptors: Drop line numbering commentsNico Huber2019-06-071-16/+16
* layout.c: Use the libflashrom function for included argumentsArthur Heymans2019-06-061-11/+6
* Rework internal bus handling and laptop bail-outNico Huber2019-06-066-425/+501
* dediprog: Allow 4BA on all protocol V2 devicesPatrick Rudolph2019-06-061-1/+1
* dediprog: Implement 4BA EAR mode for protocol v1Nico Huber2019-06-043-6/+26
* chipset_enable: Mark Intel QS77 as DEPEvgeny Zinoviev2019-06-031-1/+1
* dummyflasher: Add emulation for Winbond W25Q128FVNico Huber2019-06-031-0/+31
* usbdev: Only match requested USB devicesPatrick Rudolph2019-05-271-1/+1
* dediprog: Enable 4BA support for SF600, protocol V2Nico Huber2019-04-152-8/+28
* Add support for the meson build systemRichard Hughes2019-04-025-0/+470
* dediprog: Disable 4BA completelyv1.1-rc1Nico Huber2019-04-023-0/+18
* Fix verification with sparse layoutsNico Huber2019-04-023-9/+34
* Remove trailing whitespaceElyes HAOUAS2019-03-048-16/+16
* layout.c: Remove unused variableArthur Heymans2019-03-041-2/+0
* layout: Add missing stdbool.h includeNico Huber2019-03-041-0/+1
* Fix erasing of unaligned regionsNico Huber2019-03-041-3/+66
* Fix several -Wno-implicit-fallthrough warningsRichard Hughes2019-02-114-3/+9
* Fix one more -Wmissing-field-initializers warningRichard Hughes2019-02-031-1/+3
* Fix a trivial calloc warningRichard Hughes2019-02-031-1/+1
* Fix several -Wno-missing-field-initializers warningsRichard Hughes2019-02-033-2/+8