summaryrefslogtreecommitdiffstats
path: root/dummyflasher.c
Commit message (Expand)AuthorAgeFilesLines
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-15/+23
* Kill central list of SPI programmersMichael Karcher2011-05-111-4/+16
* Factor out SPI write/read chunking wrappersMichael Karcher2011-05-111-6/+0
* Improve debugging for unaligned erase in the flash chip emulatorCarl-Daniel Hailfinger2011-02-041-12/+6
* Support setting the Dediprog SF100 SPI voltageCarl-Daniel Hailfinger2010-11-091-7/+0
* Add SPI flash emulation capability to the dummy programmerCarl-Daniel Hailfinger2010-11-011-11/+367
* Remove duplicate includes from the codeStefan Reinauer2010-10-061-1/+0
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Use generic unlocking infrastructure for SPI chipsCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-0/+9
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-16/+18
* Add SPI chip read support to the dummy flasherCarl-Daniel Hailfinger2010-06-201-0/+8
* More NetBSD fixes (w/ patch)Jonathan A. Kollasch2010-02-161-1/+2
* Convert dummyflasher to msg_* and make good use of msg_pspewCarl-Daniel Hailfinger2010-01-091-29/+29
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-121-14/+12
* Remove unnecessary #include filesCarl-Daniel Hailfinger2009-08-091-3/+0
* Add SPI multicommand infrastructureCarl-Daniel Hailfinger2009-07-101-1/+1
* Sometimes we want to read/write more than 4 bytes of chip content at onceCarl-Daniel Hailfinger2009-06-051-0/+20
* Fix a bug in dummyflasher.c special case where no type parameter is givenCarl-Daniel Hailfinger2009-06-051-1/+1
* Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully testedUwe Hermann2009-06-021-1/+1
* Add bus type support to the dummy external programmerCarl-Daniel Hailfinger2009-06-011-1/+37
* Add bus type annotation to struct flashchipsCarl-Daniel Hailfinger2009-05-311-1/+1
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-2/+0
* Introduce a type "chipaddr" to abstract the offsets within flash regionsCarl-Daniel Hailfinger2009-05-161-12/+12
* Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flas...Carl-Daniel Hailfinger2009-05-141-0/+21
* Print dummy programmer messages only if verbose mode is selectedCarl-Daniel Hailfinger2009-05-111-10/+10
* Abstract mapping/unmapping of flash regionsCarl-Daniel Hailfinger2009-05-111-0/+13
* Add a dummy external flasher which just prints each operationCarl-Daniel Hailfinger2009-05-091-0/+75
OpenPOWER on IntegriCloud