index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
flashrom.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-5
/
+6
*
linux_mtd.c: Retype appropriate attributes with bool
Felix Singer
2022-09-08
1
-4
/
+5
*
82802ab.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-6
/
+8
*
serprog.c: Retype variable `have_device` with bool
Felix Singer
2022-09-08
1
-3
/
+4
*
raiden_debug_spi.c: Retype variable `found` with bool
Felix Singer
2022-09-08
1
-3
/
+4
*
pony_spi.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-28
/
+29
*
mstarddc_spi.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-5
/
+6
*
internal.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
2
-14
/
+16
*
buspirate_spi.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-7
/
+8
*
usb_device.c: release the usb interface on shutdown
Thomas Heijligen
2022-09-07
1
-1
/
+4
*
ch341a_spi: detach/attach kernel driver explicitly
Thomas Heijligen
2022-09-07
1
-5
/
+6
*
tests: Add wrappers for libusb_(attach|detach)_kernel_driver
Thomas Heijligen
2022-09-07
3
-0
/
+16
*
chipset_enable.c: plumb programmer_cfg into sb600 and ich init
Edward O'Callaghan
2022-09-07
1
-5
/
+5
*
tree: plumb programmer_cfg into chipset_flash_enable()
Edward O'Callaghan
2022-09-07
3
-4
/
+4
*
ichspi.c: Allow passing programmer_cfg directly
Edward O'Callaghan
2022-09-07
3
-10
/
+10
*
chipset_enable.c: Change doit() and enable_flash_\S() signatures
Edward O'Callaghan
2022-09-07
2
-112
/
+112
*
tree: Fix drivers to pass programmer_cfg to pcidev_init()
Edward O'Callaghan
2022-09-07
19
-20
/
+22
*
usb_device.c: Allow for programmer_cfg plumbing
Edward O'Callaghan
2022-09-07
3
-17
/
+18
*
tree: Port programmers to pass programmer_cfg to extractors
Edward O'Callaghan
2022-09-07
30
-85
/
+87
*
raiden_debug_spi.c: plumb programmer_cfg though get_params
Edward O'Callaghan
2022-09-07
1
-4
/
+4
*
dummyflasher.c: plumb programmer_cfg though get_params
Edward O'Callaghan
2022-09-07
1
-2
/
+3
*
sb600spi.c: Allow passing programmer_cfg directly
Edward O'Callaghan
2022-09-07
3
-7
/
+8
*
it87spi.c: Allow passing programmer_cfg directly
Edward O'Callaghan
2022-09-07
3
-5
/
+5
*
tree: Allow passing programmer_cfg directly to programmer
Edward O'Callaghan
2022-09-07
40
-51
/
+53
*
tree: Change signature of extract_programmer_param_str()
Edward O'Callaghan
2022-09-07
32
-83
/
+88
*
tests: Add tests to cover unhandled programmer params paths
Anastasia Klimchuk
2022-09-04
3
-0
/
+64
*
tests/lifecycle: Run shutdown for init error paths
Anastasia Klimchuk
2022-09-04
1
-0
/
+11
*
tests/parade_lspcon.c: Add emulation for ioctl, read, write operations
Anastasia Klimchuk
2022-09-04
1
-0
/
+86
*
layout.c: Cast argument of isspace() to unsigned char
Thomas Heijligen
2022-09-01
1
-1
/
+1
*
util/shell.nix: Explicitly install gnumake and GCC packages
Felix Singer
2022-08-31
1
-0
/
+2
*
nicintel_eeprom: pack eebar into programmer's data
Alexander Goncharov
2022-08-30
1
-19
/
+22
*
nicintel_eeprom: decouple function signatures from global state
Alexander Goncharov
2022-08-30
1
-47
/
+50
*
nicintel_eeprom: pack pci device struct into programmer's data
Alexander Goncharov
2022-08-30
1
-4
/
+7
*
nicintel_eeprom: unify the code path of opaque master registration
Alexander Goncharov
2022-08-30
1
-17
/
+11
*
nicintel_eeprom: refactor i210 variable into reentrant pattern
Alexander Goncharov
2022-08-30
1
-5
/
+18
*
nicintel_eeprom: turn 82580 state variable into a struct
Alexander Goncharov
2022-08-30
1
-11
/
+19
*
nicintel_eeprom: handle errors using goto for i210's shutdown
Alexander Goncharov
2022-08-30
1
-3
/
+7
*
gfxnvidia: restore flash interface access state explicitly
Alexander Goncharov
2022-08-29
1
-3
/
+14
*
it8212: restore ROM BAR decode state explicitly
Alexander Goncharov
2022-08-29
1
-2
/
+11
*
print.c: Move list of known boards to known_boards.c
Edward O'Callaghan
2022-08-29
4
-676
/
+694
*
print.c: Use flashrom_version_info()
Edward O'Callaghan
2022-08-29
1
-1
/
+1
*
flashrom.c: Move print logic to print.c
Edward O'Callaghan
2022-08-29
2
-83
/
+90
*
flashrom_tester: Add an implementation using libflashrom
Evan Benn
2022-08-26
4
-10
/
+210
*
flashrom_tester: Add _into_file to function names
Evan Benn
2022-08-26
4
-18
/
+21
*
realtek_mst_i2c_spi.c: Avoid premature initialisation
Edward O'Callaghan
2022-08-25
1
-1
/
+1
*
ich_descriptors_tool/Makefile: Add missing `override` for CFLAGS
Nico Huber
2022-08-25
1
-1
/
+1
*
parallel.c: Consoldiate parallel master registration logic
Edward O'Callaghan
2022-08-25
7
-80
/
+107
*
flashrom.c: Move write_buf_to_include_args() to cli_classic.c
Edward O'Callaghan
2022-08-25
3
-28
/
+27
*
flashrom.c: Move read_buf_from_include_args() into cli_classic.c
Edward O'Callaghan
2022-08-25
3
-36
/
+34
*
flashrom.c: Move write_buf_to_file() to helpers_fileio.c
Edward O'Callaghan
2022-08-25
2
-64
/
+61
[prev]
[next]