aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests: Mark all static functions as staticAnastasia Klimchuk2022-04-292-11/+11
* ich_descriptors_tool: Fix -Wsign-compare warningsAnastasia Klimchuk2022-04-291-4/+4
* Introduce an `include` directory for header filesThomas Heijligen2022-04-2928-9/+16
* writeprotect: add WPS bit and always set it to zeroSergii Dmytruk2022-04-292-0/+9
* spi25_statusreg.c: add SR3 read/write supportSergii Dmytruk2022-04-293-0/+19
* Close GitHub PRs and issues automaticallyFelix Singer2022-04-281-0/+36
* ichspi: Unify timeouts across all SPI operations to 30sSubrata Banik2022-04-271-12/+12
* flashchips.c: mark IS25LP064 as TEST_OK_PREWSimon Buhrow2022-04-241-1/+1
* flashchips.c: Mark GD25Q40(B) as testedSimon Buhrow2022-04-241-1/+1
* cli_classic: add writeprotect CLI and update man pageNikolai Artemiev2022-04-212-5/+347
* raiden_debug_spi: Add more informative error message when WP is enabledRobert Zieba2022-04-211-0/+17
* tests/: Add file path and flags validation to open() callsEdward O'Callaghan2022-04-182-20/+113
* raiden_debug_spi.c: Allow custom_rst param value of 'false'Edward O'Callaghan2022-04-151-2/+4