summaryrefslogtreecommitdiffstats
path: root/dummyflasher.c
Commit message (Expand)AuthorAgeFilesLines
* dummyflasher: Re-arrange includesNico Huber2021-06-111-3/+2
* dummyflasher: Replace another case of `sizeof(struct ...)`Nico Huber2021-06-111-1/+1
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-3/+14
* dummyflasher.c: Drop useless macrosAngel Pons2021-06-091-37/+1
* dummyflasher.c: Fix data leak in params processing error pathsAnastasia Klimchuk2021-06-081-27/+51
* dummyflasher.c: Fix typo in log messageAngel Pons2021-05-281-1/+1
* dummyflasher.c: Prevent use-after-free bugAngel Pons2021-05-281-1/+2
* dummyflasher.c: Move `flashchip_contents` allocationAngel Pons2021-05-281-6/+6
* dummyflasher.c: Don't leak `emu_persistent_image`Angel Pons2021-05-281-2/+3
* dummyflasher.c: Fix use-after-free issueEdward O'Callaghan2021-05-281-1/+2
* dummyflasher.c: Get rid of get_data_from_context()Edward O'Callaghan2021-05-271-14/+2
* dummyflasher.c: Inline data fetch for spi workersEdward O'Callaghan2021-05-271-2/+2
* dummyflasher.c: Replace atoi() with strtoul()Edward O'Callaghan2021-05-271-3/+3
* dummyflasher.c: Move 'flashchip_contents' into emu_dataEdward O'Callaghan2021-05-241-20/+20
* dummyflasher.c: Move 'spi_write_256_chunksize' into emu_dataEdward O'Callaghan2021-05-241-14/+17
* dummyflasher.c: Make entry struct names consistentEdward O'Callaghan2021-05-241-2/+2
* programmer: Make use of new register_par_master() APIAnastasia Klimchuk2021-05-231-3/+2
* programmer: Smoothen register_par_master APIAnastasia Klimchuk2021-05-231-1/+2
* dummyflasher.c: Use BUS_NONSPI where appropriateEdward O'Callaghan2021-05-191-3/+3
* programmer: Make use of new register_spi_master() APINico Huber2021-05-131-3/+2
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* dummyflasher.c: Fix memory leak on shutdownAnastasia Klimchuk2021-04-221-0/+1
* dummyflasher.c: Remove forward-declarationsAnastasia Klimchuk2021-02-161-450/+438
* dummyflasher.c: Allow filling with either 0x00 or 0xffEdward O'Callaghan2020-11-251-2/+24
* dummyflasher.c: Fix null par data and size param handlingNamyoon Woo2020-10-271-6/+9
* dummyflasher.c: Do not print an error if probing failsAngel Pons2020-10-271-5/+1
* dummyflasher.c: Upstream ChromiumOS 'freq' param featureEdward O'Callaghan2020-09-221-0/+52
* dummyflasher.c: Factor out global stateLachlan Bishop2020-09-141-168/+204
* support 4-byte address format for VARIABLE_SIZE dummy flash deviceNamyoon Woo2020-09-071-2/+24
* dummyflasher.c: Only write back emulated image if modifiedNamyoon Woo2020-09-071-1/+9
* support variable-size SPI chip for dummy programmerNamyoon Woo2020-09-071-0/+89
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-2/+2
* Fix more sign-compare issuesNico Huber2019-10-051-1/+1
* dummyflasher: Add error check for file readJacob Garber2019-09-241-2/+6
* Fix -Wsign-compare troubleNico Huber2019-07-311-6/+6
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* tree: Make internal variables staticJacob Garber2019-06-261-5/+5
* dummyflasher: Add emulation for Winbond W25Q128FVNico Huber2019-06-031-0/+31
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* spi_master: Introduce SPI_MASTER_4BA feature flagNico Huber2018-01-021-0/+1
* Add a bunch of new/tested stuff and various small changes 24Stefan Tauner2016-01-231-2/+2
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-7/+5
* Add 'const' keyword to chip write and other function prototypesMark Marshall2014-05-091-39/+20
* Add a bunch of new/tested stuff and various small changes 20Stefan Tauner2014-05-031-1/+4
* Add a bunch of new/tested stuff and various small changes 18Stefan Tauner2013-07-251-8/+5
* Uintptr_t-ify map_flash_region functionsStefan Tauner2013-07-171-3/+3
* Use uintptr_t for chipaddr instead of unsigned longStefan Tauner2013-07-131-8/+8
* Fix duplicate 'const' declaration specifiersStefan Tauner2013-01-151-1/+1
* Fix a memleak in the dummyflasherStefan Tauner2012-09-221-2/+3
* Add RES/REMS support to all dummyflasher emulated chips as a test caseCarl-Daniel Hailfinger2012-08-301-10/+47