summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meson: Move programmer test sources into programmer definitionFelix Singer2022-11-112-9/+14
* tree/: Convert flashchip erase_block func ptr to enumerateEdward O'Callaghan2022-11-117-47/+108
* tree/: Convert flashchips db to use indirection for erase_blockEdward O'Callaghan2022-11-119-1971/+2007
* flashchips: Add write protect bits to W25Q64JW...MEvan Benn2022-11-101-1/+12
* tree/: Rename ERROR_NONFATAL to ERROR_FLASHROM_NONFATALEdward O'Callaghan2022-11-093-13/+13
* tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATALEdward O'Callaghan2022-11-099-43/+43
* bitbang_spi.c: Fix unchecked heap allocationEdward O'Callaghan2022-11-091-0/+3
* flashrom_tester: Use path types for things that are pathsEvan Benn2022-11-096-69/+79
* flashrom_tester: Move layout_file to TestEnvEvan Benn2022-11-092-24/+37
* tests: Add prefix to io_mock functions not to clash with macrosAnastasia Klimchuk2022-11-088-43/+43
* tests: Undefine _FORTIFY_SOURCE for unit tests to avoid _chk variantsAnastasia Klimchuk2022-11-072-18/+1
* flashrom.c: Make 'chip_to_probe' a param to probe_flash()Edward O'Callaghan2022-11-066-18/+27
* Makefile: Don't install git hooks automaticallyFelix Singer2022-11-041-3/+3
* ichspi.c: heap allocate hwseq_data to remove globalEdward O'Callaghan2022-11-031-6/+18
* ichspi.c: derive hsfc_fcycle from ctx in ich_start_hwseq_xfer()Edward O'Callaghan2022-11-031-1/+2
* ichspi.c: plumb flashctx through hwseq xfer helperEdward O'Callaghan2022-11-031-8/+9
* tests/meson.build: Rename list of source files to `test_srcs`1.3.x_infdevFelix Singer2022-11-011-3/+3
* tree/: Convert flashchip read func ptr to enumerateEdward O'Callaghan2022-11-017-607/+654
* tree/: Convert flashchip write func ptr to enumerateEdward O'Callaghan2022-11-017-599/+656
* tree/: Convert flashchip probe func ptr to enumerateEdward O'Callaghan2022-11-014-596/+650
* writeprotect: Add some debug logging if wp_verify failsEvan Benn2022-10-311-3/+8
* chipset_enable.c: Mark Intel C246 as DEPAngel Pons2022-10-311-1/+1
* nicintel_eeprom.c: Fix typoFelix Singer2022-10-311-4/+4
* 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