summaryrefslogtreecommitdiffstats
path: root/serprog.c
Commit message (Expand)AuthorAgeFilesLines
* 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