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
*
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
*
dummyflasher.c: Factor out global state
Lachlan Bishop
2020-09-14
1
-168
/
+204
*
support 4-byte address format for VARIABLE_SIZE dummy flash device
Namyoon Woo
2020-09-07
1
-2
/
+24
*
dummyflasher.c: Only write back emulated image if modified
Namyoon Woo
2020-09-07
1
-1
/
+9
*
support variable-size SPI chip for dummy programmer
Namyoon Woo
2020-09-07
1
-0
/
+89
*
const'ify flashctx to align signatures with cros flashrom
Edward O'Callaghan
2020-04-30
1
-2
/
+2
*
Fix more sign-compare issues
Nico Huber
2019-10-05
1
-1
/
+1
*
dummyflasher: Add error check for file read
Jacob Garber
2019-09-24
1
-2
/
+6
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-6
/
+6
*
spi: Drop spi_controller type
Nico Huber
2019-06-27
1
-1
/
+0
*
tree: Make internal variables static
Jacob Garber
2019-06-26
1
-5
/
+5
*
dummyflasher: Add emulation for Winbond W25Q128FV
Nico Huber
2019-06-03
1
-0
/
+31
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
spi_master: Introduce SPI_MASTER_4BA feature flag
Nico Huber
2018-01-02
1
-0
/
+1
*
Add a bunch of new/tested stuff and various small changes 24
Stefan Tauner
2016-01-23
1
-2
/
+2
*
Rename programmer registration functions
Carl-Daniel Hailfinger
2014-07-19
1
-7
/
+5
*
Add 'const' keyword to chip write and other function prototypes
Mark Marshall
2014-05-09
1
-39
/
+20
*
Add a bunch of new/tested stuff and various small changes 20
Stefan Tauner
2014-05-03
1
-1
/
+4
*
Add a bunch of new/tested stuff and various small changes 18
Stefan Tauner
2013-07-25
1
-8
/
+5
*
Uintptr_t-ify map_flash_region functions
Stefan Tauner
2013-07-17
1
-3
/
+3
*
Use uintptr_t for chipaddr instead of unsigned long
Stefan Tauner
2013-07-13
1
-8
/
+8
*
Fix duplicate 'const' declaration specifiers
Stefan Tauner
2013-01-15
1
-1
/
+1
*
Fix a memleak in the dummyflasher
Stefan Tauner
2012-09-22
1
-2
/
+3
*
Add RES/REMS support to all dummyflasher emulated chips as a test case
Carl-Daniel Hailfinger
2012-08-30
1
-10
/
+47
*
Let the programmer driver decide how to do AAI transfers
Nico Huber
2012-06-15
1
-0
/
+1
*
dummyflasher.c: add support for SFDP by adding a new emulator chip: MX25L6436
Stefan Tauner
2012-05-07
1
-11
/
+98
[next]