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
...
*
ft2232_spi: Don't lower write data chunksize
Nico Huber
2021-06-25
1
-4
/
+0
*
ft2232_spi.c: Implement spi_send_multicommand()
Simon Buhrow
2021-06-25
1
-1
/
+90
*
tests: Move test environment header files into tests directory
Anastasia Klimchuk
2021-06-22
2
-0
/
+0
*
buspirate: Add psus option
Jeremy Kerr
2021-06-21
2
-1
/
+31
*
flashchips: Add support for Macronix MX66L1G45G
Patrick Rudolph
2021-06-20
2
-0
/
+50
*
buspirate_spi.c: Drop bp_ prefix for spi data struct members
Anastasia Klimchuk
2021-06-20
1
-13
/
+13
*
buspirate_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-06-20
1
-19
/
+42
*
buspirate_spi.c: Separate shutdown from failed init cleanup
Anastasia Klimchuk
2021-06-20
1
-49
/
+71
*
libflashrom: remove flashrom_system_info
Thomas Heijligen
2021-06-20
2
-2
/
+0
*
libflashrom: remove flashrom_supported_programmers
Thomas Heijligen
2021-06-20
3
-22
/
+0
*
programmer.h: sort programmer entries alphabetically
Thomas Heijligen
2021-06-20
1
-29
/
+29
*
ich_descriptors: Refactor read_ich_descriptors_from_dump()
Nico Huber
2021-06-19
1
-17
/
+17
*
ich_descriptors: Drop some unnecessary `else` after `return`
Nico Huber
2021-06-19
1
-10
/
+8
*
ich_descriptors: Revise descriptor messages
Nico Huber
2021-06-19
1
-7
/
+13
*
lspcon: restart MPU on programmer shutdown
Peter Marheine
2021-06-17
1
-6
/
+9
*
programmer.h: remove compile guard from programmer drivers
Thomas Heijligen
2021-06-11
1
-187
/
+43
*
dummyflasher: Re-arrange includes
Nico Huber
2021-06-11
1
-3
/
+2
*
dummyflasher: Replace another case of `sizeof(struct ...)`
Nico Huber
2021-06-11
1
-1
/
+1
*
flashchips.c: Mark MT25QL256 as tested
Simon Buhrow
2021-06-10
1
-1
/
+1
*
nicrealtek.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-06-10
1
-10
/
+31
*
enum programmer: not needed anymore. Remove
Thomas Heijligen
2021-06-10
2
-128
/
+0
*
CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enum
Thomas Heijligen
2021-06-10
5
-16
/
+28
*
cli_classic: replace enum programmer with programmer_entry*
Thomas Heijligen
2021-06-10
1
-8
/
+12
*
programmer_init: use struct programmer_entry*
Thomas Heijligen
2021-06-10
5
-15
/
+15
*
flashrom.c libflashrom.c: replace enum programmer with size_t
Thomas Heijligen
2021-06-10
2
-2
/
+2
*
flashrom.c: replace enum programmer with struct programmer_entry*
Thomas Heijligen
2021-06-10
1
-12
/
+12
*
print.c: use static string for internal programmer name
Thomas Heijligen
2021-06-10
1
-2
/
+1
*
programmer_table: replace PROGRAMMER_INVALID with programmer_table_size
Thomas Heijligen
2021-06-10
5
-14
/
+14
*
programmer_table: move each entry to the associated programmer source
Thomas Heijligen
2021-06-10
41
-617
/
+506
*
flashchips: change chip name from 'W25Q64JW' to 'W25Q64JW...M'
Nikolai Artemiev
2021-06-10
2
-3
/
+3
*
flashchips.c: add support for W25Q32JW...M
Nikolai Artemiev
2021-06-10
2
-0
/
+39
*
treewide: Drop unnecessary uses of memset/memcpy
Angel Pons
2021-06-09
8
-49
/
+21
*
treewide: Drop most cases of `sizeof(struct ...)`
Angel Pons
2021-06-09
18
-21
/
+21
*
dummyflasher.c: Drop useless macros
Angel Pons
2021-06-09
1
-37
/
+1
*
nic3com.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-06-09
1
-13
/
+47
*
programmer_table: convert entries to pointers
Thomas Heijligen
2021-06-09
7
-410
/
+572
*
programmer_table: move array content to an own file
Thomas Heijligen
2021-06-09
4
-479
/
+495
*
programmer_table: add table size constant
Thomas Heijligen
2021-06-09
2
-1
/
+4
*
programmer_table: remove null termination
Thomas Heijligen
2021-06-09
1
-3
/
+1
*
dummyflasher.c: Fix data leak in params processing error paths
Anastasia Klimchuk
2021-06-08
1
-27
/
+51
*
platform: Fix endianness detection for Apple Silicon Macs
Ivan V
2021-06-06
1
-2
/
+2
*
tests: Add unit test to run init/shutdown for mec1308.c, ene_lpc.c
Anastasia Klimchuk
2021-06-05
7
-7
/
+224
*
rayer_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-06-03
1
-38
/
+91
*
pony_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-06-03
1
-28
/
+49
*
ogp_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-06-03
1
-12
/
+46
*
nicintel_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-06-03
1
-39
/
+69
*
mcp6x_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-06-03
1
-23
/
+56
*
developerbox_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-06-03
1
-16
/
+39
*
bitbang_spi.c: Pass spi data into bitbang_spi_master functions
Anastasia Klimchuk
2021-06-03
1
-34
/
+36
*
bitbang: Extend bitbang_spi_master functions to accept spi data
Anastasia Klimchuk
2021-06-03
8
-52
/
+52
[prev]
[next]