| Commit message (Expand) | Author | Age | Files | Lines |
* | nic3com: mark PCI id 9006 as supported | Adrien Destugues | 2022-08-24 | 1 | -1/+1 |
* | ichspi.c: Pack hwseq_data into opaque.data field | Edward O'Callaghan | 2022-08-24 | 1 | -27/+38 |
* | Makefile: print dependency versions | Thomas Heijligen | 2022-08-23 | 2 | -4/+12 |
* | meson: Build the ich_descriptors_tool as feature | Thomas Heijligen | 2022-08-23 | 3 | -2/+4 |
* | tree: Check properly if libusb is initialized | Thomas Heijligen | 2022-08-23 | 3 | -6/+4 |
* | flashrom_tester: Call crossystem with write protect argument | Evan Benn | 2022-08-23 | 3 | -92/+22 |
* | drkaiser: restore flash writing access state explicitly | Alexander Goncharov | 2022-08-22 | 1 | -3/+12 |
* | bindings/rust: Document the rust bindings | Evan Benn | 2022-08-19 | 2 | -1/+40 |
* | bindings/rust/libflashrom: Create fat rust binding | Evan Benn | 2022-08-19 | 5 | -0/+1194 |
* | bindings/rust/libflashrom-sys: Create thin rust bindgen binding | Evan Benn | 2022-08-19 | 6 | -0/+53 |
* | flashrom_tester: Fix cmd read_region to read only the region | Evan Benn | 2022-08-18 | 1 | -11/+10 |
* | flashrom_tester: Write a newline with the wp prompt | Evan Benn | 2022-08-18 | 1 | -17/+21 |
* | spi25_statusreg: Fix checks for FEATURE_WRSR_EXT3 | Nico Huber | 2022-08-17 | 1 | -2/+3 |
* | cmocka: Drop as meson subproject | Thomas Heijligen | 2022-08-17 | 3 | -17/+3 |
* | parade_lspcon: Rename PAGE_SIZE to avoid redefinition | Thomas Heijligen | 2022-08-17 | 1 | -10/+10 |
* | ichspi.c: Make ich_hwseq_wait_for_cycle_complete() take addr_mask as arg | Edward O'Callaghan | 2022-08-15 | 1 | -8/+8 |
* | ichspi.c: Fix ich_hwseq_get_erase_block_size() type signature | Edward O'Callaghan | 2022-08-15 | 1 | -6/+6 |
* | ichspi.c: Let ich_hwseq_set_addr() take addr_mask as a argument | Edward O'Callaghan | 2022-08-15 | 1 | -9/+9 |
* | pickit2_spi.c: Use one variable to store raw parameter values | Felix Singer | 2022-08-14 | 1 | -9/+11 |
* | linux_spi.c: Use one variable to store raw parameter values | Felix Singer | 2022-08-14 | 1 | -16/+16 |
* | linux_mtd.c: Rename variable param to param_str | Felix Singer | 2022-08-14 | 1 | -8/+8 |
* | digilent_spi.c: Rename variable p to param_str | Felix Singer | 2022-08-14 | 1 | -11/+11 |
* | stlinkv3_spi.c: Use one variable to store raw parameter values | Felix Singer | 2022-08-14 | 1 | -16/+15 |
* | realtek_mst_i2c_spi.c: Use one variable to store raw parameter values | Felix Singer | 2022-08-14 | 1 | -15/+15 |
* | sb600spi.c: Use one variable to store raw parameter values | Felix Singer | 2022-08-14 | 1 | -24/+23 |
* | dediprog.c: Use one variable to store raw parameter values | Felix Singer | 2022-08-14 | 1 | -37/+37 |
* | dummyflasher.c: Remove unnecessary empty line | Felix Singer | 2022-08-14 | 1 | -1/+0 |
* | cli_classic.c: Make use of bool type in the main function | Felix Singer | 2022-08-14 | 1 | -34/+37 |
* | MAINTAINERS: Add Evan Benn for flashrom_tester | Evan Benn | 2022-08-14 | 1 | -0/+5 |
* | Makefile: Fix build for Windows | Thomas Heijligen | 2022-08-12 | 1 | -0/+3 |
* | tests/realtek_mst_i2c_spi.c: Fix macro closing comment | Felix Singer | 2022-08-10 | 1 | -1/+1 |
* | tests: Test allow_brick is required for i2c programmers init | Anastasia Klimchuk | 2022-08-10 | 5 | -0/+54 |
* | tests: Add function to test programmer init error paths | Anastasia Klimchuk | 2022-08-10 | 2 | -0/+21 |
* | atahpt: restore flash access state explicitly | Alexander Goncharov | 2022-08-09 | 1 | -6/+13 |
* | test_build.sh: Build all programmers individually using Make | Felix Singer | 2022-08-09 | 1 | -0/+29 |
* | Makefile.d/arch_test.h: Add detection for ARC64 architecture | Veronika Kremneva | 2022-08-09 | 1 | -0/+2 |
* | Makefile: Add support for Elbrus (e2k) architecture | Anton Samsonov | 2022-08-09 | 2 | -1/+3 |
* | Makefile: fix rebuild issues | Thomas Heijligen | 2022-08-09 | 1 | -2/+2 |
* | ich_descriptors.c: Reduce i/o op paths in read_descriptor_reg() | Edward O'Callaghan | 2022-08-08 | 1 | -4/+11 |
* | include/ich_descriptors.h: Add missing include | Edward O'Callaghan | 2022-08-08 | 1 | -0/+1 |
* | test_build.sh: Move commands into functions | Felix Singer | 2022-08-08 | 1 | -5/+14 |
* | tests: Add basic lifecycle test for mediatek_i2c_spi | Anastasia Klimchuk | 2022-08-08 | 4 | -0/+39 |
* | tests: Add basic lifecycle test for parade_lspcon | Anastasia Klimchuk | 2022-08-08 | 4 | -0/+39 |
* | pickit2_spi.c: Use a variable to store the total packetsize | Felix Singer | 2022-08-05 | 1 | -2/+3 |
* | pickit2_spi.c: Replace hard-coded value with define in msg_perr() | Felix Singer | 2022-08-05 | 1 | -2/+2 |
* | nicnatsemi: Refactor singleton states into reentrant pattern | Alexander Goncharov | 2022-08-05 | 1 | -6/+28 |
* | satasii: drop unused variable from par data struct | Alexander Goncharov | 2022-08-05 | 1 | -2/+0 |
* | satasii: Drop sii_ prefix for par data struct members | Alexander Goncharov | 2022-08-05 | 1 | -11/+11 |
* | satasii: Refactor singleton states into reentrant pattern | Alexander Goncharov | 2022-08-05 | 1 | -20/+41 |
* | satamv: Drop mv_ prefix for par data struct members | Alexander Goncharov | 2022-08-05 | 1 | -6/+6 |