summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dummyflasher.c: Remove custom mapper from opaque_masterJonathon Hall2022-10-081-2/+0
* ichspi: Do not attempt to map physical memory for hwseqJonathon Hall2022-10-081-2/+0
* drivers: Move (un)map_flash_region to par/spi/opaque_masterJonathon Hall2022-10-0813-41/+119
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-0837-80/+9
* cli_classic.c: Add error messages for invalid --wp-region useNikolai Artemiev2022-09-301-1/+9
* manibuilder: Maintain list of broken imagesNico Huber2022-09-271-0/+11
* manibuilder/alpine: Disable https for Alpine 3.7 and 3.8Nico Huber2022-09-272-1/+6
* mainbuilder/djgpp: Disable TLS verification for curl and GitNico Huber2022-09-271-2/+3
* manibuilder: Switch Dockerfile.anita to Bullseye and Python 3Nico Huber2022-09-271-9/+10
* manibuilder/ubuntu: Add newer image tagsNico Huber2022-09-271-1/+4
* 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