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
...
*
libflashrom: Free `chip` instance upon flashctx teardown
Nico Huber
2021-06-26
1
-0
/
+2
*
layout: Make `struct layout_include_args` private to `layout.c`
Nico Huber
2021-06-26
2
-5
/
+7
*
layout: Drop `count` parameter of flashrom_layout_new()
Nico Huber
2021-06-26
4
-6
/
+5
*
layout: Use linked list for `struct romentry`
Nico Huber
2021-06-26
3
-71
/
+51
*
Pass layout directly to verify_by_layout()
Nico Huber
2021-06-26
1
-11
/
+11
*
layout: Introduce get_default_layout()
Nico Huber
2021-06-26
2
-2
/
+8
*
layout: Introduce flashrom_layout_new()
Nico Huber
2021-06-26
9
-42
/
+58
*
layout: Introduce flashrom_layout_add_region()
Nico Huber
2021-06-26
5
-50
/
+55
*
layout: Add `capacity` field
Nico Huber
2021-06-26
5
-5
/
+9
*
layout: Introduce layout_next()
Nico Huber
2021-06-26
3
-66
/
+88
*
hwaccess_x86_io_unittest: Add dummy iopl to avoid including sys/io.h
Anastasia Klimchuk
2021-06-26
1
-1
/
+11
*
tests: Do not run a test if its driver is not built
Anastasia Klimchuk
2021-06-25
1
-0
/
+16
*
ft2232_spi: Revise error message
Nico Huber
2021-06-25
1
-2
/
+1
*
ft2232_spi: Normalize error paths in ft2232_shutdown()
Nico Huber
2021-06-25
1
-5
/
+7
*
ft2232_spi: Revise comments about output pin states
Nico Huber
2021-06-25
1
-9
/
+21
*
Revert "ft2232_spi: Enhance csgpiol parameter for FT2232"
Nico Huber
2021-06-25
1
-26
/
+14
*
Revert "ft2232_spi: Fix broken GPIOL cs_bits state (#126)"
Nico Huber
2021-06-25
1
-1
/
+1
*
Revert "ft2232_spi.c: Generalize GPIOL pin control"
Nico Huber
2021-06-25
1
-43
/
+1
*
Revert "ft2232_spi.c: Rename cs_bits to pinlvl"
Nico Huber
2021-06-25
1
-14
/
+14
*
ft2232_spi: Drop ft2232_spi_send_command()
Nico Huber
2021-06-25
1
-90
/
+1
*
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
[prev]
[next]