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: 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
*
tests/lifecycle.c: Deduce out io-setup-teardown do-pattern
Edward O'Callaghan
2022-04-12
1
-33
/
+19
*
sb600spi.c: Add Promontory chipset rev 0x71
Karthikeyan Ramasubramanian
2022-04-12
1
-2
/
+2
*
Endian conversion: move to platform.h and platform/endian*.c
Thomas Heijligen
2022-04-12
6
-11
/
+12
*
hwaccess: replace macros by C code
Thomas Heijligen
2022-04-12
5
-69
/
+167
*
sb600spi.c: Use SPI100 bit mappings
Karthikeyan Ramasubramanian
2022-04-12
1
-2
/
+16
*
ich_descriptors.c: Ensure unsigned types >=0 on to prevent underflow
aarya
2022-04-11
1
-4
/
+5
*
tests/linux_spi: Validate params file path and flags
Edward O'Callaghan
2022-04-10
1
-0
/
+6
*
hwaccess_physmap: add missing DirectHW include
Thomas Heijligen
2022-04-10
1
-0
/
+1
*
README: add C compiler and pkg-config as build dependency
Thomas Heijligen
2022-04-07
1
-0
/
+3
*
tests: assert pathname and flags when calling open()
Daniel Campello
2022-04-06
4
-16
/
+47
*
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
[next]