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
...
*
ichspi: Extract handling programmer param into a function
Anastasia Klimchuk
2022-02-02
1
-27
/
+37
*
ichspi: Split very long init function into two
Anastasia Klimchuk
2022-02-02
1
-242
/
+255
*
Add mediatek_i2c_spi interface
Neill Corlett
2022-02-01
6
-0
/
+531
*
flashrom.c: Move do_*() helpers into cli_classic.c
Edward O'Callaghan
2022-01-27
3
-101
/
+97
*
flashrom.c: Make {read,write}_buf_from_include_args() public
Edward O'Callaghan
2022-01-27
2
-2
/
+4
*
SFDP: make mandatory table length check work with newer SFDP revisions
Michael Niewöhner
2022-01-26
1
-1
/
+1
*
sfdp: drop redundant check of the mandatory table size
Michael Niewöhner
2022-01-26
1
-4
/
+0
*
meson: sync programmer dependencies from Makefile
Peter Marheine
2022-01-25
1
-44
/
+65
*
hwaccess: fix build on non-x86 targets
Peter Marheine
2022-01-25
4
-11
/
+16
*
flashrom: Convert do_read() into a libflashrom user
Edward O'Callaghan
2022-01-22
1
-3
/
+18
*
cli_classic.c: Convert do_erase() to libflashrom call
Edward O'Callaghan
2022-01-22
3
-21
/
+14
*
flashrom.c: extract operation only uses layout files
Daniel Campello
2022-01-21
1
-1
/
+2
*
Makefile: remove obsolete distclean target
Thomas Heijligen
2022-01-20
1
-3
/
+0
*
Makefile: rename FEATURE_CFLAGS to FEATURE_FLAGS
Thomas Heijligen
2022-01-20
1
-59
/
+59
*
Makefile: merge compiler, hwlibs, features targets into config target
Thomas Heijligen
2022-01-20
1
-25
/
+12
*
Makefile: reorder make targets
Thomas Heijligen
2022-01-20
1
-35
/
+36
*
Makefile: clean up variables
Thomas Heijligen
2022-01-20
1
-5
/
+4
*
Makefile: Make pkg-config mandatory to find libpci
Thomas Heijligen
2022-01-20
3
-105
/
+54
*
Makefile: replace RAW_ACCESS with RAW_MEM_ACCESS X86_MSR X86_PORT_IO
Thomas Heijligen
2022-01-20
2
-20
/
+19
*
hwaccess: move mmio functions into hwaccess_physmap
Thomas Heijligen
2022-01-20
28
-293
/
+249
*
tests: Convert write chip tests to libflashrom API
Anastasia Klimchuk
2022-01-19
1
-2
/
+11
*
tests: Convert read chip tests to libflashrom API
Anastasia Klimchuk
2022-01-19
1
-2
/
+11
*
tests: Convert erase chip tests to libflashrom API
Anastasia Klimchuk
2022-01-19
1
-2
/
+3
*
dediprog: wait for spi bulk read xfers to finish
Rick Altherr
2022-01-14
1
-1
/
+1
*
linux_mtd: check ioctl() return value properly
Nikolai Artemiev
2022-01-14
1
-3
/
+5
*
layout: Hoist get_region_range() into libflashrom API
Edward O'Callaghan
2022-01-11
6
-16
/
+28
*
it8212: remove unused rget_io_perms()
Thomas Heijligen
2022-01-10
1
-4
/
+0
*
satasii: remove unused rget_io_perms()
Thomas Heijligen
2022-01-10
2
-5
/
+0
*
ogp_spi: remove unused rget_io_perms()
Thomas Heijligen
2022-01-10
2
-5
/
+0
*
nicintel_spi: remove unused rget_io_perms()
Thomas Heijligen
2022-01-10
2
-5
/
+0
*
nicintel_eeprom: remove unused rget_io_perms()
Thomas Heijligen
2022-01-10
2
-5
/
+0
*
nicintel: remove unused rget_io_perms()
Thomas Heijligen
2022-01-10
2
-8
/
+0
*
gfxnvidia: remove unused rget_io_perms()
Thomas Heijligen
2022-01-10
2
-5
/
+0
*
drkaiser: remove unused rget_io_perms()
Thomas Heijligen
2022-01-10
2
-5
/
+0
*
atavia: remove unused rget_io_perms()
Thomas Heijligen
2022-01-10
2
-5
/
+0
*
chipset_enable.c: Add TGP-H IDs
Tim Crawford
2022-01-05
1
-0
/
+9
*
hwaccess_x86_msr: fix build for FreeBSD
Thomas Heijligen
2022-01-05
1
-0
/
+7
*
Makefile: list dependencies for RAW_MEM_ACCESS, X86_PORT_IO, X86_MSR
Thomas Heijligen
2021-12-22
1
-9
/
+48
*
physmap: rename to hwaccess_physmap, create own header
Thomas Heijligen
2021-12-22
24
-12
/
+49
*
hwaccess physmap: move x86 msr related code into own files
Thomas Heijligen
2021-12-22
9
-359
/
+405
*
hwaccess: move x86 port I/O related code into own files
Thomas Heijligen
2021-12-22
31
-82
/
+122
*
pci.h: move include into own wrapper
Thomas Heijligen
2021-12-22
24
-18
/
+47
*
Makefile: Make pkg-config mandatory to find libusb1
Thomas Heijligen
2021-12-22
2
-56
/
+19
*
Makefile: Make pkg-config mandatory to find libjaylink
Thomas Heijligen
2021-12-22
2
-48
/
+20
*
Makefile: Rework NI-845x detection
Thomas Heijligen
2021-12-22
2
-65
/
+36
*
Makefile: Make pkg-config mandatory to find libftdi1
Thomas Heijligen
2021-12-22
3
-59
/
+57
*
flashrom.8.tmpl: document W25Q128FV is emulated by dummyflasher
Sergii Dmytruk
2021-12-17
1
-0
/
+2
*
flashrom.8.tmpl: remove outdated warning about v1.0
Sergii Dmytruk
2021-12-17
1
-5
/
+0
*
flashrom.c: Validate before allocate in verify_range()
Edward O'Callaghan
2021-12-15
1
-10
/
+8
*
flashchips: Add W25Q64JV
Simon Buhrow
2021-12-09
2
-0
/
+41
[prev]
[next]