aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* flashrom.c: flatten out write_buf_to_include_args()Edward O'Callaghan2022-08-253-6/+4
* flashrom.c: flatten out read_buf_from_include_args()Edward O'Callaghan2022-08-253-7/+5
* ichspi.c: Clean up get_ich_spi_mode_param()Felix Singer2022-08-241-5/+7
* Add support for motherboard Jetway P4MDPTdirestraits962022-08-242-0/+2
* nic3com: mark PCI id 9006 as supportedAdrien Destugues2022-08-241-1/+1
* ichspi.c: Pack hwseq_data into opaque.data fieldEdward O'Callaghan2022-08-241-27/+38
* Makefile: print dependency versionsThomas Heijligen2022-08-232-4/+12
* meson: Build the ich_descriptors_tool as featureThomas Heijligen2022-08-233-2/+4
* tree: Check properly if libusb is initializedThomas Heijligen2022-08-233-6/+4
* flashrom_tester: Call crossystem with write protect argumentEvan Benn2022-08-233-92/+22
* drkaiser: restore flash writing access state explicitlyAlexander Goncharov2022-08-221-3/+12
* bindings/rust: Document the rust bindingsEvan Benn2022-08-192-1/+40
* bindings/rust/libflashrom: Create fat rust bindingEvan Benn2022-08-195-0/+1194
* bindings/rust/libflashrom-sys: Create thin rust bindgen bindingEvan Benn2022-08-196-0/+53
* flashrom_tester: Fix cmd read_region to read only the regionEvan Benn2022-08-181-11/+10
* flashrom_tester: Write a newline with the wp promptEvan Benn2022-08-181-17/+21
* spi25_statusreg: Fix checks for FEATURE_WRSR_EXT3Nico Huber2022-08-171-2/+3
* cmocka: Drop as meson subprojectThomas Heijligen2022-08-173-17/+3
* parade_lspcon: Rename PAGE_SIZE to avoid redefinitionThomas Heijligen2022-08-171-10/+10
* ichspi.c: Make ich_hwseq_wait_for_cycle_complete() take addr_mask as argEdward O'Callaghan2022-08-151-8/+8
* ichspi.c: Fix ich_hwseq_get_erase_block_size() type signatureEdward O'Callaghan2022-08-151-6/+6
* ichspi.c: Let ich_hwseq_set_addr() take addr_mask as a argumentEdward O'Callaghan2022-08-151-9/+9
* pickit2_spi.c: Use one variable to store raw parameter valuesFelix Singer2022-08-141-9/+11
* linux_spi.c: Use one variable to store raw parameter valuesFelix Singer2022-08-141-16/+16
* linux_mtd.c: Rename variable param to param_strFelix Singer2022-08-141-8/+8
* digilent_spi.c: Rename variable p to param_strFelix Singer2022-08-141-11/+11
* stlinkv3_spi.c: Use one variable to store raw parameter valuesFelix Singer2022-08-141-16/+15
* realtek_mst_i2c_spi.c: Use one variable to store raw parameter valuesFelix Singer2022-08-141-15/+15
* sb600spi.c: Use one variable to store raw parameter valuesFelix Singer2022-08-141-24/+23
* dediprog.c: Use one variable to store raw parameter valuesFelix Singer2022-08-141-37/+37
* dummyflasher.c: Remove unnecessary empty lineFelix Singer2022-08-141-1/+0
* cli_classic.c: Make use of bool type in the main functionFelix Singer2022-08-141-34/+37
* MAINTAINERS: Add Evan Benn for flashrom_testerEvan Benn2022-08-141-0/+5
* Makefile: Fix build for WindowsThomas Heijligen2022-08-121-0/+3
* tests/realtek_mst_i2c_spi.c: Fix macro closing commentFelix Singer2022-08-101-1/+1
* tests: Test allow_brick is required for i2c programmers initAnastasia Klimchuk2022-08-105-0/+54
* tests: Add function to test programmer init error pathsAnastasia Klimchuk2022-08-102-0/+21
* atahpt: restore flash access state explicitlyAlexander Goncharov2022-08-091-6/+13
* test_build.sh: Build all programmers individually using MakeFelix Singer2022-08-091-0/+29
* Makefile.d/arch_test.h: Add detection for ARC64 architectureVeronika Kremneva2022-08-091-0/+2
* Makefile: Add support for Elbrus (e2k) architectureAnton Samsonov2022-08-092-1/+3
* Makefile: fix rebuild issuesThomas Heijligen2022-08-091-2/+2
* ich_descriptors.c: Reduce i/o op paths in read_descriptor_reg()Edward O'Callaghan2022-08-081-4/+11
* include/ich_descriptors.h: Add missing includeEdward O'Callaghan2022-08-081-0/+1
* test_build.sh: Move commands into functionsFelix Singer2022-08-081-5/+14
* tests: Add basic lifecycle test for mediatek_i2c_spiAnastasia Klimchuk2022-08-084-0/+39
* tests: Add basic lifecycle test for parade_lspconAnastasia Klimchuk2022-08-084-0/+39
* pickit2_spi.c: Use a variable to store the total packetsizeFelix Singer2022-08-051-2/+3
* pickit2_spi.c: Replace hard-coded value with define in msg_perr()Felix Singer2022-08-051-2/+2
* nicnatsemi: Refactor singleton states into reentrant patternAlexander Goncharov2022-08-051-6/+28