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
/
dummyflasher.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
programmer: Smoothen register_par_master API
Anastasia Klimchuk
2021-05-23
1
-1
/
+2
*
dummyflasher.c: Use BUS_NONSPI where appropriate
Edward O'Callaghan
2021-05-19
1
-3
/
+3
*
programmer: Make use of new register_spi_master() API
Nico Huber
2021-05-13
1
-3
/
+2
*
programmer: Smoothen register_spi_master() API
Nico Huber
2021-05-13
1
-1
/
+1
*
dummyflasher.c: Fix memory leak on shutdown
Anastasia Klimchuk
2021-04-22
1
-0
/
+1
*
dummyflasher.c: Remove forward-declarations
Anastasia Klimchuk
2021-02-16
1
-450
/
+438
*
dummyflasher.c: Allow filling with either 0x00 or 0xff
Edward O'Callaghan
2020-11-25
1
-2
/
+24
*
dummyflasher.c: Fix null par data and size param handling
Namyoon Woo
2020-10-27
1
-6
/
+9
*
dummyflasher.c: Do not print an error if probing fails
Angel Pons
2020-10-27
1
-5
/
+1
*
dummyflasher.c: Upstream ChromiumOS 'freq' param feature
Edward O'Callaghan
2020-09-22
1
-0
/
+52
[next]