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
...
*
par_master: Add shutdown function in par_master struct
Anastasia Klimchuk
2021-08-30
2
-0
/
+8
*
ni845x_spi: handle PROGRAMFILES(X86) env var properly
Miklós Márton
2021-08-27
1
-2
/
+11
*
spi_master: Use new API to register shutdown function
Anastasia Klimchuk
2021-08-25
21
-112
/
+40
*
opaque_master: Use new API to register shutdown function
Anastasia Klimchuk
2021-08-25
2
-15
/
+5
*
flashchips: Add MX25L12833F
Tao Xia
2021-08-24
2
-3
/
+3
*
flashchips.c: Add 'GD25LQ128E' to match C and D variants
Edward O'Callaghan
2021-08-24
1
-1
/
+1
*
tests: Add tests to erase a chip
Anastasia Klimchuk
2021-08-19
4
-0
/
+237
*
tests: Use real spi_send_command for all tests except spi25.c
Anastasia Klimchuk
2021-08-19
1
-13
/
+29
*
tests: add init_shutdown test for realtek_mst_i2c_spi
Peter Marheine
2021-08-19
5
-0
/
+100
*
opaque_master: Move shutdown function above opaque_master struct
Anastasia Klimchuk
2021-08-17
2
-25
/
+25
*
opaque_master: Add shutdown function in opaque_master struct
Anastasia Klimchuk
2021-08-17
2
-0
/
+8
*
linux_mtd: Free param right after its last usage
Anastasia Klimchuk
2021-08-17
1
-4
/
+6
*
nicintel_eeprom: Check UNPROG_DEVICE in 82580 shutdown
Anastasia Klimchuk
2021-08-17
1
-14
/
+24
*
nicintel_eeprom: Delete extra parentheses from if condition
Anastasia Klimchuk
2021-08-17
1
-1
/
+1
*
spi_master: Move shutdown function above spi_master struct
Anastasia Klimchuk
2021-08-17
14
-188
/
+184
*
spi_master: Add shutdown function in spi_master struct
Anastasia Klimchuk
2021-08-17
2
-0
/
+8
*
realtek_mst_i2c_spi: don't always fail init
Peter Marheine
2021-08-10
1
-1
/
+1
*
tests: Add init-shutdown test for nicrealtek
Anastasia Klimchuk
2021-08-09
5
-0
/
+34
*
programmer_table: Remove space between address operator and variable
Anastasia Klimchuk
2021-08-09
1
-2
/
+2
*
ft2232_spi: Add FTDI search by description.
Harry Johnson
2021-07-29
1
-2
/
+6
*
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
[prev]
[next]