summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* manibuilder/debian: Add Bullseye image tagsNico Huber2022-09-271-1/+4
* mainbuilder/debian,ubuntu: Disable TLS verification for Git commandsNico Huber2022-09-272-0/+2
* manibuilder/debian: Drop all sid image tagsNico Huber2022-09-271-2/+1
* manibuilder/fedora: Add newer image tagsNico Huber2022-09-271-5/+9
* manibuilder/alpine: Add newer image tagsNico Huber2022-09-272-1/+5
* manibuilder/fedora: Disable TLS verification for Git commandsNico Huber2022-09-271-1/+2
* manibuilder/fedora: Install `systemd-devel` packageNico Huber2022-09-271-1/+1
* manibuilder/alpine: Disable TLS verification for Git commandsNico Huber2022-09-271-1/+2
* manibuilder/centos: Install `systemd-devel` packageNico Huber2022-09-271-1/+1
* manibuilder/centos: Disable TLS verification for Git commandsNico Huber2022-09-271-1/+3
* drivers/: Make 'internal_delay' the default unless definedEdward O'Callaghan2022-09-2737-42/+6
* atapromise.c: Use fallback_map instead of own identical implementationThomas Heijligen2022-09-271-7/+1
* layout.c: Validate _layout_entry_by_name() arguments before useEdward O'Callaghan2022-09-271-0/+2
* ichspi: Factor out common hwseq_xfer logic into helpersSubrata Banik2022-09-261-90/+55
* test_build.sh: Use multiple cores if Make is usedFelix Singer2022-09-231-2/+2
* test_build.sh: Build all programmers individually using MesonFelix Singer2022-09-231-3/+23
* test_build.sh: Delete old build dir when Meson is usedFelix Singer2022-09-231-4/+7
* test_build.sh: Improve robustness when dealing with empty $CCPatrick Georgi2022-09-211-1/+1
* test_build.sh: Identify runs for Coverity ScanPatrick Georgi2022-09-211-1/+1
* internal.c: Pass `programmer_cfg` to `try_mtd()`Angel Pons2022-09-212-4/+7
* tests: Add unit test for initialisation with NULL programmer paramAnastasia Klimchuk2022-09-204-1/+18
* tests/parade_lspcon.c: Replace spaces with tabsAnastasia Klimchuk2022-09-201-10/+10
* flashrom_tester: Fix cargo check and clippy warningsEvan Benn2022-09-198-45/+33
* flashrom.c: Drop `programmer_param` global variableAngel Pons2022-09-181-11/+11
* programmer_init: Work on a mutable copy of programmer paramsNico Huber2022-09-181-5/+14
* tests: Add workaround to allow tests mock fileno on FreeBSDAnastasia Klimchuk2022-09-161-0/+11
* Revert "flashrom.c: Remove programmer_param global state"Thomas Heijligen2022-09-141-27/+25
* print.c: Fix format string for WindowsThomas Heijligen2022-09-131-1/+2
* flashrom.c: Remove programmer_param global stateEdward O'Callaghan2022-09-121-25/+27
* tests: Guard Linux-specific linux/spidev.h header fileAnastasia Klimchuk2022-09-121-0/+2
* tests: Use MOCK_FD instead of NON_ZERO for file operationsAnastasia Klimchuk2022-09-121-2/+2
* Documentation: Add build instructions for mesonThomas Heijligen2022-09-121-0/+127
* meson: Refactor the programmer selectionThomas Heijligen2022-09-124-342/+463
* meson: Overhaul the print_wiki optionThomas Heijligen2022-09-122-5/+11
* meson: Build the classic cli / flashrom cli executable as featureThomas Heijligen2022-09-122-13/+16
* test_build.sh: Enforce tests to be enabledFelix Singer2022-09-081-1/+1
* Revert "cmocka: Drop as meson subproject"Nico Huber2022-09-083-3/+17
* dmi.c: Retype variable `anchored` with boolFelix Singer2022-09-081-3/+4
* dummyflasher.c: Retype appropriate variables and attributes with boolFelix Singer2022-09-081-11/+12
* it87spi.c: Retype attribute `fast_spi` with boolFelix Singer2022-09-081-3/+4
* ich_descriptors.c: Retype variable `has_forbidden_opcode` with boolFelix Singer2022-09-081-3/+4
* fmap.c: Retype appropriate variables with boolFelix Singer2022-09-081-5/+8
* ft2232_spi.c: Retype variable `clock_5x` with boolFelix Singer2022-09-081-2/+3
* spi25.c: Retype appropriate variables with boolFelix Singer2022-09-081-5/+5
* tree: Retype variable `laptop_ok` with boolFelix Singer2022-09-084-7/+8
* ichspi.c: Retype appropriate variables with boolFelix Singer2022-09-081-10/+11
* tree: Retype variable `programmer_may_write` with boolFelix Singer2022-09-085-6/+9
* flashrom.c: Retype appropriate variables with boolFelix Singer2022-09-081-5/+6
* linux_mtd.c: Retype appropriate attributes with boolFelix Singer2022-09-081-4/+5
* 82802ab.c: Retype appropriate variables with boolFelix Singer2022-09-081-6/+8