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
*
flashrom.c: Separate out default layout init
Edward O'Callaghan
2022-10-15
1
-6
/
+13
*
layout.c: Use calloc() to ensure a zeroed layout
Edward O'Callaghan
2022-10-15
1
-3
/
+1
*
tests/meson.build: Turn file list into list of file objects
Felix Singer
2022-10-15
1
-2
/
+2
*
flashrom.8.tmpl: document mediatek_i2c_spi programmer
Peter Marheine
2022-10-11
1
-1
/
+24
*
meson.build: Fix indentation of mstarddc_spi definition
Felix Singer
2022-10-11
1
-1
/
+1
*
flashrom.c: create is_internal_programmer() helper
Edward O'Callaghan
2022-10-10
1
-7
/
+12
*
manibuilder/apt-get: Drop `apt-get dist-upgrade` commands
Nico Huber
2022-10-08
3
-3
/
+0
*
s25f.c: Fix undefined behaviour on shift
Evan Benn
2022-10-08
1
-4
/
+4
*
flashrom.c: Remove custom mappers from opaque_master
Jonathon Hall
2022-10-08
2
-11
/
+3
*
dummyflasher.c: Remove custom mapper from opaque_master
Jonathon Hall
2022-10-08
1
-2
/
+0
*
ichspi: Do not attempt to map physical memory for hwseq
Jonathon Hall
2022-10-08
1
-2
/
+0
*
drivers: Move (un)map_flash_region to par/spi/opaque_master
Jonathon Hall
2022-10-08
13
-41
/
+119
*
drivers/: Make 'fallback_{un}map' the default unless defined
Edward O'Callaghan
2022-10-08
37
-80
/
+9
*
cli_classic.c: Add error messages for invalid --wp-region use
Nikolai Artemiev
2022-09-30
1
-1
/
+9
*
manibuilder: Maintain list of broken images
Nico Huber
2022-09-27
1
-0
/
+11
*
manibuilder/alpine: Disable https for Alpine 3.7 and 3.8
Nico Huber
2022-09-27
2
-1
/
+6
*
mainbuilder/djgpp: Disable TLS verification for curl and Git
Nico Huber
2022-09-27
1
-2
/
+3
*
manibuilder: Switch Dockerfile.anita to Bullseye and Python 3
Nico Huber
2022-09-27
1
-9
/
+10
*
manibuilder/ubuntu: Add newer image tags
Nico Huber
2022-09-27
1
-1
/
+4
*
manibuilder/debian: Add Bullseye image tags
Nico Huber
2022-09-27
1
-1
/
+4
*
mainbuilder/debian,ubuntu: Disable TLS verification for Git commands
Nico Huber
2022-09-27
2
-0
/
+2
*
manibuilder/debian: Drop all sid image tags
Nico Huber
2022-09-27
1
-2
/
+1
*
manibuilder/fedora: Add newer image tags
Nico Huber
2022-09-27
1
-5
/
+9
*
manibuilder/alpine: Add newer image tags
Nico Huber
2022-09-27
2
-1
/
+5
*
manibuilder/fedora: Disable TLS verification for Git commands
Nico Huber
2022-09-27
1
-1
/
+2
*
manibuilder/fedora: Install `systemd-devel` package
Nico Huber
2022-09-27
1
-1
/
+1
*
manibuilder/alpine: Disable TLS verification for Git commands
Nico Huber
2022-09-27
1
-1
/
+2
*
manibuilder/centos: Install `systemd-devel` package
Nico Huber
2022-09-27
1
-1
/
+1
*
manibuilder/centos: Disable TLS verification for Git commands
Nico Huber
2022-09-27
1
-1
/
+3
*
drivers/: Make 'internal_delay' the default unless defined
Edward O'Callaghan
2022-09-27
37
-42
/
+6
*
atapromise.c: Use fallback_map instead of own identical implementation
Thomas Heijligen
2022-09-27
1
-7
/
+1
*
layout.c: Validate _layout_entry_by_name() arguments before use
Edward O'Callaghan
2022-09-27
1
-0
/
+2
*
ichspi: Factor out common hwseq_xfer logic into helpers
Subrata Banik
2022-09-26
1
-90
/
+55
*
test_build.sh: Use multiple cores if Make is used
Felix Singer
2022-09-23
1
-2
/
+2
*
test_build.sh: Build all programmers individually using Meson
Felix Singer
2022-09-23
1
-3
/
+23
*
test_build.sh: Delete old build dir when Meson is used
Felix Singer
2022-09-23
1
-4
/
+7
*
test_build.sh: Improve robustness when dealing with empty $CC
Patrick Georgi
2022-09-21
1
-1
/
+1
*
test_build.sh: Identify runs for Coverity Scan
Patrick Georgi
2022-09-21
1
-1
/
+1
*
internal.c: Pass `programmer_cfg` to `try_mtd()`
Angel Pons
2022-09-21
2
-4
/
+7
*
tests: Add unit test for initialisation with NULL programmer param
Anastasia Klimchuk
2022-09-20
4
-1
/
+18
*
tests/parade_lspcon.c: Replace spaces with tabs
Anastasia Klimchuk
2022-09-20
1
-10
/
+10
*
flashrom_tester: Fix cargo check and clippy warnings
Evan Benn
2022-09-19
8
-45
/
+33
*
flashrom.c: Drop `programmer_param` global variable
Angel Pons
2022-09-18
1
-11
/
+11
*
programmer_init: Work on a mutable copy of programmer params
Nico Huber
2022-09-18
1
-5
/
+14
*
tests: Add workaround to allow tests mock fileno on FreeBSD
Anastasia Klimchuk
2022-09-16
1
-0
/
+11
*
Revert "flashrom.c: Remove programmer_param global state"
Thomas Heijligen
2022-09-14
1
-27
/
+25
*
print.c: Fix format string for Windows
Thomas Heijligen
2022-09-13
1
-1
/
+2
*
flashrom.c: Remove programmer_param global state
Edward O'Callaghan
2022-09-12
1
-25
/
+27
*
tests: Guard Linux-specific linux/spidev.h header file
Anastasia Klimchuk
2022-09-12
1
-0
/
+2
*
tests: Use MOCK_FD instead of NON_ZERO for file operations
Anastasia Klimchuk
2022-09-12
1
-2
/
+2
[next]