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
...
*
flashrom.c: Drop redundant chip read validation in verify_range()
Edward O'Callaghan
2022-11-21
1
-5
/
+0
*
linux_mtd: Mark Opaque chip as tested for WP
Anastasia Klimchuk
2022-11-21
1
-1
/
+1
*
cli_classic.c: Be consistent with pointer types
Angel Pons
2022-11-21
1
-2
/
+2
*
flashchips.c: enable WP for 7 entries of MX chips
Sergii Dmytruk
2022-11-19
1
-4
/
+133
*
flashchips.c: enable WP for MT25QL512, N25Q0{32,64}..{1,3}E
Sergii Dmytruk
2022-11-19
1
-0
/
+51
*
flashchips.c: enable WP for W25Q32.V, W25Q32.W and W25Q32JW...M
Sergii Dmytruk
2022-11-19
1
-6
/
+248
*
flashchips.c: enable WP for EN25QH32 and EN25QH64
Sergii Dmytruk
2022-11-19
1
-0
/
+96
*
writeprotect_ranges.c: add more range functions
Sergii Dmytruk
2022-11-19
4
-12
/
+73
*
spi25_statusreg: support reading/writing configuration register
Sergii Dmytruk
2022-11-19
3
-0
/
+33
*
spi25_statusreg.c: support reading security register
Sergii Dmytruk
2022-11-19
3
-0
/
+31
*
stlinkv3_spi: work around false-positive compiler error
Alexander Goncharov
2022-11-18
1
-1
/
+2
*
writeprotect.c: refuse to work with chip if OTP WPS == 1
Sergii Dmytruk
2022-11-18
3
-3
/
+23
*
writeprotect.c: skip unnecessary writes
Sergii Dmytruk
2022-11-18
1
-17
/
+28
*
flashrom_tester: Only print color when stdout isatty
Evan Benn
2022-11-17
4
-25
/
+57
*
flashrom_tester: Change timestamp to UTC microsecond
Evan Benn
2022-11-17
1
-2
/
+2
*
tests: ensure chip erase operation is executed
Nikolai Artemiev
2022-11-13
2
-0
/
+10
*
programmer: Drop dead fallback_map() boilerplate
Edward O'Callaghan
2022-11-12
4
-25
/
+8
*
meson: Move programmer test sources into programmer definition
Felix Singer
2022-11-11
2
-9
/
+14
*
tree/: Convert flashchip erase_block func ptr to enumerate
Edward O'Callaghan
2022-11-11
7
-47
/
+108
*
tree/: Convert flashchips db to use indirection for erase_block
Edward O'Callaghan
2022-11-11
9
-1971
/
+2007
*
flashchips: Add write protect bits to W25Q64JW...M
Evan Benn
2022-11-10
1
-1
/
+12
*
tree/: Rename ERROR_NONFATAL to ERROR_FLASHROM_NONFATAL
Edward O'Callaghan
2022-11-09
3
-13
/
+13
*
tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATAL
Edward O'Callaghan
2022-11-09
9
-43
/
+43
*
bitbang_spi.c: Fix unchecked heap allocation
Edward O'Callaghan
2022-11-09
1
-0
/
+3
*
flashrom_tester: Use path types for things that are paths
Evan Benn
2022-11-09
6
-69
/
+79
*
flashrom_tester: Move layout_file to TestEnv
Evan Benn
2022-11-09
2
-24
/
+37
*
tests: Add prefix to io_mock functions not to clash with macros
Anastasia Klimchuk
2022-11-08
8
-43
/
+43
*
tests: Undefine _FORTIFY_SOURCE for unit tests to avoid _chk variants
Anastasia Klimchuk
2022-11-07
2
-18
/
+1
*
flashrom.c: Make 'chip_to_probe' a param to probe_flash()
Edward O'Callaghan
2022-11-06
6
-18
/
+27
*
Makefile: Don't install git hooks automatically
Felix Singer
2022-11-04
1
-3
/
+3
*
ichspi.c: heap allocate hwseq_data to remove global
Edward O'Callaghan
2022-11-03
1
-6
/
+18
*
ichspi.c: derive hsfc_fcycle from ctx in ich_start_hwseq_xfer()
Edward O'Callaghan
2022-11-03
1
-1
/
+2
*
ichspi.c: plumb flashctx through hwseq xfer helper
Edward O'Callaghan
2022-11-03
1
-8
/
+9
*
tests/meson.build: Rename list of source files to `test_srcs`
Felix Singer
2022-11-01
1
-3
/
+3
*
tree/: Convert flashchip read func ptr to enumerate
Edward O'Callaghan
2022-11-01
7
-607
/
+654
*
tree/: Convert flashchip write func ptr to enumerate
Edward O'Callaghan
2022-11-01
7
-599
/
+656
*
tree/: Convert flashchip probe func ptr to enumerate
Edward O'Callaghan
2022-11-01
4
-596
/
+650
*
writeprotect: Add some debug logging if wp_verify fails
Evan Benn
2022-10-31
1
-3
/
+8
*
chipset_enable.c: Mark Intel C246 as DEP
Angel Pons
2022-10-31
1
-1
/
+1
*
nicintel_eeprom.c: Fix typo
Felix Singer
2022-10-31
1
-4
/
+4
*
MAINTAINERS: Add Felix Singer for test_build.sh
Felix Singer
2022-10-31
1
-0
/
+5
*
flashrom.c: Move count_max_decode_exceeding() to cli
Edward O'Callaghan
2022-10-31
3
-44
/
+43
*
tree/: Convert flashchip decode range func ptr to enum
Nikolai Artemiev
2022-10-28
4
-28
/
+51
*
flashchips.c: mark WP of 9 entries as tested
Sergii Dmytruk
2022-10-23
1
-9
/
+9
*
flash.h: extend `struct tested` with .wp field
Sergii Dmytruk
2022-10-23
3
-12
/
+23
*
rayer_spi.c: Get rid of temporary `prog_type` string
Angel Pons
2022-10-22
1
-14
/
+8
*
rayer_spi.c: Roll up programmer type search logic into func
Edward O'Callaghan
2022-10-22
1
-24
/
+33
*
rayer_spi.c: Drop lpt_outbyte intermediate var
Edward O'Callaghan
2022-10-22
1
-5
/
+2
*
rayer_spi.c: Move param parse logic into own func
Edward O'Callaghan
2022-10-22
1
-21
/
+36
*
raiden_debug_spi: Remove fixme with explanation
Liam Flaherty
2022-10-21
1
-1
/
+5
[prev]
[next]