index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dummyflasher.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dummyflasher: Add basic WP support for opaque VARIABLE_SIZE chip
Nikolai Artemiev
2023-03-02
1
-0
/
+30
*
spi: Make 'default_spi_send_multicommand' the default unless defined
Edward O'Callaghan
2023-03-01
1
-1
/
+0
*
dummyflasher: use new API to register shutdown function
Alexander Goncharov
2023-02-20
1
-15
/
+26
*
dummyflasher.c: Speed up programmer ops without delay
Edward O'Callaghan
2023-02-01
1
-0
/
+7
*
dummyflasher: fix propagation of register_*_master() return values
Alexander Goncharov
2023-01-30
1
-6
/
+7
*
spi: Make 'default_spi_write_aai' the default unless defined
Edward O'Callaghan
2022-12-21
1
-1
/
+0
*
tree/: Rename 'internal_delay()' to 'default_delay()'
Edward O'Callaghan
2022-12-12
1
-1
/
+1
*
tree/: Replace NULL-case of programmer_delay() with internal_delay
Edward O'Callaghan
2022-12-12
1
-1
/
+1
*
tree/: Make probe_opcode() flashctx argument const
Nikolai Artemiev
2022-12-04
1
-2
/
+2
*
opaque_master: Mark Opaque chip as tested for WP
Anastasia Klimchuk
2022-11-25
1
-1
/
+1
*
tree: provide flashrom context into programmer_delay()
Alexander Goncharov
2022-10-17
1
-1
/
+1
*
dummyflasher.c: Remove custom mapper 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
1
-2
/
+6
*
drivers/: Make 'internal_delay' the default unless defined
Edward O'Callaghan
2022-09-27
1
-1
/
+0
*
dummyflasher.c: Retype appropriate variables and attributes with bool
Felix Singer
2022-09-08
1
-11
/
+12
*
tree: Port programmers to pass programmer_cfg to extractors
Edward O'Callaghan
2022-09-07
1
-11
/
+11
*
dummyflasher.c: plumb programmer_cfg though get_params
Edward O'Callaghan
2022-09-07
1
-2
/
+3
*
tree: Allow passing programmer_cfg directly to programmer
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
tree: Change signature of extract_programmer_param_str()
Edward O'Callaghan
2022-09-07
1
-11
/
+11
*
dummyflasher.c: Remove unnecessary empty line
Felix Singer
2022-08-14
1
-1
/
+0
*
spi: Add function to probe erase command opcode for all spi_master
Aarya Chaumal
2022-07-11
1
-0
/
+12
*
dummyflasher: Remove spurious init for VARIABLE_SIZE
Nico Huber
2022-07-05
1
-8
/
+0
*
Add `str` extension to extract_programmer_param function name
Chinmay Lonkar
2022-07-02
1
-11
/
+11
*
tree: indent struct *_master consistently with tabs
Thomas Heijligen
2022-06-27
1
-12
/
+12
*
dummyflasher: Handle invalid value of freq parameter
Anastasia Klimchuk
2022-06-24
1
-0
/
+5
*
dummyflasher: Add emulation for S25FL128L
Nico Huber
2022-06-20
1
-1
/
+56
*
spi25_statusreg: Allow WRSR_EXT for Status Register 3
Nico Huber
2022-06-20
1
-7
/
+16
*
dummyflasher: Wire variable size feature via opaque infra
Anastasia Klimchuk
2022-06-16
1
-45
/
+95
*
flashrom: Drop read_flash_to_file() usage
Edward O'Callaghan
2022-05-13
1
-1
/
+1
*
dummyflasher: enforce write protection for W25Q128FV
Sergii Dmytruk
2022-05-12
1
-18
/
+142
*
dummyflasher: emulate SR2 and SR3 for W25Q128FV
Sergii Dmytruk
2022-05-12
1
-7
/
+25
*
dummyflasher: add SR2 and SR3 emulation harness
Sergii Dmytruk
2022-05-12
1
-14
/
+108
*
spi_master: Move shutdown function above spi_master struct
Anastasia Klimchuk
2021-08-17
1
-19
/
+17
*
dummyflasher: Re-arrange includes
Nico Huber
2021-06-11
1
-3
/
+2
*
dummyflasher: Replace another case of `sizeof(struct ...)`
Nico Huber
2021-06-11
1
-1
/
+1
*
programmer_table: move each entry to the associated programmer source
Thomas Heijligen
2021-06-10
1
-3
/
+14
*
dummyflasher.c: Drop useless macros
Angel Pons
2021-06-09
1
-37
/
+1
*
dummyflasher.c: Fix data leak in params processing error paths
Anastasia Klimchuk
2021-06-08
1
-27
/
+51
*
dummyflasher.c: Fix typo in log message
Angel Pons
2021-05-28
1
-1
/
+1
*
dummyflasher.c: Prevent use-after-free bug
Angel Pons
2021-05-28
1
-1
/
+2
*
dummyflasher.c: Move `flashchip_contents` allocation
Angel Pons
2021-05-28
1
-6
/
+6
*
dummyflasher.c: Don't leak `emu_persistent_image`
Angel Pons
2021-05-28
1
-2
/
+3
*
dummyflasher.c: Fix use-after-free issue
Edward O'Callaghan
2021-05-28
1
-1
/
+2
*
dummyflasher.c: Get rid of get_data_from_context()
Edward O'Callaghan
2021-05-27
1
-14
/
+2
*
dummyflasher.c: Inline data fetch for spi workers
Edward O'Callaghan
2021-05-27
1
-2
/
+2
*
dummyflasher.c: Replace atoi() with strtoul()
Edward O'Callaghan
2021-05-27
1
-3
/
+3
*
dummyflasher.c: Move 'flashchip_contents' into emu_data
Edward O'Callaghan
2021-05-24
1
-20
/
+20
*
dummyflasher.c: Move 'spi_write_256_chunksize' into emu_data
Edward O'Callaghan
2021-05-24
1
-14
/
+17
*
dummyflasher.c: Make entry struct names consistent
Edward O'Callaghan
2021-05-24
1
-2
/
+2
*
programmer: Make use of new register_par_master() API
Anastasia Klimchuk
2021-05-23
1
-3
/
+2
[next]