summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* spi25: Remove dead incrementElyes HAOUAS2019-07-191-1/+0
* pickit2_spi: Fix "dead" assignmentElyes HAOUAS2019-07-191-2/+8
* flashchips: Add Macronix MX25L51245G as known chipHemanth Guruva Reddy2019-07-172-2/+2
* pickit2_spi: update to libusb1 and drop libusb0 dependencyThomas Heijligen2019-07-104-132/+60
* ichspi: Add Apollo Lake supportNico Huber2019-07-064-61/+155
* chipset_enable: Add Apollo LakeNico Huber2019-07-062-4/+21
* flashchips.c: Make .tested lines consistentAlan Green2019-07-051-2/+2
* flashchips.c: Sort file by vendor and modelAlan Green2019-07-051-4145/+4148
* layout: Increase max rom layout sizePatrick Rudolph2019-07-041-1/+1
* flashchips.c: Format SFDP-capable chip entryAlan Green2019-07-041-9/+8
* flashchips.c: Make comment placement consistentAlan Green2019-07-041-1/+2
* flashchips.c: Fix field orderAlan Green2019-07-041-15/+15
* flashchips.c: Add comma after every .voltage attributeAlan Green2019-07-041-2/+2
* flashchips: Drop dead code of AT26DF321Alan Green2019-07-042-20/+1
* flashchips.c: format block_erasers membersAlan Green2019-07-031-54/+102
* flashchips.c: Make end of line comments consistentAlan Green2019-07-021-21/+21
* 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