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
*
Makefile: Enable bitbang_spi based on its dependency list
Nico Huber
2021-07-12
1
-17
/
+8
*
Makefile: Disable libusb/libpci programmers via dependency lists
Nico Huber
2021-07-12
1
-28
/
+13
*
Makefile: Deflate per-architecture handling of unsupported programmers
Nico Huber
2021-07-12
1
-132
/
+9
*
Makefile: Deflate handling of Linux-only programmers
Nico Huber
2021-07-12
1
-35
/
+6
*
Makefile: Deflate handling of unsupported programmers for libpayload
Nico Huber
2021-07-12
1
-70
/
+6
*
Makefile: Deflate handling of unsupported programmers for MinGW
Nico Huber
2021-07-12
1
-102
/
+7
*
Makefile: Deflate handling of unsupported programmers for DJGPP
Nico Huber
2021-07-12
1
-78
/
+6
*
Makefile: Add macro to disable unsupported programmers
Nico Huber
2021-07-12
1
-0
/
+7
*
Makefile: Gather lists of dependencies by feature/lib
Nico Huber
2021-07-12
1
-0
/
+49
*
Makefile: Move $(NEED_LIBFTDI) block to similar ones
Nico Huber
2021-07-12
1
-10
/
+10
*
Makefile: Move NI845X_SPI default to the other defaults
Nico Huber
2021-07-12
1
-3
/
+3
*
Revert "Mark ENE_LPC and MEC1308 as NEED_LIBPCI"
Nico Huber
2021-07-12
1
-4
/
+0
*
tests.c: Move opening brace on new line for function body
Anastasia Klimchuk
2021-07-08
1
-6
/
+12
*
flashrom.8: Add Anastasia to authors list
Edward O'Callaghan
2021-07-08
1
-0
/
+2
*
layout: Turn overlap debug message into warning
Nico Huber
2021-07-06
1
-2
/
+2
*
layout: Fix overlap-check routine
Nico Huber
2021-07-06
1
-1
/
+1
*
ich_descriptors: Normalize chipset detection
Nico Huber
2021-06-30
1
-11
/
+7
*
ich_descriptors: Don't base chipset detection on `freq_read`
Nico Huber
2021-06-30
1
-5
/
+3
*
ich_descriptors: Revise detection for chipsets w/ ICCRIBA
Nico Huber
2021-06-30
2
-22
/
+26
*
dediprog: Separate shutdown from failed init cleanup
Anastasia Klimchuk
2021-06-30
1
-8
/
+12
*
buspirate_spi: Use non-zero return value from buspirate_sendrecv
Anastasia Klimchuk
2021-06-30
1
-15
/
+5
*
util: Name udev-rules file accordingly
Felix Singer
2021-06-28
1
-0
/
+0
*
Makefile: Turn x86-arch comments into `if`
Nico Huber
2021-06-27
1
-2
/
+4
*
layout: Tidy up forward declarations
Nico Huber
2021-06-26
1
-7
/
+7
*
layout: Tidy up the include-args API
Nico Huber
2021-06-26
4
-7
/
+6
*
layout: Kill the global layout
Nico Huber
2021-06-26
4
-27
/
+11
*
layout: Rework normalize_romentries() API
Nico Huber
2021-06-26
4
-6
/
+5
*
libflashrom: Avoid using the global layout
Nico Huber
2021-06-26
1
-3
/
+5
*
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
[next]