summaryrefslogtreecommitdiffstats
path: root/serprog.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Atmel AT45DB* chipsAidan Thornton2013-08-271-2/+1
* Get rid of sp_die()Stefan Tauner2013-08-241-56/+99
* Add a bunch of new/tested stuff and various small changes 18Stefan Tauner2013-07-251-1/+1
* Use uintptr_t for chipaddr instead of unsigned longStefan Tauner2013-07-131-2/+2
* Enable serprog on WindowsStefan Tauner2013-04-011-6/+12
* Replace native calls in serprog with wrapper callsStefan Tauner2013-04-011-28/+15
* Introduce serialport_write_nonblock()Stefan Tauner2013-04-011-14/+5
* Replace sp_sync_read_timeout() with serialport_read_nonblock()Stefan Tauner2013-04-011-24/+4
* Introduce msg_*warnStefan Tauner2013-01-041-10/+8
* Add a bunch of new/tested stuff and various small changes 16Stefan Tauner2013-01-011-1/+4
* Fix sp_openserport users on WindowsStefan Tauner2012-11-301-1/+1
* serprog: add opcode to control the programmer's output driversStefan Tauner2012-10-271-1/+16
* serprog: move the macro list to its own header fileStefan Tauner2012-10-271-24/+1
* Add a bunch of new/tested stuff and various small changes 15Stefan Tauner2012-10-201-2/+1
* Remove exit calls from sp_sync_read_timeout and sp_synchronizeNiklas Söderlund2012-09-071-28/+48
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-1/+2
* serprog: Add support for setting the SPI frequencyStefan Tauner2012-08-131-0/+47
* Remove more exit callsNiklas Söderlund2012-07-301-17/+40
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-0/+1
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-9/+21
* 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-6/+5
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-20/+46
* serprog: small improvementsStefan Tauner2011-10-221-34/+35
* Revert "Unsignify lengths and addresses in chip functions and structs"Stefan Tauner2011-09-181-1/+1
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-09-181-1/+1
* serprog: add SPI supportUrja Rannikko2011-09-151-72/+191
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-1/+1
* Add a bunch of new/tested stuff and various small changes 4Cristian Măgherușan-Stanciu2011-07-071-6/+6
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-1/+11
* Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-01-241-1/+1
* Remove duplicate includes from the codeStefan Reinauer2010-10-061-1/+0
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-1/+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-32/+69
* Polish the flashrom code comments and outputs a bitUwe Hermann2010-03-251-4/+4
* Convert all messages in serprog.c to the new message infrastructureSean Nelson2010-01-101-58/+45
* Move serial handling from serprog.c to serial.cCarl-Daniel Hailfinger2009-11-231-110/+0
* Bus Pirate support needs serial communicationCarl-Daniel Hailfinger2009-11-211-9/+5
* Fix some of the issues reported by LLVM/clang's scan-buildStefan Reinauer2009-09-161-1/+1
* Fix strict aliasing in serprogCarl-Daniel Hailfinger2009-09-051-6/+5
* Allow to compile out serprog completelyCarl-Daniel Hailfinger2009-08-121-42/+0
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-121-15/+14
* Remove unnecessary #include filesCarl-Daniel Hailfinger2009-08-091-2/+0
* Support for an external serial flasher protocolUrja Rannikko2009-07-211-1/+739
* Initial commit of an external serial flasher protocolUrja Rannikko2009-06-231-0/+80
OpenPOWER on IntegriCloud