summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix warnings for 32-bit Linuxv1.3.0-rc2v1.3.01.3.xAnastasia Klimchuk2023-01-211-2/+2
* flashchips.c: remove WREN from GD25Q256D enter 4BA sequencev1.3.0-rc1Nikolai Artemiev2022-12-131-1/+1
* layout: Check return values for strdup in register_include_argAnastasia Klimchuk2022-12-131-3/+17
* cli, manpage: Clean up occurrences of old image argumentAnastasia Klimchuk2022-12-132-3/+5
* cbtables.c/search_lb_records: Drop unused variable `count`Felix Singer2022-12-131-3/+0
* README: Add information about meson and link build instructionsAnastasia Klimchuk2022-12-131-0/+12
* internal.c: laptop_ok global state can become staleEdward O'Callaghan2022-12-131-0/+3
* test_build.sh: Switch to meson setup <dir>Felix Singer2022-12-131-1/+1
* util/lint: Introduce linter for git sign-off-by lineFelix Singer2022-12-063-0/+75
* flashchips.c: Add 4BA write to XM25Qx256CLiam Flaherty2022-12-061-2/+3
* libpayload: Fix compiling bugsThomas Heijligen2022-12-012-1/+3
* ichspi: Fix number of bytes for HW seq operationsSubrata Banik2022-12-011-3/+9
* ichspi: Clear Fast SPI HSFC register before HW seq operationSubrata Banik2022-12-011-4/+2
* opaque_master: Mark Opaque chip as tested for WPAnastasia Klimchuk2022-12-013-4/+4
* linux_mtd: Mark Opaque chip as tested for WPAnastasia Klimchuk2022-12-011-1/+1
* cli_classic.c: Be consistent with pointer typesAngel Pons2022-12-011-2/+2
* Revert "libflashrom: Return progress state to the library user"Edward O'Callaghan2022-11-1022-184/+3
* sb600spi.c: Drop "Promontory" supportAngel Pons2022-11-061-42/+0
* ichspi.c: heap allocate hwseq_data to remove globalEdward O'Callaghan2022-11-031-6/+18
* ichspi.c: derive hsfc_fcycle from ctx in ich_start_hwseq_xfer()Edward O'Callaghan2022-11-031-1/+2
* ichspi.c: plumb flashctx through hwseq xfer helperEdward O'Callaghan2022-11-031-8/+9
* tests/meson.build: Rename list of source files to `test_srcs`1.3.x_infdevFelix Singer2022-11-011-3/+3
* tree/: Convert flashchip read func ptr to enumerateEdward O'Callaghan2022-11-017-607/+654
* tree/: Convert flashchip write func ptr to enumerateEdward O'Callaghan2022-11-017-599/+656
* tree/: Convert flashchip probe func ptr to enumerateEdward O'Callaghan2022-11-014-596/+650
* writeprotect: Add some debug logging if wp_verify failsEvan Benn2022-10-311-3/+8
* chipset_enable.c: Mark Intel C246 as DEPAngel Pons2022-10-311-1/+1
* nicintel_eeprom.c: Fix typoFelix Singer2022-10-311-4/+4
* MAINTAINERS: Add Felix Singer for test_build.shFelix Singer2022-10-311-0/+5
* flashrom.c: Move count_max_decode_exceeding() to cliEdward O'Callaghan2022-10-313-44/+43
* tree/: Convert flashchip decode range func ptr to enumNikolai Artemiev2022-10-284-28/+51
* flashchips.c: mark WP of 9 entries as testedSergii Dmytruk2022-10-231-9/+9
* flash.h: extend `struct tested` with .wp fieldSergii Dmytruk2022-10-233-12/+23
* rayer_spi.c: Get rid of temporary `prog_type` stringAngel Pons2022-10-221-14/+8
* rayer_spi.c: Roll up programmer type search logic into funcEdward O'Callaghan2022-10-221-24/+33
* rayer_spi.c: Drop lpt_outbyte intermediate varEdward O'Callaghan2022-10-221-5/+2
* rayer_spi.c: Move param parse logic into own funcEdward O'Callaghan2022-10-221-21/+36
* raiden_debug_spi: Remove fixme with explanationLiam Flaherty2022-10-211-1/+5
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-1726-96/+97
* flashrom.c: Use programmer_init() func params over globalEdward O'Callaghan2022-10-161-2/+2
* dirtyjtag: Add DirtyJTAG programmerJean THOMAS2022-10-158-5/+363
* flashrom.c: Separate out default layout initEdward O'Callaghan2022-10-151-6/+13
* layout.c: Use calloc() to ensure a zeroed layoutEdward O'Callaghan2022-10-151-3/+1
* tests/meson.build: Turn file list into list of file objectsFelix Singer2022-10-151-2/+2
* flashrom.8.tmpl: document mediatek_i2c_spi programmerPeter Marheine2022-10-111-1/+24
* meson.build: Fix indentation of mstarddc_spi definitionFelix Singer2022-10-111-1/+1
* flashrom.c: create is_internal_programmer() helperEdward O'Callaghan2022-10-101-7/+12
* manibuilder/apt-get: Drop `apt-get dist-upgrade` commandsNico Huber2022-10-083-3/+0
* s25f.c: Fix undefined behaviour on shiftEvan Benn2022-10-081-4/+4
* flashrom.c: Remove custom mappers from opaque_masterJonathon Hall2022-10-082-11/+3