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
*
layout.h: Add {read,write}_prot flags to flash_region
Nikolai Artemiev
2022-12-15
1
-0
/
+2
*
layout: Factor out flash_region structure from romentry
Nikolai Artemiev
2022-12-15
4
-34
/
+52
*
ichspi.c: Clean up HSFC FCYCLE definitions
Nikolai Artemiev
2022-12-15
1
-22
/
+29
*
layout: Add new line to out of memory error message
Anastasia Klimchuk
2022-12-15
1
-3
/
+3
*
layout: Extract parsing include args into a separate function
Anastasia Klimchuk
2022-12-15
1
-12
/
+31
*
tests/selfcheck.c: Fix on non-x86 machines
Edward O'Callaghan
2022-12-15
1
-1
/
+1
*
spi.c: Add AT45 & SF25F erasefn opcode mapping
Thomas Heijligen
2022-12-14
2
-19
/
+47
*
spi25.c: Rename spi_get_erasefn_from_opcode to spi25_get_erasefn_from_opcode
Thomas Heijligen
2022-12-14
3
-7
/
+7
*
spi25.c: Move spi_get_opcode_from_erasefn() to spi.c
Thomas Heijligen
2022-12-14
2
-12
/
+34
*
tree/: Rename 'internal_delay()' to 'default_delay()'
Edward O'Callaghan
2022-12-12
18
-46
/
+46
*
flashrom.c: Position heap alloc along side check in compare_range()
Edward O'Callaghan
2022-12-12
1
-1
/
+2
*
tree/: Replace NULL-case of programmer_delay() with internal_delay
Edward O'Callaghan
2022-12-12
12
-32
/
+44
*
tree/: Move programmer_delay() out of programmer state machine
Edward O'Callaghan
2022-12-12
4
-31
/
+43
*
tests: Add llvm-cov option and run target for code coverage
Evan Benn
2022-12-11
5
-9
/
+27
*
README: Add information about meson and link build instructions
Anastasia Klimchuk
2022-12-11
1
-0
/
+12
*
libflashrom.c: Invert if conditions to improve the readability
Felix Singer
2022-12-11
1
-36
/
+36
*
layout: Check return values for strdup in register_include_arg
Anastasia Klimchuk
2022-12-09
1
-3
/
+17
*
tests: Detect llvm coverage run and redirect to real I/O functions
Evan Benn
2022-12-09
4
-1
/
+31
*
tests: Detect gcov run and redirect to real I/O functions
Evan Benn
2022-12-09
2
-0
/
+14
*
tests: Redirect to real I/O to support coverage run
Evan Benn
2022-12-09
4
-0
/
+91
*
tests: Add fwrite and fdopen to io_mock
Evan Benn
2022-12-09
2
-0
/
+6
*
tests: Mock the mode_t variant of open
Evan Benn
2022-12-09
4
-17
/
+35
*
tests: Move test.h include
Evan Benn
2022-12-08
2
-1
/
+2
*
flashchips.c: remove WREN from GD25Q256D enter 4BA sequence
Nikolai Artemiev
2022-12-08
1
-1
/
+1
*
meson.build: Rename conf object to config_manfile
Felix Singer
2022-12-06
1
-5
/
+4
*
cbtables.c/search_lb_records: Drop unused variable `count`
Felix Singer
2022-12-06
1
-3
/
+0
*
flashrom.8.tmpl: Clarify supported ft2232_spi frequencies
Nicholas Chin
2022-12-06
1
-2
/
+2
*
test_build.sh: Switch to meson setup <dir>
Felix Singer
2022-12-06
1
-1
/
+1
*
flashrom.c: Replace 'exit(1)' leaks with return codes on err paths
Edward O'Callaghan
2022-12-06
1
-3
/
+3
*
tree/: Make heap alloc checks err msg consistent
Edward O'Callaghan
2022-12-06
2
-3
/
+3
*
writeprotect,ichspi,spi25: handle register access constraints
Nikolai Artemiev
2022-12-06
3
-8
/
+48
*
tests: Add selfcheck to unit tests
Evan Benn
2022-12-05
6
-0
/
+174
*
cli, manpage: Clean up occurrences of old image argument
Anastasia Klimchuk
2022-12-05
2
-3
/
+5
*
tree/: Make probe_opcode() flashctx argument const
Nikolai Artemiev
2022-12-04
4
-6
/
+6
*
cli_classic.c: Make count_max_decode_exceedings() pure
Edward O'Callaghan
2022-12-02
1
-10
/
+11
*
util/lint: Introduce linter for git sign-off-by line
Felix Singer
2022-12-02
3
-0
/
+75
*
internal.c: laptop_ok global state can become stale
Edward O'Callaghan
2022-12-01
1
-0
/
+3
*
flashchips.c: Add 4BA write to XM25Qx256C
Liam Flaherty
2022-12-01
1
-2
/
+3
*
tests: add probe lifecycle test for ch341a_spi
Alexander Goncharov
2022-11-29
3
-3
/
+47
*
tests: add basic lifecycle test for ch341a_spi
Alexander Goncharov
2022-11-29
5
-1
/
+98
*
tests: add mocks for libusb's asynchronous API
Alexander Goncharov
2022-11-29
2
-0
/
+12
*
tests: add more wrappers for libusb funcs
Alexander Goncharov
2022-11-29
4
-0
/
+66
*
tests: Move SKIP_TEST macro to common header
Evan Benn
2022-11-28
2
-3
/
+3
*
bindings: Add FLASHROM_WP_ERR_UNSUPPORTED_STATE
Evan Benn
2022-11-28
1
-0
/
+4
*
writeprotect.c: Split register value/mask calculation into pure func
Nikolai Artemiev
2022-11-28
1
-11
/
+18
*
ichspi: Fix number of bytes for HW seq operations
Subrata Banik
2022-11-25
1
-3
/
+9
*
ichspi: Clear Fast SPI HSFC register before HW seq operation
Subrata Banik
2022-11-25
1
-4
/
+2
*
opaque_master: Mark Opaque chip as tested for WP
Anastasia Klimchuk
2022-11-25
3
-4
/
+4
*
flashrom_tester: partial_lock: Use WriteProtectState cache
Evan Benn
2022-11-24
2
-4
/
+24
*
flashrom_tester: Change the wp_toggle semantics
Evan Benn
2022-11-24
3
-25
/
+14
[next]