summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ch347_spi: Add initial support for the WCH CH347Nicholas Chin2023-02-271-0/+1
* asm106x: add programmer for ASM106x SATA controllersAlex Badea2023-02-271-0/+1
* serial: Call set_custom_baudrate() thricePeter Stuge2023-02-161-1/+7
* internal: Move parallel logic into internal_par implementationEdward O'Callaghan2023-02-151-1/+2
* flashrom.c: Add functions for new erase selection algorithmAarya Chaumal2023-02-131-0/+41
* programmers: Allow opaque programmers to specify custom delayEdward O'Callaghan2023-02-011-0/+1
* tree/: Change chip restore data type from uint8_t to void ptrNikolai Artemiev2023-01-191-3/+3
* flash.h: Make functions global that will be used for new erase algorithmAarya Chaumal2023-01-162-0/+9
* internal,board_enable: Remove force_boardenable from globalsEdward O'Callaghan2023-01-151-4/+3
* programmer.h: Guard against sending spi commands on non-spi mstEdward O'Callaghan2023-01-131-0/+6
* parallel: Drop explicit fallback_chip_X boilerplateEdward O'Callaghan2023-01-111-6/+0
* libflashrom: Add flags to skip unreadable and unwritable regionsNikolai Artemiev2022-12-182-0/+4
* programmer: Add get_region to spi/opaque mastersNikolai Artemiev2022-12-161-0/+2
* layout.h: Add {read,write}_prot flags to flash_regionNikolai Artemiev2022-12-151-0/+2
* layout: Factor out flash_region structure from romentryNikolai Artemiev2022-12-151-3/+8
* spi.c: Add AT45 & SF25F erasefn opcode mappingThomas Heijligen2022-12-141-1/+1
* spi25.c: Rename spi_get_erasefn_from_opcode to spi25_get_erasefn_from_opcodeThomas Heijligen2022-12-141-1/+1
* tree/: Rename 'internal_delay()' to 'default_delay()'Edward O'Callaghan2022-12-122-2/+2
* tree/: Move programmer_delay() out of programmer state machineEdward O'Callaghan2022-12-121-2/+2
* tests: Add selfcheck to unit testsEvan Benn2022-12-051-0/+1
* tree/: Make probe_opcode() flashctx argument constNikolai Artemiev2022-12-041-2/+2
* tree/: Convert flashchips db to use indirection for printlockNikolai Artemiev2022-11-231-0/+44
* tree/: Convert flashchips db to use indirection for unlockEdward O'Callaghan2022-11-231-0/+26
* writeprotect_ranges.c: add more range functionsSergii Dmytruk2022-11-192-1/+7
* spi25_statusreg: support reading/writing configuration registerSergii Dmytruk2022-11-192-0/+9
* spi25_statusreg.c: support reading security registerSergii Dmytruk2022-11-192-0/+17
* writeprotect.c: refuse to work with chip if OTP WPS == 1Sergii Dmytruk2022-11-181-1/+2
* tests: ensure chip erase operation is executedNikolai Artemiev2022-11-131-0/+1
* programmer: Drop dead fallback_map() boilerplateEdward O'Callaghan2022-11-121-2/+0
* tree/: Convert flashchip erase_block func ptr to enumerateEdward O'Callaghan2022-11-112-38/+41
* tree/: Convert flashchips db to use indirection for erase_blockEdward O'Callaghan2022-11-111-0/+36
* 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