aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* tree/: Rename ERROR_NONFATAL to ERROR_FLASHROM_NONFATALEdward O'Callaghan2022-11-091-1/+1
* tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATALEdward O'Callaghan2022-11-091-1/+1
* flashrom.c: Make 'chip_to_probe' a param to probe_flash()Edward O'Callaghan2022-11-062-2/+2
* tree/: Convert flashchip read func ptr to enumerateEdward O'Callaghan2022-11-011-1/+14
* tree/: Convert flashchip write func ptr to enumerateEdward O'Callaghan2022-11-011-1/+18
* tree/: Convert flashchip probe func ptr to enumerateEdward O'Callaghan2022-11-011-1/+22
* flashrom.c: Move count_max_decode_exceeding() to cliEdward O'Callaghan2022-10-311-1/+0
* tree/: Convert flashchip decode range func ptr to enumNikolai Artemiev2022-10-281-3/+11
* flash.h: extend `struct tested` with .wp fieldSergii Dmytruk2022-10-232-9/+13
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-171-1/+2
* dirtyjtag: Add DirtyJTAG programmerJean THOMAS2022-10-151-0/+1
* flashrom.c: Remove custom mappers from opaque_masterJonathon Hall2022-10-081-2/+0
* drivers: Move (un)map_flash_region to par/spi/opaque_masterJonathon Hall2022-10-082-5/+11
* internal.c: Pass `programmer_cfg` to `try_mtd()`Angel Pons2022-09-211-3/+6
* tree: Retype variable `laptop_ok` with boolFelix Singer2022-09-081-1/+1
* tree: Retype variable `programmer_may_write` with boolFelix Singer2022-09-081-1/+1
* internal.c: Retype appropriate variables with boolFelix Singer2022-09-081-2/+3
* tree: plumb programmer_cfg into chipset_flash_enable()Edward O'Callaghan2022-09-071-1/+1
* ichspi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-071-1/+1
* chipset_enable.c: Change doit() and enable_flash_\S() signaturesEdward O'Callaghan2022-09-071-1/+1
* tree: Fix drivers to pass programmer_cfg to pcidev_init()Edward O'Callaghan2022-09-071-1/+1
* usb_device.c: Allow for programmer_cfg plumbingEdward O'Callaghan2022-09-071-1/+1
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-1/+3
* sb600spi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-071-1/+1
* it87spi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-071-1/+1
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-2/+2
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-1/+2
* parallel.c: Consoldiate parallel master registration logicEdward O'Callaghan2022-08-252-9/+12
* flashrom.c: Move write_buf_to_include_args() to cli_classic.cEdward O'Callaghan2022-08-251-1/+0
* flashrom.c: Move read_buf_from_include_args() into cli_classic.cEdward O'Callaghan2022-08-251-1/+0
* flashrom.c: flatten out write_buf_to_include_args()Edward O'Callaghan2022-08-251-1/+1
* flashrom.c: flatten out read_buf_from_include_args()Edward O'Callaghan2022-08-251-1/+1
* include/ich_descriptors.h: Add missing includeEdward O'Callaghan2022-08-081-0/+1
* Rename lspcon_i2c_spi to parade_lspconThomas Heijligen2022-07-171-1/+1
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+2
* it85spi: EOL supportEdward O'Callaghan2022-07-041-3/+0
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-022-2/+2
* spi25.c: Add function to return opcode of passed erase fucntion pointerAarya Chaumal2022-06-271-0/+1
* flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716Nico Huber2022-06-232-12/+13
* flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8Nico Huber2022-06-221-5/+6
* writeprotect.c: Allow opaque masters to hook {read,write}_register()Edward O'Callaghan2022-06-212-0/+11
* flashchips: Add Spansion (today Infineon) S25FL128L and S25FL256LNico Huber2022-06-202-0/+3
* spi25_statusreg: Allow WRSR_EXT for Status Register 3Nico Huber2022-06-202-2/+3
* dummyflasher: Wire variable size feature via opaque infraAnastasia Klimchuk2022-06-161-3/+0
* tree: Consolidate BIT() macroEdward O'Callaghan2022-06-101-0/+2
* Add W25Q512NW-IM ID to flashromAtul Dhudase2022-06-071-0/+1
* libflashrom: Return progress state to the library userRichard Hughes2022-05-252-1/+33
* include/flash.h: Drop dead struct membersEdward O'Callaghan2022-05-171-2/+0
* flashrom.c: Make need_erase() helper static localEdward O'Callaghan2022-05-171-1/+0
* flashrom: Drop read_flash_to_file() usageEdward O'Callaghan2022-05-131-1/+0