summaryrefslogtreecommitdiffstats
path: root/buspirate_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-4/+10
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-1/+2
* Remove unneeded inclusions of chipdrivers.hStefan Tauner2011-08-161-1/+0
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-1/+3
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-12/+11
* Add a bunch of new/tested stuff and various small changes 4Cristian Măgherușan-Stanciu2011-07-071-1/+1
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-35/+38
* Fix compilation for CONFIG_INTERNAL=noCarl-Daniel Hailfinger2011-06-091-0/+5
* Kill central list of SPI programmersMichael Karcher2011-05-111-3/+15
* Factor out SPI write/read chunking wrappersMichael Karcher2011-05-111-10/+0
* Remove duplicate includes from the codeStefan Reinauer2010-10-061-1/+0
* Handle Bus Pirates already in bit banging mode correctlyCarl-Daniel Hailfinger2010-09-161-0/+21
* Speed up Bus Pirate by exploiting the FTDI FIFOCarl-Daniel Hailfinger2010-07-291-20/+22
* 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-12/+2
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-2/+2
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-14/+7
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-2/+2
* So far, we have up to 4 different names for the same thing (ignoring capitali...Carl-Daniel Hailfinger2010-05-311-1/+1
* Introduce a generic SPI read function: spi_write_chunked()Carl-Daniel Hailfinger2010-05-211-23/+2
* Multibyte SPI write for the Bus PirateCarl-Daniel Hailfinger2010-03-221-1/+36
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Convert all messages in buspirate_spi.c to the new message infrastructureSean Nelson2010-01-091-40/+29
* Allow one to disable programmer debug messages at compile timeCarl-Daniel Hailfinger2010-01-071-6/+17
* Multiple unrelated changesPatrick Georgi2010-01-061-4/+2
* Move OS-dependent serial code from buspirate_spi.c to serial.cCarl-Daniel Hailfinger2010-01-061-56/+4
* Add the ability to set Bus Pirate SPI speed via the command lineCarl-Daniel Hailfinger2009-11-241-20/+34
* Cleanly validate ICH SPI preopcodesCarl-Daniel Hailfinger2009-11-241-0/+358
OpenPOWER on IntegriCloud