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