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
...
*
atapromise.c: Use fallback_map instead of own identical implementation
Thomas Heijligen
2022-09-27
1
-7
/
+1
*
layout.c: Validate _layout_entry_by_name() arguments before use
Edward O'Callaghan
2022-09-27
1
-0
/
+2
*
ichspi: Factor out common hwseq_xfer logic into helpers
Subrata Banik
2022-09-26
1
-90
/
+55
*
test_build.sh: Use multiple cores if Make is used
Felix Singer
2022-09-23
1
-2
/
+2
*
test_build.sh: Build all programmers individually using Meson
Felix Singer
2022-09-23
1
-3
/
+23
*
test_build.sh: Delete old build dir when Meson is used
Felix Singer
2022-09-23
1
-4
/
+7
*
test_build.sh: Improve robustness when dealing with empty $CC
Patrick Georgi
2022-09-21
1
-1
/
+1
*
test_build.sh: Identify runs for Coverity Scan
Patrick Georgi
2022-09-21
1
-1
/
+1
*
internal.c: Pass `programmer_cfg` to `try_mtd()`
Angel Pons
2022-09-21
2
-4
/
+7
*
tests: Add unit test for initialisation with NULL programmer param
Anastasia Klimchuk
2022-09-20
4
-1
/
+18
*
tests/parade_lspcon.c: Replace spaces with tabs
Anastasia Klimchuk
2022-09-20
1
-10
/
+10
*
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
[prev]
[next]