| Commit message (Expand) | Author | Age | Files | Lines |
* | hwaccess: replace flashrom specific macros by compiler defines | Thomas Heijligen | 2021-10-15 | 1 | -2/+0 |
* | serprog: Move content of programmer specific header to C file | Felix Singer | 2021-10-15 | 1 | -1/+26 |
* | spi_master: Move shutdown function above spi_master struct | Anastasia Klimchuk | 2021-08-17 | 1 | -19/+19 |
* | programmer_table: move each entry to the associated programmer source | Thomas Heijligen | 2021-06-10 | 1 | -3/+14 |
* | serprog.c: Use braces in both branches of conditional statement | Anastasia Klimchuk | 2021-05-28 | 1 | -9/+13 |
* | serprog.c: Separate shutdown from failed init cleanup | Anastasia Klimchuk | 2021-05-28 | 1 | -22/+27 |
* | programmer: Smoothen register_par_master API | Anastasia Klimchuk | 2021-05-23 | 1 | -1/+1 |
* | programmer: Smoothen register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -1/+1 |
* | serprog.c: Remove forward-declarations | Anastasia Klimchuk | 2021-02-16 | 1 | -239/+222 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -2/+2 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -2/+2 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -1/+0 |
* | serprog.c: Remove unneeded 'else' | Elyes HAOUAS | 2019-06-21 | 1 | -4/+3 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Fix whitespace errors | Elyes HAOUAS | 2018-04-24 | 1 | -1/+1 |
* | spi_master: Introduce SPI_MASTER_4BA feature flag | Nico Huber | 2018-01-02 | 1 | -0/+1 |
* | Enable continuous SPI reads | Urja Rannikko | 2017-07-13 | 1 | -22/+1 |
* | Add a bunch of new/tested stuff and various small changes 24 | Stefan Tauner | 2016-01-23 | 1 | -1/+1 |
* | serprog: fix missing device parameter error message on Windows | Urja Rannikko | 2016-01-04 | 1 | -2/+8 |
* | serprog: allow to omit specifying a baud rate | Stefan Tauner | 2016-01-04 | 1 | -21/+23 |
* | serprog: Fix FWH/LPC by implementing serprog_map | Urja Rannikko | 2015-06-29 | 1 | -0/+16 |
* | Unify target OS and CPU architecture checks | Stefan Tauner | 2015-01-10 | 1 | -4/+6 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -8/+7 |
* | Make delay values unsigned | Stefan Tauner | 2014-05-02 | 1 | -1/+1 |
* | CID1129996: Unchecked return value from setsockopt() in serprog | Stefan Reinauer | 2014-04-26 | 1 | -1/+5 |
* | CID1130009: Resource leak in sp_opensocket() | Stefan Reinauer | 2014-04-26 | 1 | -0/+1 |
* | Add support for Atmel AT45DB* chips | Aidan Thornton | 2013-08-27 | 1 | -2/+1 |
* | Get rid of sp_die() | Stefan Tauner | 2013-08-24 | 1 | -56/+99 |
* | Add a bunch of new/tested stuff and various small changes 18 | Stefan Tauner | 2013-07-25 | 1 | -1/+1 |
* | Use uintptr_t for chipaddr instead of unsigned long | Stefan Tauner | 2013-07-13 | 1 | -2/+2 |
* | Enable serprog on Windows | Stefan Tauner | 2013-04-01 | 1 | -6/+12 |
* | Replace native calls in serprog with wrapper calls | Stefan Tauner | 2013-04-01 | 1 | -28/+15 |
* | Introduce serialport_write_nonblock() | Stefan Tauner | 2013-04-01 | 1 | -14/+5 |
* | Replace sp_sync_read_timeout() with serialport_read_nonblock() | Stefan Tauner | 2013-04-01 | 1 | -24/+4 |
* | Introduce msg_*warn | Stefan Tauner | 2013-01-04 | 1 | -10/+8 |
* | 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 |