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
*
meson: Determine custom_baud source file only once
Peter Stuge
2023-02-16
1
-3
/
+9
*
Add missing Intel B460 flash chip id
Christopher Lentocha
2023-02-16
1
-0
/
+1
*
internal: Move parallel logic into internal_par implementation
Edward O'Callaghan
2023-02-15
5
-60
/
+87
*
internal.c: Factor out laptop alerts into helper func
Edward O'Callaghan
2023-02-14
1
-25
/
+31
*
flashrom.c: Add new erase_by_layout and walk_by_layout implementations
Aarya Chaumal
2023-02-13
1
-2
/
+81
*
flashrom.c: Add functions for new erase selection algorithm
Aarya Chaumal
2023-02-13
4
-1
/
+449
*
flashrom.c: Add switch for legacy impl of erasure path
Edward O'Callaghan
2023-02-13
1
-2
/
+20
*
tests: add bus coverage test for dummy
Alexander Goncharov
2023-02-09
3
-0
/
+21
*
flashrom_tester: Add positive check to verify_fail_test
Evan Benn
2023-02-06
4
-2
/
+50
*
flashrom_tester: Rewrite IOOpts to support more operations
Evan Benn
2023-02-06
4
-134
/
+133
*
flashrom_tester: Rename lock_test hwwp_locks_swwp_test
Evan Benn
2023-02-06
1
-2
/
+2
*
internal.c: Move sio register to own object
Edward O'Callaghan
2023-02-04
4
-29
/
+44
*
jedec.c: Trivial code style fix
Edward O'Callaghan
2023-02-02
1
-4
/
+2
*
jedec.c: Collapse probe_jedec() indirection
Edward O'Callaghan
2023-02-02
1
-9
/
+4
*
jedec.c: Collapse erase_chip_block_jedec() indirection
Edward O'Callaghan
2023-02-02
1
-16
/
+11
*
jedec.c: Collapse erase_block_jedec() indirection
Edward O'Callaghan
2023-02-02
1
-9
/
+2
*
jedec.c: Collapse erase_sector_jedec() indirection
Edward O'Callaghan
2023-02-02
1
-9
/
+2
*
jedec.c: Make getaddrmask() ret const correct
Edward O'Callaghan
2023-02-02
1
-19
/
+7
*
dummyflasher.c: Speed up programmer ops without delay
Edward O'Callaghan
2023-02-01
1
-0
/
+7
*
programmers: Allow opaque programmers to specify custom delay
Edward O'Callaghan
2023-02-01
2
-0
/
+4
*
flashrom_tester: Simplify wp_toggle_test and rename
Evan Benn
2023-01-31
1
-5
/
+2
*
flashrom_tester: Add a description of each test
Evan Benn
2023-01-31
1
-7
/
+13
*
flashrom_tester: Remove --output log redirect option
Evan Benn
2023-01-31
4
-66
/
+29
*
dummyflasher: fix propagation of register_*_master() return values
Alexander Goncharov
2023-01-30
1
-6
/
+7
*
flashrom.c: Fix skip flag typo in read_flash()
Edward O'Callaghan
2023-01-30
1
-1
/
+1
*
MAINTAINERS: Add Alexander Goncharov for bash completion
Alexander Goncharov
2023-01-26
1
-0
/
+5
*
flashrom.c: Supplement `chip->unlock()` calls with wp unlocking
Edward O'Callaghan
2023-01-26
1
-4
/
+56
*
MAINTAINERS: Add Miklos Marton for ni854x_spi
Miklós Márton
2023-01-23
1
-0
/
+5
*
MAINTAINERS: Add Miklos Marton for STLINK-V3
Miklós Márton
2023-01-23
1
-0
/
+5
*
tests/: Assert on NULL heap allocations in tests
Edward O'Callaghan
2023-01-22
4
-0
/
+13
*
tests/lifecycle.c: Avoid unnecessary heap allocations
Edward O'Callaghan
2023-01-22
1
-10
/
+3
*
tests/chip{_wp}.c: Avoid unnecessary heap allocations
Edward O'Callaghan
2023-01-22
2
-23
/
+11
*
tree/: Change chip restore data type from uint8_t to void ptr
Nikolai Artemiev
2023-01-19
4
-10
/
+32
*
chipset_enable.c: add PCI ID for TGL-UP3
Jan Samek
2023-01-18
1
-0
/
+1
*
util: add bash completion script
Alexander Goncharov
2023-01-18
5
-2
/
+163
*
tests: Fix warnings for 32-bit Linux
Anastasia Klimchuk
2023-01-18
1
-2
/
+2
*
tests/chip: Add non-aligned write within a region unit-test
Edward O'Callaghan
2023-01-17
3
-0
/
+93
*
flash.h: Make functions global that will be used for new erase algorithm
Aarya Chaumal
2023-01-16
3
-9
/
+18
*
flashrom.c: Plumb 'all_skipped' global state into func param
Aarya Chaumal
2023-01-16
1
-19
/
+23
*
tests/chip.c: Set MOCK_CHIP_CONTENT non-ambiguously
Edward O'Callaghan
2023-01-15
1
-1
/
+1
*
flashchips: Remove FEATURE_4BA_WREN for MT25QL128 and mark as tested
Rick Altherr
2023-01-15
1
-2
/
+2
*
MAINTAINERS: Add Sergii Dmytruk for write-protect
Sergii Dmytruk
2023-01-15
1
-0
/
+1
*
internal,board_enable: Remove force_boardenable from globals
Edward O'Callaghan
2023-01-15
3
-17
/
+17
*
MAINTAINERS: Add Arthur Heymans for sb600spi
Arthur Heymans
2023-01-14
1
-0
/
+5
*
programmer.h: Guard against sending spi commands on non-spi mst
Edward O'Callaghan
2023-01-13
2
-1
/
+7
*
rust: Add license and other metadata to Cargo.toml
Evan Benn
2023-01-12
4
-2
/
+16
*
parallel: Drop explicit fallback_chip_X boilerplate
Edward O'Callaghan
2023-01-11
17
-144
/
+70
*
layout: Rename find_romentry() -> romentry_exists()
Edward O'Callaghan
2023-01-11
1
-2
/
+2
*
flashrom: Check for flash access restrictions in erase path
Nikolai Artemiev
2022-12-23
1
-5
/
+31
*
amd_imc.c: Fix unusual typo in log message
Angel Pons
2022-12-22
1
-1
/
+1
[next]