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_tester: Fix cargo check and clippy warnings
Evan Benn
2022-09-19
8
-45
/
+33
*
flashrom.c: Drop `programmer_param` global variable
Angel Pons
2022-09-18
1
-11
/
+11
*
programmer_init: Work on a mutable copy of programmer params
Nico Huber
2022-09-18
1
-5
/
+14
*
tests: Add workaround to allow tests mock fileno on FreeBSD
Anastasia Klimchuk
2022-09-16
1
-0
/
+11
*
Revert "flashrom.c: Remove programmer_param global state"
Thomas Heijligen
2022-09-14
1
-27
/
+25
*
print.c: Fix format string for Windows
Thomas Heijligen
2022-09-13
1
-1
/
+2
*
flashrom.c: Remove programmer_param global state
Edward O'Callaghan
2022-09-12
1
-25
/
+27
*
tests: Guard Linux-specific linux/spidev.h header file
Anastasia Klimchuk
2022-09-12
1
-0
/
+2
*
tests: Use MOCK_FD instead of NON_ZERO for file operations
Anastasia Klimchuk
2022-09-12
1
-2
/
+2
*
Documentation: Add build instructions for meson
Thomas Heijligen
2022-09-12
1
-0
/
+127
*
meson: Refactor the programmer selection
Thomas Heijligen
2022-09-12
4
-342
/
+463
*
meson: Overhaul the print_wiki option
Thomas Heijligen
2022-09-12
2
-5
/
+11
*
meson: Build the classic cli / flashrom cli executable as feature
Thomas Heijligen
2022-09-12
2
-13
/
+16
*
test_build.sh: Enforce tests to be enabled
Felix Singer
2022-09-08
1
-1
/
+1
*
Revert "cmocka: Drop as meson subproject"
Nico Huber
2022-09-08
3
-3
/
+17
*
dmi.c: Retype variable `anchored` with bool
Felix Singer
2022-09-08
1
-3
/
+4
*
dummyflasher.c: Retype appropriate variables and attributes with bool
Felix Singer
2022-09-08
1
-11
/
+12
*
it87spi.c: Retype attribute `fast_spi` with bool
Felix Singer
2022-09-08
1
-3
/
+4
*
ich_descriptors.c: Retype variable `has_forbidden_opcode` with bool
Felix Singer
2022-09-08
1
-3
/
+4
*
fmap.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-5
/
+8
*
ft2232_spi.c: Retype variable `clock_5x` with bool
Felix Singer
2022-09-08
1
-2
/
+3
*
spi25.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-5
/
+5
*
tree: Retype variable `laptop_ok` with bool
Felix Singer
2022-09-08
4
-7
/
+8
*
ichspi.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-10
/
+11
*
tree: Retype variable `programmer_may_write` with bool
Felix Singer
2022-09-08
5
-6
/
+9
*
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
[prev]
[next]