aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* spi: Make default cmd helpers static internalEdward O'Callaghan2023-03-032-23/+19
* writeprotect: Add function to get register values and WP bit masksNikolai Artemiev2023-03-035-0/+101
* dummyflasher: Add basic WP support for opaque VARIABLE_SIZE chipNikolai Artemiev2023-03-021-0/+30
* spi: Make 'default_spi_send_multicommand' the default unless definedEdward O'Callaghan2023-03-0125-30/+5
* doc/classic_cli_manpage: add missing chip for ft2232_spi programmerAlexander Goncharov2023-03-011-1/+1
* move manpage to sphinxThomas Heijligen2023-03-019-1870/+1468
* spi: Make 'default_spi_send_command' the default unless definedEdward O'Callaghan2023-02-272-5/+5
* jedec.c: Provide better lexical scope to itermediatesEdward O'Callaghan2023-02-271-10/+6
* jedec.c: Tidy up whitespace and line wrapsEdward O'Callaghan2023-02-271-7/+6
* jedec.c: Add a little more const correctnessEdward O'Callaghan2023-02-271-5/+4
* jedec.c: Rename func to jedec_write_page()Edward O'Callaghan2023-02-271-2/+2
* jedec.c: Drop branching non-zero programmer_delay() operandsEdward O'Callaghan2023-02-271-10/+5
* ch347_spi: Add initial support for the WCH CH347Nicholas Chin2023-02-279-10/+386
* asm106x: add programmer for ASM106x SATA controllersAlex Badea2023-02-278-9/+190
* MAINTAINERS: Update unit tests from Supported to MaintainedAnastasia Klimchuk2023-02-271-1/+1
* 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