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
*
tests: use MOCK_FD instead of NON_ZERO
Daniel Campello
2022-04-06
3
-9
/
+9
*
writeprotect.c: refactor and fix wp_mode functions
Nikolai Artemiev
2022-04-05
1
-10
/
+14
*
libflashrom,linux_mtd: add linux_mtd writeprotect support
Nikolai Artemiev
2022-04-05
3
-16
/
+132
*
flashchips.c: add writeprotect support for more chips
Nikolai Artemiev
2022-04-05
1
-14
/
+138
*
dmi.c: Ensure g_has_dmi_support is default on shutdown
Edward O'Callaghan
2022-04-05
1
-0
/
+1
*
dmi.c: Hide has_dmi_support global behind method
Edward O'Callaghan
2022-04-05
3
-5
/
+10
*
gitignore: add libflashrom.a
Thomas Heijligen
2022-04-05
1
-0
/
+1
*
spi25_statusreg: delete spi_read_status_register()
Nikolai Artemiev
2022-04-05
5
-46
/
+141
*
spi25_statusreg: inline spi_write_register_flag()
Nikolai Artemiev
2022-04-05
1
-70
/
+56
*
ichspi: Add support for Meteor Lake
Subrata Banik
2022-03-30
5
-6
/
+38
*
libflashrom.c: Fix unintialized value passed to function
aarya
2022-03-30
1
-1
/
+1
*
board_enable.c: Remove unnecessary assignment
aarya
2022-03-30
1
-1
/
+1
*
flashrom.8.tmpl: document lspcon_i2c_spi
Peter Marheine
2022-03-29
1
-11
/
+22
*
flashrom.8.tmpl: document realtek_mst_i2c_spi
Peter Marheine
2022-03-29
1
-0
/
+45
*
flashrom.8.tmpl: Clarify man entries for -w/-v/-x
Daniel Campello
2022-03-29
2
-7
/
+13
*
pony_spi.c: Fix memory leak in function pony_init_spi
aarya
2022-03-25
1
-0
/
+1
*
pcidev: Move pci_dev_find() from internal to canonical place
Edward O'Callaghan
2022-03-22
6
-33
/
+32
*
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
[next]