summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tree/: Convert unlock func ptr into enumerate valuesEdward O'Callaghan2023-03-208-74/+130
* tests: Add wrap for __fstat50 to fix tests for NetBSDAnastasia Klimchuk2023-03-163-0/+8
* MAINTAINERS: Add Nikolai Artemiev for raiden_debug_spiNikolai Artemiev2023-03-141-0/+5
* MAINTAINERS: Add Aarya Chaumal for erasure_layoutAarya Chaumal2023-03-141-0/+6
* fmap: ignore areas with zero sizePeter Marheine2023-03-141-0/+10
* pcidev: remove pcidev_getdevfn() functionThomas Heijligen2023-03-103-10/+2
* libpci: drop support for pciutils < 2.2.0Thomas Heijligen2023-03-105-40/+16
* include/pci.h: Use __has_include() macro to test pci.h pathThomas Heijligen2023-03-101-3/+7
* MAINTAINERS: Add Jean THOMAS for DirtyJTAGJean THOMAS2023-03-101-0/+5
* flashchips: Mark AM29LV040B as write-testedAnastasia Klimchuk2023-03-061-1/+1
* flashchips: Mark XMC XM25QH64C as TEST_OK_PREWThomas Heijligen2023-03-061-1/+1
* flashchips: Mark XMC XM25QH256C as TEST_OK_PRThomas Heijligen2023-03-061-1/+1
* meson: fix typo "documtation" -> "documentation"Thomas Heijligen2023-03-031-1/+1
* meson: revert to meson version 0.53.0Thomas Heijligen2023-03-033-6/+3
* tree/: Drop default_spi_probe_opcode for NULL caseEdward O'Callaghan2023-03-0329-35/+10
* 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