summaryrefslogtreecommitdiff
path: root/serprog.c
Commit message (Expand)AuthorAgeFilesLines
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-9/+21
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-2/+2
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-6/+5
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-20/+46
* serprog: small improvementsstefanct2011-10-221-34/+35
* Revert "Unsignify lengths and addresses in chip functions and structs"stefanct2011-09-181-1/+1
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-1/+1
* serprog: add SPI supportstefanct2011-09-151-72/+191
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-1/+1
* add a bunch of new/tested stuff and various small changes 4stefanct2011-07-071-6/+6
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-1/+11
* flashrom: fix sparse warning: Using plain integer as NULL pointerstepan2011-01-241-1/+1
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* Split off programmer.h from flash.h.hailfinger2010-07-271-1/+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-32/+69
* Polish the flashrom code comments and outputs a bit.uwe2010-03-251-4/+4
* Convert all messages in serprog.c to the new message infrastructure.snelson2010-01-101-58/+45
* Move serial handling from serprog.c to serial.c.hailfinger2009-11-231-110/+0
* Bus Pirate support needs serial communication. Serprog already has suchhailfinger2009-11-211-9/+5
* this patch fixes all 27 flashrom source code issues reported bystepan2009-09-161-1/+1
* Fix strict aliasing in serprog.hailfinger2009-09-051-6/+5
* Allow to compile out serprog completely. If CONFIG_SERPROG is not set,hailfinger2009-08-121-42/+0
* Use a common parameter variable for all programmers. This allows us tohailfinger2009-08-121-15/+14
* Remove unnecessary #include files.hailfinger2009-08-091-2/+0
* Support for an external serial flasher protocol.hailfinger2009-07-211-1/+739
* Initial commit of an external serial flasher protocol.hailfinger2009-06-231-0/+80