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
...
*
pcidev: Move pci_card_find() from internal to canonical place
Edward O'Callaghan
2022-03-22
4
-28
/
+27
*
tests: Add padding to pci_dev struct for ASAN
Daniel Campello
2022-03-21
1
-0
/
+1
*
helpers.c: use unsigned int for bit shifts (ASAN)
Daniel Campello
2022-03-21
1
-1
/
+1
*
tests: add more mock wrappers
Daniel Campello
2022-03-21
2
-0
/
+27
*
cli_classic.c: Use correct format specifier for `size_t`
Angel Pons
2022-03-20
1
-1
/
+1
*
tests: Upgrade linux_spi test to run probe lifecycle
Anastasia Klimchuk
2022-03-20
3
-4
/
+30
*
tests: Upgrade linux_mtd test to run probe lifecycle
Anastasia Klimchuk
2022-03-20
3
-4
/
+4
*
tests: Add run_probe_lifecycle and add dummyflasher probe test
Anastasia Klimchuk
2022-03-20
3
-7
/
+56
*
hwaccess_x86_io: clean header concept
Thomas Heijligen
2022-03-14
4
-188
/
+315
*
Makefile: use HAS_ USE_ pattern for serial support
Thomas Heijligen
2022-03-14
1
-10
/
+12
*
hwaccess_x86_io: refactor rget_io_perms()
Thomas Heijligen
2022-03-12
1
-44
/
+92
*
Makefile: print version info as part of the config target
Thomas Heijligen
2022-03-12
1
-3
/
+1
*
Makefile: use libflashrom.a as input to build the flashrom executable
Thomas Heijligen
2022-03-12
1
-5
/
+5
*
Makefile: add CONFIG_MEDIATEK_I2C_SPI to DEPENDS_ON_LINUX_I2C
Thomas Heijligen
2022-03-12
1
-0
/
+1
*
Makefile: use the HAS_ USE_ scheme for linux i2c dependent programmer
Thomas Heijligen
2022-03-12
1
-2
/
+7
*
tests: Rename run_lifecycle into run_basic_lifecycle
Anastasia Klimchuk
2022-03-10
3
-29
/
+29
*
tests: Rename init_shutdown.c into lifecycle.c
Anastasia Klimchuk
2022-03-10
4
-4
/
+4
*
ichspi.c: Check SPI Cycle In-Progress prior start HW Seq
Subrata Banik
2022-03-09
1
-0
/
+17
*
dmi: Correctly check for ERROR_PTR
Nico Huber
2022-03-08
1
-1
/
+1
*
ichspi: Add Alder Lake support
Edward O'Callaghan
2022-03-07
5
-3
/
+34
*
pcidev: Move scandev_inclass logic from internal to pcidev
Edward O'Callaghan
2022-03-04
6
-26
/
+26
*
ft2232_spi.c: Add FTDI FT4233H
Charles Parent
2022-03-03
1
-0
/
+5
*
pcidev: Move pci_get_dev() logic into canonical place
Edward O'Callaghan
2022-03-02
3
-9
/
+15
*
writeprotect: add {get,set}_wp_mode()
Nikolai Artemiev
2022-03-01
2
-7
/
+47
*
writeprotect: add set_wp_range()
Nikolai Artemiev
2022-03-01
2
-4
/
+36
*
libflashrom,writeprotect: add flashrom_wp_get_available_ranges()
Nikolai Artemiev
2022-03-01
4
-0
/
+281
*
writeprotect: add get_wp_range() for decoding ranges
Nikolai Artemiev
2022-03-01
1
-3
/
+11
*
flashchips,writeprotect_ranges: add range decoding function
Nikolai Artemiev
2022-03-01
6
-1
/
+107
*
libflashrom,writeprotect: add functions for reading/writing WP configs
Nikolai Artemiev
2022-03-01
4
-0
/
+363
*
writeprotect.h: add structure to represent chip wp configuration bits
Nikolai Artemiev
2022-03-01
1
-0
/
+36
*
flash.h,flashchips.c: add writeprotect bit layout map to chips
Nikolai Artemiev
2022-03-01
3
-0
/
+77
*
spi25_statusreg,flashchips: add SR2 read/write support
Nikolai Artemiev
2022-02-28
4
-3
/
+53
*
spi25_statusreg: make register read/write functions generic
Nikolai Artemiev
2022-02-28
3
-39
/
+95
*
writeprotect, cli_classic: delete old writeprotect code
Nikolai Artemiev
2022-02-28
5
-571
/
+7
*
libflashrom: Allow NULL-pointer argument in flashrom_flash_release()
Nico Huber
2022-02-28
1
-0
/
+3
*
hwaccess_x86_io: merge error message in rget_io_perms()
Thomas Heijligen
2022-02-27
1
-5
/
+2
*
meson.build: Don't depend on getrevision.sh
Samuel R. Messner
2022-02-25
1
-2
/
+2
*
pcidev: Avoid internal programmer relying on pacc global
Edward O'Callaghan
2022-02-24
3
-23
/
+25
*
cli_classic: Use flashrom_init() from API
Edward O'Callaghan
2022-02-24
1
-4
/
+2
*
Makefile: Rework the EXEC_SUFFIX determination
Thomas Heijligen
2022-02-23
1
-2
/
+1
*
cli_classic: Replace programmer_shutdown() with libflashrom call
Edward O'Callaghan
2022-02-22
1
-1
/
+1
*
cli_classic: Use flashrom_flash_getsize() over raw access
Edward O'Callaghan
2022-02-22
1
-5
/
+5
*
Makefile: enable internal programmer for x86 and all linux platforms
Thomas Heijligen
2022-02-21
1
-12
/
+20
*
libflashrom/fmap: Don't use off_t for flash offsets
Julius Werner
2022-02-20
3
-6
/
+6
*
tests: Add tests for verify operation
Anastasia Klimchuk
2022-02-18
3
-0
/
+100
*
internal.c: Seperate out get_params() from internal_init()
Edward O'Callaghan
2022-02-17
1
-15
/
+35
*
Makefile: remove CPPFLAGS and LDFLAGS to default directories
Thomas Heijligen
2022-02-16
1
-15
/
+0
*
ich_descriptors.c Invert the meaning of 'dual_output' bit
Werner Zeh
2022-02-16
1
-1
/
+1
*
platform/pci.h: adapt NetBSD include path to pkg-config
Thomas Heijligen
2022-02-15
1
-1
/
+1
*
Makefile: use pkg-config --libs --static for LDFLAGS
Thomas Heijligen
2022-02-15
2
-2
/
+1
[prev]
[next]