aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* it8212: Refactor singleton states into reentrant patternAlexander Goncharov2022-07-191-6/+28
* stlinkv3_spi: add support for more product variantsMiklós Márton2022-07-181-5/+16
* ft2232_spi.c: Add support for kt-link jtag interfaceJacek Naglak2022-07-183-3/+33
* hwaccess: use __asm__ as it is done elsewhereRosen Penev2022-07-181-3/+3
* realtek_mst_i2c_spi.c: Add allow-brick=yes programmer paramEdward O'Callaghan2022-07-173-5/+33
* Rename lspcon_i2c_spi to parade_lspconThomas Heijligen2022-07-177-135/+136
* mediatek_i2c_spi: Use new API to register shutdown functionAlexander Goncharov2022-07-151-4/+2
* mediatek_i2c_spi: Move shutdown function above spi_master structAlexander Goncharov2022-07-151-12/+12
* gfxnvidia: Drop nvidia_ prefix for par data struct membersAlexander Goncharov2022-07-131-4/+4
* ichspi: Call `Set Flash Address` API from `Read/Write Status` functionsSubrata Banik2022-07-131-0/+2
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-1125-1/+50
* it87spi.c: Enable probing of IT8686EPete Smith2022-07-111-0/+1
* tests: Make libusb conditional dependency for unit testsAnastasia Klimchuk2022-07-103-6/+64
* tests: Split lifecycle test file into per-programmer filesAnastasia Klimchuk2022-07-109-383/+502
* tests: Add lifecycle function prototypes into lifecycle.h headerAnastasia Klimchuk2022-07-102-7/+6
* tests: Create lifecycle.h and gather includes and macro thereAnastasia Klimchuk2022-07-102-12/+33
* gfxnvidia: Refactor singleton states into reentrant patternAlexander Goncharov2022-07-081-6/+27
* drkaiser: Drop drkaiser_ prefix for par data struct membersAlexander Goncharov2022-07-061-4/+4
* realtek_mst_i2c_spi.c: Clarify gpio pin 88 comment to be more exactingEdward O'Callaghan2022-07-051-2/+1
* dummyflasher: Remove spurious init for VARIABLE_SIZENico Huber2022-07-051-8/+0
* flashchips.c: Mark MT25QU256 as testedAngel Pons2022-07-051-1/+1
* flashchips.c: change GD25Q256D to "GD25Q256D/GD25Q256E"Nikolai Artemiev2022-07-051-1/+1
* it85spi: EOL supportEdward O'Callaghan2022-07-045-381/+1
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-0231-81/+81
* drkaiser: Refactor singleton states into reentrant patternAlexander Goncharov2022-06-301-7/+29
* tests: Remove unnecessary static keyword from lifecycle testsAnastasia Klimchuk2022-06-281-9/+9
* tests: Add dummyflasher unit tests for opaque programmerAnastasia Klimchuk2022-06-283-1/+17
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-2733-293/+293
* spi25.c: Add function to return opcode of passed erase fucntion pointerAarya Chaumal2022-06-272-0/+13
* spi25.c: Add a list to lookup erasefn and opcode instead of switch caseAarya Chaumal2022-06-271-39/+28
* ichspi.c: Simplify ich9_handle_{frap,pr}() to work with logical repEdward O'Callaghan2022-06-241-26/+21
* dummyflasher: Handle invalid value of freq parameterAnastasia Klimchuk2022-06-241-0/+5
* flashchips: Add missing block eraser for S25FL512SNico Huber2022-06-231-0/+3
* flashchips: Enable FEATURE_4BA_EAR_1716 for S25FL512SNico Huber2022-06-231-2/+3
* flashchips: Enable FEATURE_4BA_EAR_1716 for ISSI chipsNico Huber2022-06-231-2/+4
* flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716Nico Huber2022-06-235-17/+27
* flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8Nico Huber2022-06-224-10/+11
* flashchips: Drop FOUR_BYTE_ADDR commentsNico Huber2022-06-221-7/+0
* flashchips: Split W25Q256.VNico Huber2022-06-221-1/+56
* pcidev: Always fetch ident infoNico Huber2022-06-221-4/+10
* ichspi.c: Implement read_write_status for wpEdward O'Callaghan2022-06-211-0/+74
* writeprotect.c: Allow opaque masters to hook {read,write}_register()Edward O'Callaghan2022-06-214-13/+53
* tests: Use regular cmocka wraps for hwaccess functionsAnastasia Klimchuk2022-06-215-83/+18
* dummyflasher: Add emulation for S25FL128LNico Huber2022-06-202-2/+59
* flashchips: Add Spansion (today Infineon) S25FL128L and S25FL256LNico Huber2022-06-204-0/+135
* spi25_statusreg: Allow WRSR_EXT for Status Register 3Nico Huber2022-06-206-38/+83
* flashrom.c, flashcips.c: Test the order of erase functionsAarya Chaumal2022-06-202-12/+23
* board_enable: Add ASUS P5W DH DeluxeTasos Sahanidis2022-06-202-0/+3
* writeprotect: Add line-break after each `spew` messageNico Huber2022-06-201-1/+1
* atahpt: Refactor singleton states into reentrant patternAlexander Goncharov2022-06-191-6/+27