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
...
*
tests: Fix fread wrap to return success by default
Anastasia Klimchuk
2021-10-19
1
-3
/
+3
*
tests: Add wrap for libusb_init and use it in dediprog test
Anastasia Klimchuk
2021-10-18
4
-0
/
+18
*
tests: Extract libusb wraps into separate file
Anastasia Klimchuk
2021-10-18
3
-46
/
+64
*
tests: Move current_io to io_mock.c be visible across tests
Anastasia Klimchuk
2021-10-18
4
-41
/
+66
*
tests: Move LOG_ME to include/tests.h to be available everywhere
Anastasia Klimchuk
2021-10-18
2
-3
/
+2
*
tests: Add NON_ZERO macro and not_null function instead of MOCK_HANDLE
Anastasia Klimchuk
2021-10-18
3
-13
/
+23
*
hwaccess: replace flashrom specific macros by compiler defines
Thomas Heijligen
2021-10-15
11
-112
/
+19
*
buildsystem: evaluate the USE_IOPL, USE_DEV_IO, USE_IOPERM macros
Thomas Heijligen
2021-10-15
3
-20
/
+37
*
buildsystem: handle the IS_WINDOWS macro
Thomas Heijligen
2021-10-15
3
-7
/
+12
*
platform.h: remove IS_LINUX and IS_MACOSX macros
Thomas Heijligen
2021-10-15
2
-12
/
+2
*
buildsystem: Determine the endianness only in the buildsystem
Thomas Heijligen
2021-10-15
3
-89
/
+14
*
Makefile: copy determination test for the endian to Makefile.d
Thomas Heijligen
2021-10-15
3
-8
/
+92
*
Makefile: move determination test for the architecture to Makefile.d
Thomas Heijligen
2021-10-15
4
-21
/
+54
*
Makefile: move determination test for OS to Makefile.d
Thomas Heijligen
2021-10-15
5
-12
/
+15
*
Makefile: move determination tests for target systems to one place
Thomas Heijligen
2021-10-15
1
-17
/
+9
*
serprog: Move content of programmer specific header to C file
Felix Singer
2021-10-15
2
-26
/
+26
*
gfxnvidia: Fix indents
Felix Singer
2021-10-15
1
-8
/
+8
*
Makefile: summarize systems with the same CPPFLAGS and LDFLAGS
Thomas Heijligen
2021-10-14
1
-14
/
+4
*
Makefile: use STRIP_ARGS = -s on all systems
Thomas Heijligen
2021-10-14
1
-4
/
+1
*
util: Add Nix shell file
Felix Singer
2021-10-10
1
-0
/
+16
*
raiden_debug_spi: Use new API to register shutdown function
Anastasia Klimchuk
2021-10-10
1
-4
/
+2
*
raiden_debug_spi: Move shutdown function above spi_master struct
Anastasia Klimchuk
2021-10-10
1
-31
/
+31
*
raiden_debug_spi: Use spi data in configure_protocol
Anastasia Klimchuk
2021-10-10
1
-7
/
+5
*
raiden_debug_spi: Link spi_master struct to spi data
Anastasia Klimchuk
2021-10-10
1
-4
/
+5
*
ft2232_spi: reintroduce generic GPIOL control
Michael Niewöhner
2021-10-04
2
-9
/
+109
*
ich_descriptors: Add explicit checks for all chipsets
David Hendricks
2021-10-01
1
-10
/
+19
*
flashrom.8: carve out `csgpiol` into its own section
Michael Niewöhner
2021-10-01
1
-6
/
+11
*
ft2232_spi: prevent use of reserved pins on some programmers
Michael Niewöhner
2021-10-01
1
-0
/
+12
*
flashchips.c: mark EN25F10 as TEST_OK_PREW
Simon Buhrow
2021-10-01
1
-1
/
+1
*
tests: Revise mock chip definition and usage
Anastasia Klimchuk
2021-10-01
1
-117
/
+60
*
tests: Add tests to read from chip
Anastasia Klimchuk
2021-10-01
5
-0
/
+146
*
tests: Extract setup and teardown for chip tests
Anastasia Klimchuk
2021-10-01
1
-55
/
+47
*
nicintel_spi.c: Implement `set_sck_set_mosi` and `set_sck_get_miso`
Angel Pons
2021-10-01
1
-0
/
+27
*
util/ich_descriptors_tool: Use GNU-style printf in MinGW
David Hendricks
2021-10-01
1
-0
/
+4
*
ch341a: use better english in the debug message
Thomas Heijligen
2021-10-01
1
-1
/
+1
*
dediprog.c: Split up compound conditional and swap two operations
Angel Pons
2021-10-01
1
-3
/
+3
*
internal.c: unify the macro for x86 only code
Thomas Heijligen
2021-09-29
1
-7
/
+7
*
ch341a_spi: replace active kernel driver detaching by automatic one
Thomas Heijligen
2021-09-29
1
-11
/
+4
*
Makefile: move functions and macros to own file
Thomas Heijligen
2021-09-28
2
-197
/
+215
*
custom_baud: move Linux specific code into own file
Thomas Heijligen
2021-09-28
4
-47
/
+69
*
os.h: remove unneeded include
Thomas Heijligen
2021-09-27
1
-2
/
+0
*
ft2232_spi: clarify the comment about gpio configuration
Michael Niewöhner
2021-09-26
1
-2
/
+5
*
flashrom.8: add missing entry for `--flash-contents`
Michael Niewöhner
2021-09-26
1
-0
/
+7
*
flashrom.8: replace `svn changelog` with `git history`
Michael Niewöhner
2021-09-26
1
-1
/
+1
*
remove compile guards
Thomas Heijligen
2021-09-26
18
-83
/
+0
*
mec1308: remove MEC1308 EC programmer
Victor Ding
2021-09-22
9
-602
/
+2
*
ene_lpc: remove ENE LPC programmer
Victor Ding
2021-09-22
9
-681
/
+3
*
dediprog.c: Drop dediprog_ prefix for spi data struct members
Anastasia Klimchuk
2021-09-13
1
-60
/
+54
*
dediprog.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-09-13
1
-112
/
+150
*
chipset_enable.c: Mark Z97 as DEP
Sophie van Soest
2021-09-13
1
-1
/
+1
[prev]
[next]