aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ichspi: Add Jasper Lake supportEdward O'Callaghan2022-04-145-6/+36
* platform.h: rename swapX to ___swapXThomas Heijligen2022-04-141-6/+7
* hwaccess_x86_msr: drop outdated commentThomas Heijligen2022-04-131-1/+1
* flashrom.c: remove unused includeThomas Heijligen2022-04-131-1/+0
* Drop STANDALONE modeThomas Heijligen2022-04-135-23/+2
* NEED_PCI: remove macroThomas Heijligen2022-04-133-4/+0
* print_buildinfo: remove unreachable print of libpci versionThomas Heijligen2022-04-131-7/+0
* hwaccess_x86_msr: rename msr function to msr_xxxThomas Heijligen2022-04-134-61/+64
* hwaccess: add endianness converting deserialization functionsThomas Heijligen2022-04-134-1/+58
* platform.h: remove const from forward declarationsThomas Heijligen2022-04-131-16/+16
* tests/lifecycle.c: Deduce out io-setup-teardown do-patternEdward O'Callaghan2022-04-121-33/+19
* sb600spi.c: Add Promontory chipset rev 0x71Karthikeyan Ramasubramanian2022-04-121-2/+2
* Endian conversion: move to platform.h and platform/endian*.cThomas Heijligen2022-04-126-11/+12
* hwaccess: replace macros by C codeThomas Heijligen2022-04-125-69/+167
* sb600spi.c: Use SPI100 bit mappingsKarthikeyan Ramasubramanian2022-04-121-2/+16
* ich_descriptors.c: Ensure unsigned types >=0 on to prevent underflowaarya2022-04-111-4/+5
* tests/linux_spi: Validate params file path and flagsEdward O'Callaghan2022-04-101-0/+6
* hwaccess_physmap: add missing DirectHW includeThomas Heijligen2022-04-101-0/+1
* README: add C compiler and pkg-config as build dependencyThomas Heijligen2022-04-071-0/+3
* tests: assert pathname and flags when calling open()Daniel Campello2022-04-064-16/+47
* tests: use MOCK_FD instead of NON_ZERODaniel Campello2022-04-063-9/+9
* writeprotect.c: refactor and fix wp_mode functionsNikolai Artemiev2022-04-051-10/+14
* libflashrom,linux_mtd: add linux_mtd writeprotect supportNikolai Artemiev2022-04-053-16/+132
* flashchips.c: add writeprotect support for more chipsNikolai Artemiev2022-04-051-14/+138
* dmi.c: Ensure g_has_dmi_support is default on shutdownEdward O'Callaghan2022-04-051-0/+1