index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]