summaryrefslogtreecommitdiffstats
path: root/dummyflasher.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a memleak in the dummyflasherStefan Tauner2012-09-221-2/+3
* Add RES/REMS support to all dummyflasher emulated chips as a test caseCarl-Daniel Hailfinger2012-08-301-10/+47
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-0/+1
* dummyflasher.c: add support for SFDP by adding a new emulator chip: MX25L6436Stefan Tauner2012-05-071-11/+98
* dummyflasher: Add a status register to SPI chipsStefan Tauner2012-05-061-10/+56
* Add a bunch of new/tested stuff and various small changes 10Paul Menzel2012-02-161-1/+1
* Workaround missing %hhx support in MinGW sscanfCarl-Daniel Hailfinger2012-02-161-2/+12
* SPI command black-/ignorelisting for the flash chip emulator in the dummy pro...Carl-Daniel Hailfinger2012-02-081-3/+89
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-14/+44
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-2/+2
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-13/+13
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-6/+27
* Revert "Unsignify lengths and addresses in chip functions and structs"Stefan Tauner2011-09-181-2/+2
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-09-181-2/+2
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-11/+12
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-5/+5
* 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