aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tree: Consolidate BIT() macroEdward O'Callaghan2022-06-103-3/+2
* Add W25Q512NW-IM ID to flashromAtul Dhudase2022-06-072-0/+44
* test_build.sh: Allow WARNERROR to be overriddenMartin Roth2022-05-311-1/+1
* meson: use files() for srcs listThomas Heijligen2022-05-311-61/+64
* flashchips: Fix W25Q256.WPatrick Rudolph2022-05-261-3/+8
* flashchips.c: add CMP bit entry to W25Q256.VNikolai Artemiev2022-05-261-0/+1
* libflashrom: Return progress state to the library userRichard Hughes2022-05-2522-3/+184
* flashrom: initialize restore func count in correct placeNikolai Artemiev2022-05-231-1/+3
* ichspi: Add Intel Alder Lake-S supportMichał Kopeć2022-05-192-2/+15
* util/shell.nix: Add libjaylinkFelix Singer2022-05-191-1/+1
* cli_classic: fix memory leakAlexander Goncharov2022-05-171-0/+1
* include/flash.h: Drop dead struct membersEdward O'Callaghan2022-05-171-2/+0
* flashrom.c: Make need_erase() helper static localEdward O'Callaghan2022-05-172-2/+1
* flashrom: Drop read_flash_to_file() usageEdward O'Callaghan2022-05-134-44/+3
* tests: Rearange CPP guardsThomas Heijligen2022-05-122-33/+41
* meson: link flashrom binary against static libflashromThomas Heijligen2022-05-121-20/+7
* meson: relocate config_print_wiki & config_default_programmer_*Thomas Heijligen2022-05-121-13/+13
* meson: use built-in options for install pathsThomas Heijligen2022-05-121-7/+2
* meson: add option to disable testsThomas Heijligen2022-05-122-24/+30
* meson: use `platform/` as subdir()Thomas Heijligen2022-05-122-11/+13
* util/ich_descriptors_tool: Remove unneeded meson dependenciesThomas Heijligen2022-05-121-3/+0
* meson: relocate add_project_arguments() for IS_WINDOWSThomas Heijligen2022-05-121-6/+5
* meson: relocate source file listThomas Heijligen2022-05-121-34/+34
* util/flashrom_tester: Update sys-info crate to version 0.9Angel Pons2022-05-121-1/+1
* tests: test write protectionSergii Dmytruk2022-05-124-0/+344
* dummyflasher: enforce write protection for W25Q128FVSergii Dmytruk2022-05-122-18/+157
* dummyflasher: emulate SR2 and SR3 for W25Q128FVSergii Dmytruk2022-05-121-7/+25
* it85spi.c: Fix some space/tab trivial style issuesEdward O'Callaghan2022-05-121-26/+27
* dummyflasher: add SR2 and SR3 emulation harnessSergii Dmytruk2022-05-122-15/+112
* serprog.c: Avoid calling memcpy with NULL pointer argumentsaarya2022-05-121-1/+2
* platform/swap: move swap inline functions & macros into an own headerThomas Heijligen2022-05-084-53/+82
* libflashrom: Move documentation to headerEvan Benn2022-05-066-471/+438
* flashrom.8.tmpl: Add raiden_debug_spi doc entryEdward O'Callaghan2022-05-051-0/+49
* board_enable.c: Port to use pcidev_find_vendorclass() helperEdward O'Callaghan2022-05-041-15/+9
* Global cleanup: Fix a few spelling errorsMartin Roth2022-05-0315-26/+26
* ichspi: Introduce HSFC CYCLE READ/WRITE/ERASE macrosSubrata Banik2022-05-031-2/+6
* ichspi: Introduce HSFC_FDBC_VAL(n) macroSubrata Banik2022-05-031-2/+3
* ichspi: Introduce HSFC_FCYCLE_MASK(n) macroSubrata Banik2022-05-031-2/+21
* ichspi: Drop unused `_pprint_reg` macroSubrata Banik2022-05-031-2/+1
* ichspi: Use `pprint_reg` macro for PCH100 HSFC FCYCLE offsetSubrata Banik2022-05-031-1/+1
* ichspi: Add `PCH100_` prefix for `Write Enable Type (WET)` macrosSubrata Banik2022-05-031-3/+3
* pony_spi.c: Extract out get_params to simplify initEdward O'Callaghan2022-05-011-42/+54
* flashchips: enable write-protection for W25Q{64,128}.VSergii Dmytruk2022-05-011-4/+76
* jlink_spi: Add option to enable target powerMarc Schink2022-04-302-1/+50
* raiden_debug_spi.c: Document where raiden_debug_spi_requests are handledEdward O'Callaghan2022-04-301-0/+8
* Makefile: Align BITBANG_SPI with the other DEPENDS_ and USE_ configsThomas Heijligen2022-04-291-13/+5
* meson: Treat warnings as errorsAnastasia Klimchuk2022-04-291-0/+1
* meson: Add optimisation level s and disable debug in meson buildAnastasia Klimchuk2022-04-291-1/+5
* Add -W options from Makefile into meson warning_flagsAnastasia Klimchuk2022-04-291-0/+2
* tests: Add and include headers with function prototypesAnastasia Klimchuk2022-04-2910-0/+126