summaryrefslogtreecommitdiffstats
path: root/dummyflasher.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* We have a generic unlocking infrastructureCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial write, but wrap the write functions in a compat ...Carl-Daniel Hailfinger2010-07-141-0/+9
* Make programmer_param static by converting all users to extract_programmer_paramCarl-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 the 10b7:9058 3COM card (3C905B: Cyclone 10/100/BNC) as "OK", forgot thi...Uwe 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
* Use chipaddr instead of volatile uint8_t * because when we access chips in ex...Carl-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
* Flash mapping/unmapping was performed without an abstraction layer, so even t...Carl-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