aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sb600spi.c: Move sb600_spibar into spi data instead of being globalAnastasia Klimchuk2021-05-231-20/+28
* programmer: Make use of new register_par_master() APIAnastasia Klimchuk2021-05-231-3/+2
* programmer: Make use of new register_opaque_master() APIAnastasia Klimchuk2021-05-231-3/+2
* programmer: Smoothen register_opaque_master() APIAnastasia Klimchuk2021-05-235-6/+8
* programmer: Smoothen register_par_master APIAnastasia Klimchuk2021-05-2317-17/+21
* stlinkv3_spi.c: Drop stlinkv3_ prefix for spi data struct memberAnastasia Klimchuk2021-05-221-5/+5
* stlinkv3_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-05-221-29/+66
* Fix up handling of IFD chipsetsAngel Pons2021-05-202-2/+3
* dummyflasher.c: Use BUS_NONSPI where appropriateEdward O'Callaghan2021-05-191-3/+3
* stlinkv3_spi.c: Clean up properly on all init error pathsAnastasia Klimchuk2021-05-191-7/+15
* chipset_enable.c: Add Gemini Lake eSPI PCI device IDAngel Pons2021-05-181-0/+1
* meson.build: Fix cmocka to be optional at configure-timeEdward O'Callaghan2021-05-181-2/+5
* Add Gemini Lake supportAngel Pons2021-05-166-7/+37
* programmer: Make use of new register_spi_master() APINico Huber2021-05-1311-35/+22
* programmer: Smoothen register_spi_master() APINico Huber2021-05-1327-31/+33
* nicintel_eeprom.c: Mark 8086:1531 as testedAngel Pons2021-05-131-1/+1
* linux_mtd: drop 'mtd_' prefix from variable/field namesNikolai Artemiev2021-05-131-27/+27
* linux_mtd: move global state into programmer data fieldNikolai Artemiev2021-05-131-45/+65
* usbblaster_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-05-121-8/+30
* digilent_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-05-121-47/+58
* pickit2_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-05-121-16/+37
* pickit2_spi.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-05-121-14/+13
* flashchips: Fix 4BA advertisement for dummy chipNico Huber2021-05-121-1/+1
* Makefile: Only enable I2C programmers on LinuxAngel Pons2021-05-121-30/+10
* realtek_mst_i2c_spi.c: Rename `PAGE_SIZE` macroAngel Pons2021-05-121-9/+9
* dediprog: Add 4BA support on SF600 protocol version 3Patrick Rudolph2021-05-111-1/+1
* dediprog: Disable SPI_MASTER_NO_4BA_MODES for additional devicesPatrick Rudolph2021-05-111-1/+2
* realtek_mst_i2c_spi: Use `i2c_open_from_programmer_params`Angel Pons2021-05-091-36/+5
* lspcon_i2c_spi: Extract I2C bus parameter handlingAngel Pons2021-05-093-61/+57
* lspcon_i2c_spi: Release I2C fd on failed initAngel Pons2021-05-091-0/+2
* i2c_helper_linux: Clean up whitespace a bitAngel Pons2021-05-091-2/+1
* realtek_mst_i2c_spi: Add missing bracesAngel Pons2021-05-091-8/+10
* tests: Start port-i/o mocking frameworkNico Huber2021-05-071-0/+49
* flashrom.8.tmpl: Add man entry for --extractDaniel Campello2021-05-071-1/+5
* programmer.h: Convert anon union to anon structEdward O'Callaghan2021-05-074-4/+5
* CHROMIUM: flashrom_tester: Remove --ignore-fmap optionDaniel Campello2021-05-062-10/+3
* CHROMIUM: flashrom_tester: Drop nix dependencyChirantan Ekbote2021-05-062-7/+13
* flashrom_tester: update syntax for --wp-rangeDaniel Campello2021-05-061-5/+4
* cli_classic.c: implement set_wp_region operationDaniel Campello2021-05-043-0/+31
* cli_classic.c: reorder writeprotect operation processingDaniel Campello2021-05-041-61/+62
* cli_classic.c: add -x option for do_extract()Daniel Campello2021-05-025-4/+39
* lspcon_i2c_spi: support a devpath optionPeter Marheine2021-05-023-52/+80
* flashrom.c: allow - as filename for stdinDaniel Campello2021-04-292-5/+11
* ene_lpc.c: Untangle successful vs failed init pathsAnastasia Klimchuk2021-04-291-15/+14
* mec1308.c: Ensure programmer param variable is always initialisedAnastasia Klimchuk2021-04-281-3/+1
* ene_lpc.c: Extract params check into a functionAnastasia Klimchuk2021-04-281-5/+14
* layout: Add -i <region>[:<file>] supportDaniel Campello2021-04-276-37/+234
* hwaccess.h: Split hwaccess.h and extract hwaccess_x86_io.h out of itAnastasia Klimchuk2021-04-272-136/+157
* tests: Add unit test to run init/shutdown for linux_spi.cAnastasia Klimchuk2021-04-274-0/+62
* tests: Add unit test to run init/shutdown for dummyflasher.cAnastasia Klimchuk2021-04-274-0/+46