summaryrefslogtreecommitdiff
path: root/dummyflasher.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print dummy programmer messages only if verbose mode is selected.hailfinger2009-05-111-10/+10
* Flash mapping/unmapping was performed without an abstraction layer, sohailfinger2009-05-111-0/+13
* Add a dummy external flasher which just prints each operation.hailfinger2009-05-091-0/+75