summaryrefslogtreecommitdiff
path: root/dummyflasher.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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