| Commit message (Expand) | Author | Age | Files | Lines |
* | tree/: Drop default_spi_probe_opcode for NULL case | Edward O'Callaghan | 2023-03-03 | 1 | -1/+0 |
* | spi: Make 'default_spi_send_multicommand' the default unless defined | Edward O'Callaghan | 2023-03-01 | 1 | -1/+0 |
* | parallel: Drop explicit fallback_chip_X boilerplate | Edward O'Callaghan | 2023-01-11 | 1 | -5/+0 |
* | spi: Make 'default_spi_write_aai' the default unless defined | Edward O'Callaghan | 2022-12-21 | 1 | -1/+0 |
* | tree/: Rename 'internal_delay()' to 'default_delay()' | Edward O'Callaghan | 2022-12-12 | 1 | -2/+2 |
* | tree/: Move programmer_delay() out of programmer state machine | Edward O'Callaghan | 2022-12-12 | 1 | -22/+25 |
* | drivers: Move (un)map_flash_region to par/spi/opaque_master | Jonathon Hall | 2022-10-08 | 1 | -16/+17 |
* | drivers/: Make 'fallback_{un}map' the default unless defined | Edward O'Callaghan | 2022-10-08 | 1 | -1/+0 |
* | serprog.c: Retype variable `have_device` with bool | Felix Singer | 2022-09-08 | 1 | -3/+4 |
* | tree: Port programmers to pass programmer_cfg to extractors | Edward O'Callaghan | 2022-09-07 | 1 | -3/+3 |
* | tree: Allow passing programmer_cfg directly to programmer | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | tree: Change signature of extract_programmer_param_str() | Edward O'Callaghan | 2022-09-07 | 1 | -3/+3 |
* | spi: Add function to probe erase command opcode for all spi_master | Aarya Chaumal | 2022-07-11 | 1 | -0/+1 |
* | Add `str` extension to extract_programmer_param function name | Chinmay Lonkar | 2022-07-02 | 1 | -3/+3 |
* | tree: indent struct *_master consistently with tabs | Thomas Heijligen | 2022-06-27 | 1 | -8/+8 |
* | serprog.c: Avoid calling memcpy with NULL pointer arguments | aarya | 2022-05-12 | 1 | -1/+2 |
* | 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 |