| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a bunch of new/tested stuff and various small changes 16 | Stefan Tauner | 2013-01-01 | 1 | -1/+4 |
* | Fix sp_openserport users on Windows | Stefan Tauner | 2012-11-30 | 1 | -1/+1 |
* | serprog: add opcode to control the programmer's output drivers | Stefan Tauner | 2012-10-27 | 1 | -1/+16 |
* | serprog: move the macro list to its own header file | Stefan Tauner | 2012-10-27 | 1 | -24/+1 |
* | Add a bunch of new/tested stuff and various small changes 15 | Stefan Tauner | 2012-10-20 | 1 | -2/+1 |
* | Remove exit calls from sp_sync_read_timeout and sp_synchronize | Niklas Söderlund | 2012-09-07 | 1 | -28/+48 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -1/+2 |
* | serprog: Add support for setting the SPI frequency | Stefan Tauner | 2012-08-13 | 1 | -0/+47 |
* | Remove more exit calls | Niklas Söderlund | 2012-07-30 | 1 | -17/+40 |
* | Let the programmer driver decide how to do AAI transfers | Nico Huber | 2012-06-15 | 1 | -0/+1 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -9/+21 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -2/+2 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-11-23 | 1 | -6/+5 |
* | Register Parallel/LPC/FWH programmers the same way SPI programmers are regist... | Carl-Daniel Hailfinger | 2011-11-09 | 1 | -20/+46 |
* | serprog: small improvements | Stefan Tauner | 2011-10-22 | 1 | -34/+35 |
* | Revert "Unsignify lengths and addresses in chip functions and structs" | Stefan Tauner | 2011-09-18 | 1 | -1/+1 |
* | Unsignify lengths and addresses in chip functions and structs | Stefan Tauner | 2011-09-18 | 1 | -1/+1 |
* | serprog: add SPI support | Urja Rannikko | 2011-09-15 | 1 | -72/+191 |
* | Rename CHIP_BUSTYPE_FOO to BUS_FOO | Carl-Daniel Hailfinger | 2011-07-27 | 1 | -1/+1 |
* | Add a bunch of new/tested stuff and various small changes 4 | Cristian Măgherușan-Stanciu | 2011-07-07 | 1 | -6/+6 |
* | Use shutdown callback mechanism to shutdown programmers | David Hendricks | 2011-06-14 | 1 | -1/+11 |
* | Fix sparse warning: Using plain integer as NULL pointer | Peter Huewe | 2011-01-24 | 1 | -1/+1 |
* | Remove duplicate includes from the code | Stefan Reinauer | 2010-10-06 | 1 | -1/+0 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -1/+2 |
* | Unify programmer parameter extraction | Carl-Daniel Hailfinger | 2010-07-08 | 1 | -2/+2 |
* | Various places in the flashrom source feature custom parameter extraction fro... | Carl-Daniel Hailfinger | 2010-07-06 | 1 | -32/+69 |
* | Polish the flashrom code comments and outputs a bit | Uwe Hermann | 2010-03-25 | 1 | -4/+4 |
* | Convert all messages in serprog.c to the new message infrastructure | Sean Nelson | 2010-01-10 | 1 | -58/+45 |
* | Move serial handling from serprog.c to serial.c | Carl-Daniel Hailfinger | 2009-11-23 | 1 | -110/+0 |
* | Bus Pirate support needs serial communication | Carl-Daniel Hailfinger | 2009-11-21 | 1 | -9/+5 |
* | Fix some of the issues reported by LLVM/clang's scan-build | Stefan Reinauer | 2009-09-16 | 1 | -1/+1 |
* | Fix strict aliasing in serprog | Carl-Daniel Hailfinger | 2009-09-05 | 1 | -6/+5 |
* | Allow to compile out serprog completely | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -42/+0 |
* | Use a common parameter variable for all programmers | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -15/+14 |
* | Remove unnecessary #include files | Carl-Daniel Hailfinger | 2009-08-09 | 1 | -2/+0 |
* | Support for an external serial flasher protocol | Urja Rannikko | 2009-07-21 | 1 | -1/+739 |
* | Initial commit of an external serial flasher protocol | Urja Rannikko | 2009-06-23 | 1 | -0/+80 |