aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: flashrom_tester: Change emailEvan Benn2023-02-261-1/+1
* erasure_layout.c: Test erasefn_count before using it to allocate memoryThomas Heijligen2023-02-231-6/+5
* jedec.c: Move probe_timings decode into sep funcEdward O'Callaghan2023-02-221-11/+19
* jedec.c: Fold up mask param into funcEdward O'Callaghan2023-02-211-9/+8
* jedec.c: Rewrite control flow procedurallyEdward O'Callaghan2023-02-211-35/+33
* jedec.c: Move printlock stuff into printlock.cEdward O'Callaghan2023-02-214-190/+215
* flashchips.c: Add reg_bits for W25Q256JW_DTRKapil Porwal2023-02-211-2/+13
* jedec.c: Fold up dst into toggle_ready_jedec()Edward O'Callaghan2023-02-211-10/+5
* dummyflasher: use new API to register shutdown functionAlexander Goncharov2023-02-201-15/+26
* flashrom.c: Trivial code style fixEdward O'Callaghan2023-02-171-2/+1
* cli_classic.c: Drop spurious castEdward O'Callaghan2023-02-171-2/+1
* jedec.c: Consolidate op,operand sequencing into funcEdward O'Callaghan2023-02-161-52/+19
* serial: Add Darwin/macOS support for custom and >230400 baudratesPeter Stuge2023-02-164-0/+71
* serial: Call set_custom_baudrate() thricePeter Stuge2023-02-164-6/+27
* 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