summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nicintel_eeprom: decouple function signatures from global stateAlexander Goncharov2022-08-301-47/+50
* nicintel_eeprom: pack pci device struct into programmer's dataAlexander Goncharov2022-08-301-4/+7
* nicintel_eeprom: unify the code path of opaque master registrationAlexander Goncharov2022-08-301-17/+11
* nicintel_eeprom: refactor i210 variable into reentrant patternAlexander Goncharov2022-08-301-5/+18
* nicintel_eeprom: turn 82580 state variable into a structAlexander Goncharov2022-08-301-11/+19
* nicintel_eeprom: handle errors using goto for i210's shutdownAlexander Goncharov2022-08-301-3/+7
* gfxnvidia: restore flash interface access state explicitlyAlexander Goncharov2022-08-291-3/+14
* it8212: restore ROM BAR decode state explicitlyAlexander Goncharov2022-08-291-2/+11
* print.c: Move list of known boards to known_boards.cEdward O'Callaghan2022-08-294-676/+694
* print.c: Use flashrom_version_info()Edward O'Callaghan2022-08-291-1/+1
* flashrom.c: Move print logic to print.cEdward O'Callaghan2022-08-292-83/+90
* flashrom_tester: Add an implementation using libflashromEvan Benn2022-08-264-10/+210
* flashrom_tester: Add _into_file to function namesEvan Benn2022-08-264-18/+21
* realtek_mst_i2c_spi.c: Avoid premature initialisationEdward O'Callaghan2022-08-251-1/+1
* ich_descriptors_tool/Makefile: Add missing `override` for CFLAGSNico Huber2022-08-251-1/+1
* parallel.c: Consoldiate parallel master registration logicEdward O'Callaghan2022-08-257-80/+107
* flashrom.c: Move write_buf_to_include_args() to cli_classic.cEdward O'Callaghan2022-08-253-28/+27
* flashrom.c: Move read_buf_from_include_args() into cli_classic.cEdward O'Callaghan2022-08-253-36/+34
* flashrom.c: Move write_buf_to_file() to helpers_fileio.cEdward O'Callaghan2022-08-252-64/+61
* flashrom.c: Move read_buf_from_file() to helpers_fileio.cEdward O'Callaghan2022-08-254-45/+73
* 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