summaryrefslogtreecommitdiff
path: root/buspirate_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Rename programmer registration functionshailfinger2014-07-191-8/+8
* CID1130006: Memory leaks in buspirate_spi_init().stefanct2014-04-261-1/+6
* usleep() is not found in all versions of MinGW, use Sleep() on Windows.hailfinger2013-04-051-1/+1
* Add user interface to activate the Bus Pirate pull-up resistors.stefanct2013-01-031-11/+26
* Fix sp_openserport users on Windows.stefanct2012-11-301-1/+1
* Support the new fast SPI mode present in Bus Pirate firmware v5.5 orhailfinger2012-11-011-13/+77
* Some ISO C fixes.stefanct2012-08-271-0/+1
* Bus Pirate init cleanup and fixes.hailfinger2012-08-171-65/+134
* Remove more exit calls.stefanct2012-07-301-1/+2
* Let the programmer driver decide how to do AAI transfershailfinger2012-06-151-0/+1
* Bus Pirate buffer management revamphailfinger2012-06-081-67/+109
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-4/+10
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-1/+2
* Remove unneeded inclusions of chipdrivers.hstefanct2011-08-161-1/+0
* Fixup of r1397:hailfinger2011-08-151-1/+3
* Random whitespace and coding-style fixes.uwe2011-07-281-12/+11
* add a bunch of new/tested stuff and various small changes 4stefanct2011-07-071-1/+1
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-35/+38
* Fix compilation for CONFIG_INTERNAL=nohailfinger2011-06-091-0/+5
* kill central list of SPI programmersmkarcher2011-05-111-3/+15
* Factor out SPI write/read chunking wrappers.mkarcher2011-05-111-10/+0
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* Thanks to Johannes Sjölund for reporting that the Bus Pirate init couldhailfinger2010-09-161-0/+21
* If we violate the raw SPI communication protocol requirements of the Bushailfinger2010-07-291-20/+22
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* We have a generic unlocking infrastructure. Use it for SPI chips.hailfinger2010-07-141-1/+0
* Convert SPI chips to partial write, but wrap the write functions in ahailfinger2010-07-141-12/+2
* Make programmer_param static by converting all users tohailfinger2010-07-081-2/+2
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-14/+7
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-2/+2
* So far, we have up to 4 different names for the same thing (ignoringhailfinger2010-05-311-1/+1
* Every SPI programmer driver had its own completely different chip writehailfinger2010-05-211-23/+2
* Multibyte SPI write for the Bus Pirate.hailfinger2010-03-221-1/+36
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Convert all messages in buspirate_spi.c to the new message infrastructure.snelson2010-01-091-40/+29
* Programmer debug messages during programmer init/shutdown are usefulhailfinger2010-01-071-6/+17
* - replace the hand written serial input flush routine with the termios one.oxygene2010-01-061-4/+2
* Move OS-dependent serial code from buspirate_spi.c to serial.c andhailfinger2010-01-061-56/+4
* Add the ability to set Bus Pirate SPI speed via the command line.hailfinger2009-11-241-20/+34
* Add Bus Pirate SPI support to flashrom.hailfinger2009-11-241-0/+358