summaryrefslogtreecommitdiff
path: root/dummyflasher.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of new/tested stuff and various small changes 24.stefanct2016-01-231-2/+2
* Rename programmer registration functionshailfinger2014-07-191-7/+5
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-39/+20
* Add a bunch of new/tested stuff and various small changes 20.stefanct2014-05-031-1/+4
* Add a bunch of new/tested stuff and various small changes 18.stefanct2013-07-251-8/+5
* uintptr_t-ify map_flash_region functions.stefanct2013-07-171-3/+3
* Use uintptr_t for chipaddr instead of unsigned long.stefanct2013-07-131-8/+8
* Fix duplicate 'const' declaration specifiers.stefanct2013-01-151-1/+1
* Fix a memleak in the dummyflasher.stefanct2012-09-221-2/+3
* Add RES/REMS support to all dummyflasher emulated chips as a test case.hailfinger2012-08-301-10/+47
* Let the programmer driver decide how to do AAI transfershailfinger2012-06-151-0/+1
* dummyflasher.c: add support for SFDP by adding a new emulator chip: MX25L6436stefanct2012-05-071-11/+98
* dummyflasher: Add a status register to SPI chips.stefanct2012-05-061-10/+56
* Add a bunch of new/tested stuff and various small changes 10stefanct2012-02-161-1/+1
* Workaround missing %hhx support in MinGW sscanfhailfinger2012-02-161-2/+12
* SPI command black-/ignorelisting for the flash chip emulator in the dummy pro...hailfinger2012-02-081-3/+89
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-14/+44
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-2/+2
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-13/+13
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-6/+27
* Revert "Unsignify lengths and addresses in chip functions and structs"stefanct2011-09-181-2/+2
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-2/+2
* Random whitespace and coding-style fixes.uwe2011-07-281-11/+12
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-5/+5
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-15/+23
* kill central list of SPI programmersmkarcher2011-05-111-4/+16
* Factor out SPI write/read chunking wrappers.mkarcher2011-05-111-6/+0
* Improve debugging for unaligned erase in the flash chip emulator.hailfinger2011-02-041-12/+6
* Support setting the Dediprog SF100 SPI voltage.hailfinger2010-11-091-7/+0
* Add SPI flash emulation capability to the dummy programmer.hailfinger2010-11-011-11/+367
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* We have a generic unlocking infrastructure. Use it for SPI chips.hailfinger2010-07-141-1/+0
* Convert SPI chips to partial write, but wrap the write functions in ahailfinger2010-07-141-0/+9
* Make programmer_param static by converting all users tohailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-16/+18
* Add SPI chip read support to the dummy flasher. This allows using thehailfinger2010-06-201-0/+8
* more NetBSD fixes (w/ patch)mkarcher2010-02-161-1/+2
* Convert dummyflasher to msg_* and make good use of msg_pspew.hailfinger2010-01-091-29/+29
* Use a common parameter variable for all programmers. This allows us tohailfinger2009-08-121-14/+12
* Remove unnecessary #include files.hailfinger2009-08-091-3/+0
* Add SPI multicommand infrastructure.hailfinger2009-07-101-1/+1
* Sometimes we want to read/write more than 4 bytes of chip content athailfinger2009-06-051-0/+20
* Fix a bug in dummyflasher.c special case where no type parameter ishailfinger2009-06-051-1/+1
* Mark the 10b7:9058 3COM card (3C905B: Cyclone 10/100/BNC) as "OK", forgotuwe2009-06-021-1/+1
* Add bus type support to the dummy external programmer.hailfinger2009-06-011-1/+37
* Add bus type annotation to struct flashchips. Right now, the annotationhailfinger2009-05-311-1/+1
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-2/+0
* Use chipaddr instead of volatile uint8_t * because when we accesshailfinger2009-05-161-12/+12
* Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallelhailfinger2009-05-141-0/+21