index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi.c: Add AT45 & SF25F erasefn opcode mapping
Thomas Heijligen
2022-12-14
1
-1
/
+1
*
spi25.c: Rename spi_get_erasefn_from_opcode to spi25_get_erasefn_from_opcode
Thomas Heijligen
2022-12-14
1
-1
/
+1
*
tree/: Rename 'internal_delay()' to 'default_delay()'
Edward O'Callaghan
2022-12-12
2
-2
/
+2
*
tree/: Move programmer_delay() out of programmer state machine
Edward O'Callaghan
2022-12-12
1
-2
/
+2
*
tests: Add selfcheck to unit tests
Evan Benn
2022-12-05
1
-0
/
+1
*
tree/: Make probe_opcode() flashctx argument const
Nikolai Artemiev
2022-12-04
1
-2
/
+2
*
tree/: Convert flashchips db to use indirection for printlock
Nikolai Artemiev
2022-11-23
1
-0
/
+44
*
tree/: Convert flashchips db to use indirection for unlock
Edward O'Callaghan
2022-11-23
1
-0
/
+26
*
writeprotect_ranges.c: add more range functions
Sergii Dmytruk
2022-11-19
2
-1
/
+7
*
spi25_statusreg: support reading/writing configuration register
Sergii Dmytruk
2022-11-19
2
-0
/
+9
*
spi25_statusreg.c: support reading security register
Sergii Dmytruk
2022-11-19
2
-0
/
+17
*
writeprotect.c: refuse to work with chip if OTP WPS == 1
Sergii Dmytruk
2022-11-18
1
-1
/
+2
*
tests: ensure chip erase operation is executed
Nikolai Artemiev
2022-11-13
1
-0
/
+1
*
programmer: Drop dead fallback_map() boilerplate
Edward O'Callaghan
2022-11-12
1
-2
/
+0
*
tree/: Convert flashchip erase_block func ptr to enumerate
Edward O'Callaghan
2022-11-11
2
-38
/
+41
*
tree/: Convert flashchips db to use indirection for erase_block
Edward O'Callaghan
2022-11-11
1
-0
/
+36
*
tree/: Rename ERROR_NONFATAL to ERROR_FLASHROM_NONFATAL
Edward O'Callaghan
2022-11-09
1
-1
/
+1
*
tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATAL
Edward O'Callaghan
2022-11-09
1
-1
/
+1
*
flashrom.c: Make 'chip_to_probe' a param to probe_flash()
Edward O'Callaghan
2022-11-06
2
-2
/
+2
*
tree/: Convert flashchip read func ptr to enumerate
Edward O'Callaghan
2022-11-01
1
-1
/
+14
*
tree/: Convert flashchip write func ptr to enumerate
Edward O'Callaghan
2022-11-01
1
-1
/
+18
*
tree/: Convert flashchip probe func ptr to enumerate
Edward O'Callaghan
2022-11-01
1
-1
/
+22
*
flashrom.c: Move count_max_decode_exceeding() to cli
Edward O'Callaghan
2022-10-31
1
-1
/
+0
*
tree/: Convert flashchip decode range func ptr to enum
Nikolai Artemiev
2022-10-28
1
-3
/
+11
*
flash.h: extend `struct tested` with .wp field
Sergii Dmytruk
2022-10-23
2
-9
/
+13
*
tree: provide flashrom context into programmer_delay()
Alexander Goncharov
2022-10-17
1
-1
/
+2
*
dirtyjtag: Add DirtyJTAG programmer
Jean THOMAS
2022-10-15
1
-0
/
+1
*
flashrom.c: Remove custom mappers from opaque_master
Jonathon Hall
2022-10-08
1
-2
/
+0
*
drivers: Move (un)map_flash_region to par/spi/opaque_master
Jonathon Hall
2022-10-08
2
-5
/
+11
*
internal.c: Pass `programmer_cfg` to `try_mtd()`
Angel Pons
2022-09-21
1
-3
/
+6
*
tree: Retype variable `laptop_ok` with bool
Felix Singer
2022-09-08
1
-1
/
+1
*
tree: Retype variable `programmer_may_write` with bool
Felix Singer
2022-09-08
1
-1
/
+1
*
internal.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-2
/
+3
*
tree: plumb programmer_cfg into chipset_flash_enable()
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
ichspi.c: Allow passing programmer_cfg directly
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
chipset_enable.c: Change doit() and enable_flash_\S() signatures
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
tree: Fix drivers to pass programmer_cfg to pcidev_init()
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
usb_device.c: Allow for programmer_cfg plumbing
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
tree: Port programmers to pass programmer_cfg to extractors
Edward O'Callaghan
2022-09-07
1
-1
/
+3
*
sb600spi.c: Allow passing programmer_cfg directly
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
it87spi.c: Allow passing programmer_cfg directly
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
tree: Allow passing programmer_cfg directly to programmer
Edward O'Callaghan
2022-09-07
1
-2
/
+2
*
tree: Change signature of extract_programmer_param_str()
Edward O'Callaghan
2022-09-07
1
-1
/
+2
*
parallel.c: Consoldiate parallel master registration logic
Edward O'Callaghan
2022-08-25
2
-9
/
+12
*
flashrom.c: Move write_buf_to_include_args() to cli_classic.c
Edward O'Callaghan
2022-08-25
1
-1
/
+0
*
flashrom.c: Move read_buf_from_include_args() into cli_classic.c
Edward O'Callaghan
2022-08-25
1
-1
/
+0
*
flashrom.c: flatten out write_buf_to_include_args()
Edward O'Callaghan
2022-08-25
1
-1
/
+1
*
flashrom.c: flatten out read_buf_from_include_args()
Edward O'Callaghan
2022-08-25
1
-1
/
+1
*
include/ich_descriptors.h: Add missing include
Edward O'Callaghan
2022-08-08
1
-0
/
+1
*
Rename lspcon_i2c_spi to parade_lspcon
Thomas Heijligen
2022-07-17
1
-1
/
+1
[next]