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
*
atahpt: restore flash access state explicitly
Alexander Goncharov
2022-08-09
1
-6
/
+13
*
test_build.sh: Build all programmers individually using Make
Felix Singer
2022-08-09
1
-0
/
+29
*
Makefile.d/arch_test.h: Add detection for ARC64 architecture
Veronika Kremneva
2022-08-09
1
-0
/
+2
*
Makefile: Add support for Elbrus (e2k) architecture
Anton Samsonov
2022-08-09
2
-1
/
+3
*
Makefile: fix rebuild issues
Thomas Heijligen
2022-08-09
1
-2
/
+2
*
ich_descriptors.c: Reduce i/o op paths in read_descriptor_reg()
Edward O'Callaghan
2022-08-08
1
-4
/
+11
*
include/ich_descriptors.h: Add missing include
Edward O'Callaghan
2022-08-08
1
-0
/
+1
*
test_build.sh: Move commands into functions
Felix Singer
2022-08-08
1
-5
/
+14
*
tests: Add basic lifecycle test for mediatek_i2c_spi
Anastasia Klimchuk
2022-08-08
4
-0
/
+39
*
tests: Add basic lifecycle test for parade_lspcon
Anastasia Klimchuk
2022-08-08
4
-0
/
+39
*
pickit2_spi.c: Use a variable to store the total packetsize
Felix Singer
2022-08-05
1
-2
/
+3
*
pickit2_spi.c: Replace hard-coded value with define in msg_perr()
Felix Singer
2022-08-05
1
-2
/
+2
*
nicnatsemi: Refactor singleton states into reentrant pattern
Alexander Goncharov
2022-08-05
1
-6
/
+28
*
satasii: drop unused variable from par data struct
Alexander Goncharov
2022-08-05
1
-2
/
+0
*
satasii: Drop sii_ prefix for par data struct members
Alexander Goncharov
2022-08-05
1
-11
/
+11
*
satasii: Refactor singleton states into reentrant pattern
Alexander Goncharov
2022-08-05
1
-20
/
+41
*
satamv: Drop mv_ prefix for par data struct members
Alexander Goncharov
2022-08-05
1
-6
/
+6
*
satamv: Refactor singleton states into reentrant pattern
Alexander Goncharov
2022-08-05
1
-21
/
+44
*
nicintel: Refactor singleton states into reentrant pattern
Alexander Goncharov
2022-08-03
1
-10
/
+33
*
maintainers: Add Felix Singer for Nix shell
Felix Singer
2022-08-03
1
-0
/
+9
*
maintainers: Add Anastasia Klimchuk for MAINTAINERS
Felix Singer
2022-08-03
1
-0
/
+1
*
maintainers: Add Felix Singer for MAINTAINERS
Felix Singer
2022-08-03
1
-0
/
+9
*
flashrom_tester: Move all subprocess stderr logging to dispatch
Evan Benn
2022-08-03
1
-62
/
+34
*
flashrom_tester: Parse fmap header as little endian
Evan Benn
2022-08-02
1
-1
/
+1
*
tests/test.c: Allow filtering of tests using cmocka API
Evan Benn
2022-08-02
1
-1
/
+4
*
flashrom_tester: update to built-0.5
George Burgess IV
2022-08-02
1
-2
/
+2
*
parade_lspcon.c: Clarify coincidentally JEDEC command usage
Edward O'Callaghan
2022-08-02
1
-3
/
+4
*
parade_lspcon.c: Leverage the BIT() macro
Edward O'Callaghan
2022-07-30
1
-14
/
+14
*
parade_lspcon.c: Add allow_brick=yes programmer param
Edward O'Callaghan
2022-07-30
1
-0
/
+37
*
parade_lspcon.c: Drop unused define
Edward O'Callaghan
2022-07-30
1
-1
/
+0
*
mediatek_i2c_spi.c: Add allow_brick=yes programmer param
Edward O'Callaghan
2022-07-30
1
-0
/
+37
*
it8212: Drop it8212_ prefix for par data struct members
Alexander Goncharov
2022-07-28
1
-4
/
+4
*
atapromise: Drop atapromise_ prefix for par data struct members
Alexander Goncharov
2022-07-28
1
-3
/
+3
*
meson: fix various meson build warnings and formatting
Nikolai Artemiev
2022-07-28
2
-8
/
+6
*
pickit2_spi.c: Add `pickit2_interrupt_transfer()` helper
Angel Pons
2022-07-26
1
-15
/
+13
*
maintainers: Add Nikolai Artemiev for write-protect
Anastasia Klimchuk
2022-07-26
1
-0
/
+6
*
maintainers: Add Anastasia Klimchuk for unit tests
Anastasia Klimchuk
2022-07-26
1
-0
/
+10
*
maintainers: Add Nikolai Artemiev for linux_mtd
Anastasia Klimchuk
2022-07-26
1
-0
/
+5
*
maintainers: Add Peter Marheine for i2c programmers
Anastasia Klimchuk
2022-07-26
1
-0
/
+11
*
maintainers: Add Peter Marheine for i2c core
Anastasia Klimchuk
2022-07-26
1
-0
/
+5
*
maintainers: Add Thomas Heijligen for build system
Anastasia Klimchuk
2022-07-26
1
-1
/
+12
*
Introduce MAINTAINERS file
Felix Singer
2022-07-26
1
-0
/
+81
*
Makefile: Fix dependencies for developerbox_spi
Felix Singer
2022-07-25
1
-0
/
+1
*
Makefile: Fix option name of parade_lspcon programmer
Felix Singer
2022-07-25
1
-1
/
+1
*
realtek_mst_i2c_spi.c: Use bool type for parameters
Felix Singer
2022-07-22
1
-11
/
+11
*
realtek_mst_i2c_spi.c: Clean up get_params()
Felix Singer
2022-07-22
1
-6
/
+3
*
realtek_mst_i2c_spi: Use underscores for parameters instead hyphens
Felix Singer
2022-07-22
3
-15
/
+15
*
flashrom_tester: Add write_file_with_layout positive test
Evan Benn
2022-07-21
2
-2
/
+26
*
flashrom_tester: Refactor Error type
Evan Benn
2022-07-21
3
-21
/
+46
*
flashrom_tester: Remove subprocess from elog_sanity_test
Evan Benn
2022-07-21
4
-33
/
+43
[next]