summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ich_descriptors.c: Retype variable `has_forbidden_opcode` with boolFelix Singer2022-09-081-3/+4
* fmap.c: Retype appropriate variables with boolFelix Singer2022-09-081-5/+8
* ft2232_spi.c: Retype variable `clock_5x` with boolFelix Singer2022-09-081-2/+3
* spi25.c: Retype appropriate variables with boolFelix Singer2022-09-081-5/+5
* tree: Retype variable `laptop_ok` with boolFelix Singer2022-09-084-7/+8
* ichspi.c: Retype appropriate variables with boolFelix Singer2022-09-081-10/+11
* tree: Retype variable `programmer_may_write` with boolFelix Singer2022-09-085-6/+9
* flashrom.c: Retype appropriate variables with boolFelix Singer2022-09-081-5/+6
* linux_mtd.c: Retype appropriate attributes with boolFelix Singer2022-09-081-4/+5
* 82802ab.c: Retype appropriate variables with boolFelix Singer2022-09-081-6/+8
* serprog.c: Retype variable `have_device` with boolFelix Singer2022-09-081-3/+4
* raiden_debug_spi.c: Retype variable `found` with boolFelix Singer2022-09-081-3/+4
* pony_spi.c: Retype appropriate variables with boolFelix Singer2022-09-081-28/+29
* mstarddc_spi.c: Retype appropriate variables with boolFelix Singer2022-09-081-5/+6
* internal.c: Retype appropriate variables with boolFelix Singer2022-09-082-14/+16
* buspirate_spi.c: Retype appropriate variables with boolFelix Singer2022-09-081-7/+8
* usb_device.c: release the usb interface on shutdownThomas Heijligen2022-09-071-1/+4
* ch341a_spi: detach/attach kernel driver explicitlyThomas Heijligen2022-09-071-5/+6
* tests: Add wrappers for libusb_(attach|detach)_kernel_driverThomas Heijligen2022-09-073-0/+16
* chipset_enable.c: plumb programmer_cfg into sb600 and ich initEdward O'Callaghan2022-09-071-5/+5
* tree: plumb programmer_cfg into chipset_flash_enable()Edward O'Callaghan2022-09-073-4/+4
* ichspi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-073-10/+10
* chipset_enable.c: Change doit() and enable_flash_\S() signaturesEdward O'Callaghan2022-09-072-112/+112
* tree: Fix drivers to pass programmer_cfg to pcidev_init()Edward O'Callaghan2022-09-0719-20/+22
* usb_device.c: Allow for programmer_cfg plumbingEdward O'Callaghan2022-09-073-17/+18
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-0730-85/+87
* raiden_debug_spi.c: plumb programmer_cfg though get_paramsEdward O'Callaghan2022-09-071-4/+4
* dummyflasher.c: plumb programmer_cfg though get_paramsEdward O'Callaghan2022-09-071-2/+3
* sb600spi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-073-7/+8
* it87spi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-073-5/+5
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-0740-51/+53
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-0732-83/+88
* tests: Add tests to cover unhandled programmer params pathsAnastasia Klimchuk2022-09-043-0/+64
* tests/lifecycle: Run shutdown for init error pathsAnastasia Klimchuk2022-09-041-0/+11
* tests/parade_lspcon.c: Add emulation for ioctl, read, write operationsAnastasia Klimchuk2022-09-041-0/+86
* layout.c: Cast argument of isspace() to unsigned charThomas Heijligen2022-09-011-1/+1
* util/shell.nix: Explicitly install gnumake and GCC packagesFelix Singer2022-08-311-0/+2
* nicintel_eeprom: pack eebar into programmer's dataAlexander Goncharov2022-08-301-19/+22
* 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