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
...
*
util/flashrom_tester: Update sys-info crate to version 0.9
Angel Pons
2022-05-12
1
-1
/
+1
*
tests: test write protection
Sergii Dmytruk
2022-05-12
4
-0
/
+344
*
dummyflasher: enforce write protection for W25Q128FV
Sergii Dmytruk
2022-05-12
2
-18
/
+157
*
dummyflasher: emulate SR2 and SR3 for W25Q128FV
Sergii Dmytruk
2022-05-12
1
-7
/
+25
*
it85spi.c: Fix some space/tab trivial style issues
Edward O'Callaghan
2022-05-12
1
-26
/
+27
*
dummyflasher: add SR2 and SR3 emulation harness
Sergii Dmytruk
2022-05-12
2
-15
/
+112
*
serprog.c: Avoid calling memcpy with NULL pointer arguments
aarya
2022-05-12
1
-1
/
+2
*
platform/swap: move swap inline functions & macros into an own header
Thomas Heijligen
2022-05-08
4
-53
/
+82
*
libflashrom: Move documentation to header
Evan Benn
2022-05-06
6
-471
/
+438
*
flashrom.8.tmpl: Add raiden_debug_spi doc entry
Edward O'Callaghan
2022-05-05
1
-0
/
+49
*
board_enable.c: Port to use pcidev_find_vendorclass() helper
Edward O'Callaghan
2022-05-04
1
-15
/
+9
*
Global cleanup: Fix a few spelling errors
Martin Roth
2022-05-03
15
-26
/
+26
*
ichspi: Introduce HSFC CYCLE READ/WRITE/ERASE macros
Subrata Banik
2022-05-03
1
-2
/
+6
*
ichspi: Introduce HSFC_FDBC_VAL(n) macro
Subrata Banik
2022-05-03
1
-2
/
+3
*
ichspi: Introduce HSFC_FCYCLE_MASK(n) macro
Subrata Banik
2022-05-03
1
-2
/
+21
*
ichspi: Drop unused `_pprint_reg` macro
Subrata Banik
2022-05-03
1
-2
/
+1
*
ichspi: Use `pprint_reg` macro for PCH100 HSFC FCYCLE offset
Subrata Banik
2022-05-03
1
-1
/
+1
*
ichspi: Add `PCH100_` prefix for `Write Enable Type (WET)` macros
Subrata Banik
2022-05-03
1
-3
/
+3
*
pony_spi.c: Extract out get_params to simplify init
Edward O'Callaghan
2022-05-01
1
-42
/
+54
*
flashchips: enable write-protection for W25Q{64,128}.V
Sergii Dmytruk
2022-05-01
1
-4
/
+76
*
jlink_spi: Add option to enable target power
Marc Schink
2022-04-30
2
-1
/
+50
*
raiden_debug_spi.c: Document where raiden_debug_spi_requests are handled
Edward O'Callaghan
2022-04-30
1
-0
/
+8
*
Makefile: Align BITBANG_SPI with the other DEPENDS_ and USE_ configs
Thomas Heijligen
2022-04-29
1
-13
/
+5
*
meson: Treat warnings as errors
Anastasia Klimchuk
2022-04-29
1
-0
/
+1
*
meson: Add optimisation level s and disable debug in meson build
Anastasia Klimchuk
2022-04-29
1
-1
/
+5
*
Add -W options from Makefile into meson warning_flags
Anastasia Klimchuk
2022-04-29
1
-0
/
+2
*
tests: Add and include headers with function prototypes
Anastasia Klimchuk
2022-04-29
10
-0
/
+126
*
tests: Mark all static functions as static
Anastasia Klimchuk
2022-04-29
2
-11
/
+11
*
ich_descriptors_tool: Fix -Wsign-compare warnings
Anastasia Klimchuk
2022-04-29
1
-4
/
+4
*
Introduce an `include` directory for header files
Thomas Heijligen
2022-04-29
28
-9
/
+16
*
writeprotect: add WPS bit and always set it to zero
Sergii Dmytruk
2022-04-29
2
-0
/
+9
*
spi25_statusreg.c: add SR3 read/write support
Sergii Dmytruk
2022-04-29
3
-0
/
+19
*
Close GitHub PRs and issues automatically
Felix Singer
2022-04-28
1
-0
/
+36
*
ichspi: Unify timeouts across all SPI operations to 30s
Subrata Banik
2022-04-27
1
-12
/
+12
*
flashchips.c: mark IS25LP064 as TEST_OK_PREW
Simon Buhrow
2022-04-24
1
-1
/
+1
*
flashchips.c: Mark GD25Q40(B) as tested
Simon Buhrow
2022-04-24
1
-1
/
+1
*
cli_classic: add writeprotect CLI and update man page
Nikolai Artemiev
2022-04-21
2
-5
/
+347
*
raiden_debug_spi: Add more informative error message when WP is enabled
Robert Zieba
2022-04-21
1
-0
/
+17
*
tests/: Add file path and flags validation to open() calls
Edward O'Callaghan
2022-04-18
2
-20
/
+113
*
raiden_debug_spi.c: Allow custom_rst param value of 'false'
Edward O'Callaghan
2022-04-15
1
-2
/
+4
*
ichspi: Add Jasper Lake support
Edward O'Callaghan
2022-04-14
5
-6
/
+36
*
platform.h: rename swapX to ___swapX
Thomas Heijligen
2022-04-14
1
-6
/
+7
*
hwaccess_x86_msr: drop outdated comment
Thomas Heijligen
2022-04-13
1
-1
/
+1
*
flashrom.c: remove unused include
Thomas Heijligen
2022-04-13
1
-1
/
+0
*
Drop STANDALONE mode
Thomas Heijligen
2022-04-13
5
-23
/
+2
*
NEED_PCI: remove macro
Thomas Heijligen
2022-04-13
3
-4
/
+0
*
print_buildinfo: remove unreachable print of libpci version
Thomas Heijligen
2022-04-13
1
-7
/
+0
*
hwaccess_x86_msr: rename msr function to msr_xxx
Thomas Heijligen
2022-04-13
4
-61
/
+64
*
hwaccess: add endianness converting deserialization functions
Thomas Heijligen
2022-04-13
4
-1
/
+58
*
platform.h: remove const from forward declarations
Thomas Heijligen
2022-04-13
1
-16
/
+16
[prev]
[next]