aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meson: Determine custom_baud source file only oncePeter Stuge2023-02-161-3/+9
* Add missing Intel B460 flash chip idChristopher Lentocha2023-02-161-0/+1
* internal: Move parallel logic into internal_par implementationEdward O'Callaghan2023-02-155-60/+87
* internal.c: Factor out laptop alerts into helper funcEdward O'Callaghan2023-02-141-25/+31
* flashrom.c: Add new erase_by_layout and walk_by_layout implementationsAarya Chaumal2023-02-131-2/+81
* flashrom.c: Add functions for new erase selection algorithmAarya Chaumal2023-02-134-1/+449
* flashrom.c: Add switch for legacy impl of erasure pathEdward O'Callaghan2023-02-131-2/+20
* tests: add bus coverage test for dummyAlexander Goncharov2023-02-093-0/+21
* flashrom_tester: Add positive check to verify_fail_testEvan Benn2023-02-064-2/+50
* flashrom_tester: Rewrite IOOpts to support more operationsEvan Benn2023-02-064-134/+133
* flashrom_tester: Rename lock_test hwwp_locks_swwp_testEvan Benn2023-02-061-2/+2
* internal.c: Move sio register to own objectEdward O'Callaghan2023-02-044-29/+44
* jedec.c: Trivial code style fixEdward O'Callaghan2023-02-021-4/+2
* jedec.c: Collapse probe_jedec() indirectionEdward O'Callaghan2023-02-021-9/+4
* jedec.c: Collapse erase_chip_block_jedec() indirectionEdward O'Callaghan2023-02-021-16/+11
* jedec.c: Collapse erase_block_jedec() indirectionEdward O'Callaghan2023-02-021-9/+2
* jedec.c: Collapse erase_sector_jedec() indirectionEdward O'Callaghan2023-02-021-9/+2
* jedec.c: Make getaddrmask() ret const correctEdward O'Callaghan2023-02-021-19/+7
* dummyflasher.c: Speed up programmer ops without delayEdward O'Callaghan2023-02-011-0/+7
* programmers: Allow opaque programmers to specify custom delayEdward O'Callaghan2023-02-012-0/+4
* flashrom_tester: Simplify wp_toggle_test and renameEvan Benn2023-01-311-5/+2
* flashrom_tester: Add a description of each testEvan Benn2023-01-311-7/+13
* flashrom_tester: Remove --output log redirect optionEvan Benn2023-01-314-66/+29
* dummyflasher: fix propagation of register_*_master() return valuesAlexander Goncharov2023-01-301-6/+7
* flashrom.c: Fix skip flag typo in read_flash()Edward O'Callaghan2023-01-301-1/+1
* MAINTAINERS: Add Alexander Goncharov for bash completionAlexander Goncharov2023-01-261-0/+5
* flashrom.c: Supplement `chip->unlock()` calls with wp unlockingEdward O'Callaghan2023-01-261-4/+56
* MAINTAINERS: Add Miklos Marton for ni854x_spiMiklós Márton2023-01-231-0/+5
* MAINTAINERS: Add Miklos Marton for STLINK-V3Miklós Márton2023-01-231-0/+5
* tests/: Assert on NULL heap allocations in testsEdward O'Callaghan2023-01-224-0/+13
* tests/lifecycle.c: Avoid unnecessary heap allocationsEdward O'Callaghan2023-01-221-10/+3
* tests/chip{_wp}.c: Avoid unnecessary heap allocationsEdward O'Callaghan2023-01-222-23/+11
* tree/: Change chip restore data type from uint8_t to void ptrNikolai Artemiev2023-01-194-10/+32
* chipset_enable.c: add PCI ID for TGL-UP3Jan Samek2023-01-181-0/+1
* util: add bash completion scriptAlexander Goncharov2023-01-185-2/+163
* tests: Fix warnings for 32-bit LinuxAnastasia Klimchuk2023-01-181-2/+2
* tests/chip: Add non-aligned write within a region unit-testEdward O'Callaghan2023-01-173-0/+93
* flash.h: Make functions global that will be used for new erase algorithmAarya Chaumal2023-01-163-9/+18
* flashrom.c: Plumb 'all_skipped' global state into func paramAarya Chaumal2023-01-161-19/+23
* tests/chip.c: Set MOCK_CHIP_CONTENT non-ambiguouslyEdward O'Callaghan2023-01-151-1/+1
* flashchips: Remove FEATURE_4BA_WREN for MT25QL128 and mark as testedRick Altherr2023-01-151-2/+2
* MAINTAINERS: Add Sergii Dmytruk for write-protectSergii Dmytruk2023-01-151-0/+1
* internal,board_enable: Remove force_boardenable from globalsEdward O'Callaghan2023-01-153-17/+17
* MAINTAINERS: Add Arthur Heymans for sb600spiArthur Heymans2023-01-141-0/+5
* programmer.h: Guard against sending spi commands on non-spi mstEdward O'Callaghan2023-01-132-1/+7
* rust: Add license and other metadata to Cargo.tomlEvan Benn2023-01-124-2/+16
* parallel: Drop explicit fallback_chip_X boilerplateEdward O'Callaghan2023-01-1117-144/+70
* layout: Rename find_romentry() -> romentry_exists()Edward O'Callaghan2023-01-111-2/+2
* flashrom: Check for flash access restrictions in erase pathNikolai Artemiev2022-12-231-5/+31
* amd_imc.c: Fix unusual typo in log messageAngel Pons2022-12-221-1/+1