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
...
*
spi_master: Add default write_aai function to masters that have none
Anastasia Klimchuk
2021-07-23
2
-0
/
+2
*
tests: Add unit tests for layout sanity checks
Anastasia Klimchuk
2021-07-22
3
-0
/
+111
*
tests: Trim excessive new lines from layout test output
Anastasia Klimchuk
2021-07-22
1
-18
/
+18
*
Replace freenode references
Angel Pons
2021-07-21
3
-31
/
+16
*
print_wiki.c: Update mailing list reference
Angel Pons
2021-07-21
1
-1
/
+1
*
tests: Add layout tests for overlapping regions
Anastasia Klimchuk
2021-07-19
4
-0
/
+116
*
tests: Wrap strdup to help cmocka recognise memory allocation
Anastasia Klimchuk
2021-07-19
3
-1
/
+17
*
dediprog: Init-shutdown test for dediprog
Anastasia Klimchuk
2021-07-19
5
-3
/
+111
*
flashrom.c: Reorder read_by_layout() to avoid forward decl
Edward O'Callaghan
2021-07-16
1
-27
/
+26
*
flashrom.c: Reorder check_block_eraser() to avoid forward decl
Edward O'Callaghan
2021-07-16
1
-27
/
+25
*
flashrom.c: Make extract_param() static local
Edward O'Callaghan
2021-07-16
2
-2
/
+1
*
flashchips: Add MX25L12873F
Nico Huber
2021-07-14
2
-2
/
+2
*
Makefile: Use dependency lists to generate NEED_<library> vars
Nico Huber
2021-07-12
1
-26
/
+4
*
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
[prev]
[next]