aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use singular they to refer to "the user" in commentsAngel Pons2021-04-212-2/+2
* ft2232_spi.c: Fix typo in commentAngel Pons2021-04-211-1/+1
* flashrom.c: Fix up stale FIXME comment when doit() was removedEdward O'Callaghan2021-04-201-2/+2
* lspcon_i2c_spi.c: Rename PAGE_SIZE macroAngel Pons2021-04-191-8/+8
* ene_lpc.c: Move register_shutdown to the end of initialisationAnastasia Klimchuk2021-04-181-5/+4
* i2c_helper_linux.c: Use a fixed-size bufferAngel Pons2021-04-181-20/+9
* ene_lpc.c: Clean up cosmeticsAngel Pons2021-04-181-32/+18
* jlink_spi.c: Correct some log messagesAngel Pons2021-04-181-4/+4
* linux_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-04-181-12/+33
* linux_spi.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-04-181-7/+18
* linux_spi.c: Extract get_max_kernel_buf_size() as a functionAnastasia Klimchuk2021-04-181-36/+42
* cli_classic: prevent corruption of flash when stdout/stderr is closedJack Rosenthal2021-04-181-1/+23
* jlink_spi.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-04-161-18/+26
* ft2232_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-04-151-34/+57
* test_build.sh: use -C option of ninja to specify the build directoryThomas Heijligen2021-04-141-3/+5
* test_build.sh: use sh from envThomas Heijligen2021-04-141-1/+1
* meson: remove rayer_spi dependency on libpciDaniel Campello2021-04-141-1/+1
* Makefile,meson.build: Fix dependency issues with raiden_debug_spiEdward O'Callaghan2021-04-012-6/+1
* Enable dynamic memory allocation checks for cmocka unit testsAnastasia Klimchuk2021-04-014-12/+81
* tree: Remove forward-declarations of structs for spi mastersAnastasia Klimchuk2021-04-013-225/+218
* flashchips.c: mark MX25U25635F as TESTED_OK_PREWNikolai Artemiev2021-03-241-1/+1
* flashchips.c: mark GD25Q256D as TESTED_OK_PREWNikolai Artemiev2021-03-241-1/+1
* flashchips.c: mark EN25S64 as TESTED_OK_PREWNikolai Artemiev2021-03-241-1/+1
* util/manibuilder/README.md: Fix typoAngel Pons2021-03-231-1/+1
* meson: Generalise libflashrom product to link as static or dynDaniel Campello2021-03-191-1/+1
* meson: Add print_wiki optionDaniel Campello2021-03-192-0/+7
* meson: fix dependency on raw accessDaniel Campello2021-03-191-1/+1
* rayer_spi.c: Remove forward-declarationsAnastasia Klimchuk2021-03-181-54/+45
* manibuilder: Add NetBSD 8.2 target (anita:8.2-amd64)Nico Huber2021-03-162-5/+11
* manibuilder: Add a version number to anita tagsNico Huber2021-03-162-10/+10
* manibuilder/anita: Make disk and memory sizes configurableNico Huber2021-03-162-2/+10
* manibuilder: Add list of tags used for the 1.1.x branchNico Huber2021-03-161-2/+55
* manibuilder: Add newer targets for Alpine, CentOS, FedoraNico Huber2021-03-161-2/+8
* manibuilder: Allow warnings in NetBSD and CentOS buildsNico Huber2021-03-161-1/+2
* manibuilder: Add libjaylink where possible, disable where notNico Huber2021-03-164-4/+10
* manibuilder: Enable CONFIG_EVERYTHING=yesNico Huber2021-03-161-2/+3
* manibuilder: Add list of tags used for the 1.0.x branchNico Huber2021-03-161-2/+55
* Add ManibuilderNico Huber2021-03-1613-0/+470
* cbtable.c: Use correct format specifier for `size_t`Angel Pons2021-03-161-1/+1
* chipset_enable.c: Add PCI ID for Comet Lake U BaseSam McNally2021-03-111-0/+1
* CHROMIUM: flashrom: update .tested field for EN25QH128Tim Chen2021-03-111-1/+1
* usb_device: Fix up whitespaceAngel Pons2021-03-102-21/+21
* usb_device.h: Improve `LIBUSB_ERROR` macroAngel Pons2021-03-101-1/+1
* chipset_enable: Mark Intel C216 as DEPJacob Garber2021-02-281-1/+1
* Add support for Adesto AT25SF128AEdward O'Callaghan2021-02-282-0/+39
* tree: Remove forward-declarations for spi mastersAnastasia Klimchuk2021-02-165-462/+432
* serprog.c: Remove forward-declarationsAnastasia Klimchuk2021-02-161-239/+222
* dummyflasher.c: Remove forward-declarationsAnastasia Klimchuk2021-02-161-450/+438
* realtek_mst_i2c_spi.c: Move gpio 88 toggle outside write functionShiyu Sun2021-02-121-6/+7
* CHROMIUM: avl_tool: more gracefully handle termination by SIGINTPeter Marheine2021-02-114-1/+51