| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | flashchips.c: add CMP bit entry to W25Q256.V | Nikolai Artemiev | 2022-05-26 | 1 | -0/+1 |
* | libflashrom: Return progress state to the library user | Richard Hughes | 2022-05-25 | 22 | -3/+184 |
* | flashrom: initialize restore func count in correct place | Nikolai Artemiev | 2022-05-23 | 1 | -1/+3 |
* | ichspi: Add Intel Alder Lake-S support | Michał Kopeć | 2022-05-19 | 2 | -2/+15 |
* | util/shell.nix: Add libjaylink | Felix Singer | 2022-05-19 | 1 | -1/+1 |
* | cli_classic: fix memory leak | Alexander Goncharov | 2022-05-17 | 1 | -0/+1 |
* | include/flash.h: Drop dead struct members | Edward O'Callaghan | 2022-05-17 | 1 | -2/+0 |
* | flashrom.c: Make need_erase() helper static local | Edward O'Callaghan | 2022-05-17 | 2 | -2/+1 |
* | flashrom: Drop read_flash_to_file() usage | Edward O'Callaghan | 2022-05-13 | 4 | -44/+3 |
* | tests: Rearange CPP guards | Thomas Heijligen | 2022-05-12 | 2 | -33/+41 |
* | meson: link flashrom binary against static libflashrom | Thomas Heijligen | 2022-05-12 | 1 | -20/+7 |
* | meson: relocate config_print_wiki & config_default_programmer_* | Thomas Heijligen | 2022-05-12 | 1 | -13/+13 |
* | meson: use built-in options for install paths | Thomas Heijligen | 2022-05-12 | 1 | -7/+2 |
* | meson: add option to disable tests | Thomas Heijligen | 2022-05-12 | 2 | -24/+30 |
* | meson: use `platform/` as subdir() | Thomas Heijligen | 2022-05-12 | 2 | -11/+13 |
* | util/ich_descriptors_tool: Remove unneeded meson dependencies | Thomas Heijligen | 2022-05-12 | 1 | -3/+0 |
* | meson: relocate add_project_arguments() for IS_WINDOWS | Thomas Heijligen | 2022-05-12 | 1 | -6/+5 |
* | meson: relocate source file list | Thomas Heijligen | 2022-05-12 | 1 | -34/+34 |
* | util/flashrom_tester: Update sys-info crate to version 0.9 | Angel Pons | 2022-05-12 | 1 | -1/+1 |
* | tests: test write protection | Sergii Dmytruk | 2022-05-12 | 4 | -0/+344 |
* | dummyflasher: enforce write protection for W25Q128FV | Sergii Dmytruk | 2022-05-12 | 2 | -18/+157 |
* | dummyflasher: emulate SR2 and SR3 for W25Q128FV | Sergii Dmytruk | 2022-05-12 | 1 | -7/+25 |
* | it85spi.c: Fix some space/tab trivial style issues | Edward O'Callaghan | 2022-05-12 | 1 | -26/+27 |
* | dummyflasher: add SR2 and SR3 emulation harness | Sergii Dmytruk | 2022-05-12 | 2 | -15/+112 |
* | serprog.c: Avoid calling memcpy with NULL pointer arguments | aarya | 2022-05-12 | 1 | -1/+2 |
* | platform/swap: move swap inline functions & macros into an own header | Thomas Heijligen | 2022-05-08 | 4 | -53/+82 |
* | libflashrom: Move documentation to header | Evan Benn | 2022-05-06 | 6 | -471/+438 |
* | flashrom.8.tmpl: Add raiden_debug_spi doc entry | Edward O'Callaghan | 2022-05-05 | 1 | -0/+49 |
* | board_enable.c: Port to use pcidev_find_vendorclass() helper | Edward O'Callaghan | 2022-05-04 | 1 | -15/+9 |
* | Global cleanup: Fix a few spelling errors | Martin Roth | 2022-05-03 | 15 | -26/+26 |
* | ichspi: Introduce HSFC CYCLE READ/WRITE/ERASE macros | Subrata Banik | 2022-05-03 | 1 | -2/+6 |
* | ichspi: Introduce HSFC_FDBC_VAL(n) macro | Subrata Banik | 2022-05-03 | 1 | -2/+3 |
* | ichspi: Introduce HSFC_FCYCLE_MASK(n) macro | Subrata Banik | 2022-05-03 | 1 | -2/+21 |
* | ichspi: Drop unused `_pprint_reg` macro | Subrata Banik | 2022-05-03 | 1 | -2/+1 |
* | ichspi: Use `pprint_reg` macro for PCH100 HSFC FCYCLE offset | Subrata Banik | 2022-05-03 | 1 | -1/+1 |
* | ichspi: Add `PCH100_` prefix for `Write Enable Type (WET)` macros | Subrata Banik | 2022-05-03 | 1 | -3/+3 |
* | pony_spi.c: Extract out get_params to simplify init | Edward O'Callaghan | 2022-05-01 | 1 | -42/+54 |
* | flashchips: enable write-protection for W25Q{64,128}.V | Sergii Dmytruk | 2022-05-01 | 1 | -4/+76 |
* | jlink_spi: Add option to enable target power | Marc Schink | 2022-04-30 | 2 | -1/+50 |
* | raiden_debug_spi.c: Document where raiden_debug_spi_requests are handled | Edward O'Callaghan | 2022-04-30 | 1 | -0/+8 |
* | Makefile: Align BITBANG_SPI with the other DEPENDS_ and USE_ configs | Thomas Heijligen | 2022-04-29 | 1 | -13/+5 |
* | meson: Treat warnings as errors | Anastasia Klimchuk | 2022-04-29 | 1 | -0/+1 |
* | meson: Add optimisation level s and disable debug in meson build | Anastasia Klimchuk | 2022-04-29 | 1 | -1/+5 |
* | Add -W options from Makefile into meson warning_flags | Anastasia Klimchuk | 2022-04-29 | 1 | -0/+2 |
* | tests: Add and include headers with function prototypes | Anastasia Klimchuk | 2022-04-29 | 10 | -0/+126 |
* | tests: Mark all static functions as static | Anastasia Klimchuk | 2022-04-29 | 2 | -11/+11 |
* | ich_descriptors_tool: Fix -Wsign-compare warnings | Anastasia Klimchuk | 2022-04-29 | 1 | -4/+4 |
* | Introduce an `include` directory for header files | Thomas Heijligen | 2022-04-29 | 28 | -9/+16 |
* | writeprotect: add WPS bit and always set it to zero | Sergii Dmytruk | 2022-04-29 | 2 | -0/+9 |
* | spi25_statusreg.c: add SR3 read/write support | Sergii Dmytruk | 2022-04-29 | 3 | -0/+19 |