summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ichspi: Unify timeouts across all SPI operations to 30sv1.1.1-rc1v1.1.11.1.xSubrata Banik2022-10-301-11/+12
* Makefile: Fix dependencies for developerbox_spiFelix Singer2022-10-062-1/+5
* Replace freenode referencesAngel Pons2022-10-063-31/+16
* print_wiki.c: Update mailing list referenceAngel Pons2022-10-061-1/+1
* pcidev: Always fetch ident infoNico Huber2022-09-292-6/+17
* pcidev.c: populate IDs with pci_fill_info()Daniel Verkamp2022-09-291-0/+1
* linux_mtd: check ioctl() return value properlyNikolai Artemiev2022-09-291-3/+5
* flashrom.8: add missing entry for `--flash-contents`Michael Niewöhner2022-09-291-0/+7
* jlink_spi: Reduce transfer sizeMarc Schink2022-09-291-1/+1
* linux_mtd: Disable buffering on the mtd deviceDouglas Anderson2022-09-291-0/+4
* chipset_enable.c: Validate physmap() return rcrb valueEdward O'Callaghan2022-09-291-0/+2
* chipset_enable.c: check return value from rphysmap() callEdward O'Callaghan2022-09-291-0/+2
* it87spi.c: Prevent use-after-free bugAngel Pons2022-09-291-1/+2
* spi25: Debug flashrom crash when Write Protect is ONYuji Sasaki2022-09-291-1/+2
* dummyflasher: Add error check for file readJacob Garber2022-09-291-2/+6
* linux_spi: Use fgets() to read buffer sizeJacob Garber2022-09-291-2/+1
* flashchips: Fix N25Q512 bulk eraseJacob Creedon2022-09-291-2/+2
* pickit2_spi: Fix "dead" assignmentElyes HAOUAS2022-09-291-1/+7
* dmi: Correctly check for ERROR_PTRNico Huber2022-03-071-1/+1
* tree: Make internal variables staticJacob Garber2022-03-0710-18/+18
* test_build.sh: Move build test procedure to repositoryPatrick Georgi2022-03-071-0/+4
* libflashrom: Add CPP guard to fix big-endian buildsv1.1Nico Huber2019-06-091-0/+2
* 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
* usbdev: Only match requested USB devicesv1.1-rc2Patrick Rudolph2019-06-031-1/+1
* 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
* Fix several -Wold-style-declaration warningsRichard Hughes2019-02-034-5/+5
* buspirate_spi: Fix a missing error check during _init()Richard Hughes2019-01-051-0/+2
* Fix a tiny memory leak in the CLI toolRichard Hughes2019-01-051-0/+1
* Add initial J-Link SPI programmerMarc Schink2019-01-056-1/+592
* linux_spi: Hardcode default spispeed of 2MHzNico Huber2018-12-221-10/+13
* chipset_enable.c: Mark Intel C224 as DEPTristan Corrick2018-12-221-1/+1
* libflashrom.h: Add missing includesNico Huber2018-12-211-0/+2
* fmap: Fix length calculation in error messageNico Huber2018-12-211-1/+1
* dediprog: Fix small, unaligned readsNico Huber2018-12-061-4/+4
* chipset_enable.c: Mark Intel PM55 as DEPAngel Pons2018-11-031-1/+1
* flashchips: Add Sanyo LE25FU206/A and LE25FU106BAngel Pons2018-11-012-0/+103
* chipset_enable.c: Mark Intel H81 as DEPTristan Corrick2018-11-011-1/+1
* flashchips: Add IS25LP256 and IS25WP256David Hendricks2018-10-302-0/+102
* flashchips: Add W25Q256JV supportDavid Hendricks2018-10-292-1/+49
* dmi: Remove nonsense guard; Makefile handles itNico Huber2018-10-231-4/+0