aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: Add Felix Singer for test_build.shFelix Singer2022-10-311-0/+5
* flashrom.c: Move count_max_decode_exceeding() to cliEdward O'Callaghan2022-10-313-44/+43
* tree/: Convert flashchip decode range func ptr to enumNikolai Artemiev2022-10-284-28/+51
* flashchips.c: mark WP of 9 entries as testedSergii Dmytruk2022-10-231-9/+9
* flash.h: extend `struct tested` with .wp fieldSergii Dmytruk2022-10-233-12/+23
* rayer_spi.c: Get rid of temporary `prog_type` stringAngel Pons2022-10-221-14/+8
* rayer_spi.c: Roll up programmer type search logic into funcEdward O'Callaghan2022-10-221-24/+33
* rayer_spi.c: Drop lpt_outbyte intermediate varEdward O'Callaghan2022-10-221-5/+2
* rayer_spi.c: Move param parse logic into own funcEdward O'Callaghan2022-10-221-21/+36
* raiden_debug_spi: Remove fixme with explanationLiam Flaherty2022-10-211-1/+5
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-1726-96/+97
* flashrom.c: Use programmer_init() func params over globalEdward O'Callaghan2022-10-161-2/+2
* dirtyjtag: Add DirtyJTAG programmerJean THOMAS2022-10-158-5/+363
* flashrom.c: Separate out default layout initEdward O'Callaghan2022-10-151-6/+13
* layout.c: Use calloc() to ensure a zeroed layoutEdward O'Callaghan2022-10-151-3/+1
* tests/meson.build: Turn file list into list of file objectsFelix Singer2022-10-151-2/+2
* flashrom.8.tmpl: document mediatek_i2c_spi programmerPeter Marheine2022-10-111-1/+24
* meson.build: Fix indentation of mstarddc_spi definitionFelix Singer2022-10-111-1/+1
* flashrom.c: create is_internal_programmer() helperEdward O'Callaghan2022-10-101-7/+12
* manibuilder/apt-get: Drop `apt-get dist-upgrade` commandsNico Huber2022-10-083-3/+0
* s25f.c: Fix undefined behaviour on shiftEvan Benn2022-10-081-4/+4
* flashrom.c: Remove custom mappers from opaque_masterJonathon Hall2022-10-082-11/+3
* 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