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
*
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
*
bitbang: Extend register_spi_bitbang_master() API with spi data
Anastasia Klimchuk
2021-06-03
8
-8
/
+12
*
bitbang: Make use of new register_spi_master() API
Anastasia Klimchuk
2021-06-03
1
-2
/
+1
*
bitbang_spi.c: Rename usages of bitbang_spi_master into master
Anastasia Klimchuk
2021-06-03
1
-3
/
+3
*
spi_master: Make use of new register_spi_master() API
Anastasia Klimchuk
2021-06-03
4
-12
/
+8
*
dummyflasher.c: Fix typo in log message
Angel Pons
2021-05-28
1
-1
/
+1
*
dummyflasher.c: Prevent use-after-free bug
Angel Pons
2021-05-28
1
-1
/
+2
*
dummyflasher.c: Move `flashchip_contents` allocation
Angel Pons
2021-05-28
1
-6
/
+6
*
dummyflasher.c: Don't leak `emu_persistent_image`
Angel Pons
2021-05-28
1
-2
/
+3
*
dummyflasher.c: Fix use-after-free issue
Edward O'Callaghan
2021-05-28
1
-1
/
+2
*
serprog.c: Use braces in both branches of conditional statement
Anastasia Klimchuk
2021-05-28
1
-9
/
+13
*
serprog.c: Separate shutdown from failed init cleanup
Anastasia Klimchuk
2021-05-28
1
-22
/
+27
*
par_masters: Reshuffle to remove forward declarations
Edward O'Callaghan
2021-05-27
11
-293
/
+258
*
drkaiser.c: Reshuffle to remove forward declarations
Edward O'Callaghan
2021-05-27
1
-14
/
+10
*
dummyflasher.c: Get rid of get_data_from_context()
Edward O'Callaghan
2021-05-27
1
-14
/
+2
*
dummyflasher.c: Inline data fetch for spi workers
Edward O'Callaghan
2021-05-27
1
-2
/
+2
*
dummyflasher.c: Replace atoi() with strtoul()
Edward O'Callaghan
2021-05-27
1
-3
/
+3
*
mstarddc_spi.c: Drop mstarddc_ prefix for spi data struct members
Anastasia Klimchuk
2021-05-26
1
-15
/
+16
*
mstarddc_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-05-26
1
-14
/
+38
*
dummyflasher.c: Move 'flashchip_contents' into emu_data
Edward O'Callaghan
2021-05-24
1
-20
/
+20
*
dummyflasher.c: Move 'spi_write_256_chunksize' into emu_data
Edward O'Callaghan
2021-05-24
1
-14
/
+17
*
dummyflasher.c: Make entry struct names consistent
Edward O'Callaghan
2021-05-24
1
-2
/
+2
*
sb600spi.c: Drop sb600_ prefix for spi data struct member
Anastasia Klimchuk
2021-05-23
1
-4
/
+4
*
sb600spi.c: Make use of new register_spi_master() API
Anastasia Klimchuk
2021-05-23
1
-10
/
+6
*
sb600spi.c: Move sb600_spibar into spi data instead of being global
Anastasia Klimchuk
2021-05-23
1
-20
/
+28
*
programmer: Make use of new register_par_master() API
Anastasia Klimchuk
2021-05-23
1
-3
/
+2
*
programmer: Make use of new register_opaque_master() API
Anastasia Klimchuk
2021-05-23
1
-3
/
+2
*
programmer: Smoothen register_opaque_master() API
Anastasia Klimchuk
2021-05-23
5
-6
/
+8
*
programmer: Smoothen register_par_master API
Anastasia Klimchuk
2021-05-23
17
-17
/
+21
*
stlinkv3_spi.c: Drop stlinkv3_ prefix for spi data struct member
Anastasia Klimchuk
2021-05-22
1
-5
/
+5
*
stlinkv3_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-05-22
1
-29
/
+66
*
Fix up handling of IFD chipsets
Angel Pons
2021-05-20
2
-2
/
+3
*
dummyflasher.c: Use BUS_NONSPI where appropriate
Edward O'Callaghan
2021-05-19
1
-3
/
+3
*
stlinkv3_spi.c: Clean up properly on all init error paths
Anastasia Klimchuk
2021-05-19
1
-7
/
+15
*
chipset_enable.c: Add Gemini Lake eSPI PCI device ID
Angel Pons
2021-05-18
1
-0
/
+1
*
meson.build: Fix cmocka to be optional at configure-time
Edward O'Callaghan
2021-05-18
1
-2
/
+5
*
Add Gemini Lake support
Angel Pons
2021-05-16
6
-7
/
+37
[next]