| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `str` extension to extract_programmer_param function name | Chinmay Lonkar | 2022-07-02 | 1 | -1/+1 |
* | flashrom.c, flashcips.c: Test the order of erase functions | Aarya Chaumal | 2022-06-20 | 1 | -0/+11 |
* | flashrom: initialize restore func count in correct place | Nikolai Artemiev | 2022-05-23 | 1 | -1/+3 |
* | flashrom.c: Make need_erase() helper static local | Edward O'Callaghan | 2022-05-17 | 1 | -1/+1 |
* | flashrom: Drop read_flash_to_file() usage | Edward O'Callaghan | 2022-05-13 | 1 | -35/+0 |
* | libflashrom: Move documentation to header | Evan Benn | 2022-05-06 | 1 | -66/+0 |
* | Global cleanup: Fix a few spelling errors | Martin Roth | 2022-05-03 | 1 | -1/+1 |
* | flashrom.c: remove unused include | Thomas Heijligen | 2022-04-13 | 1 | -1/+0 |
* | print_buildinfo: remove unreachable print of libpci version | Thomas Heijligen | 2022-04-13 | 1 | -7/+0 |
* | flashrom.c: Move do_*() helpers into cli_classic.c | Edward O'Callaghan | 2022-01-27 | 1 | -97/+0 |
* | flashrom.c: Make {read,write}_buf_from_include_args() public | Edward O'Callaghan | 2022-01-27 | 1 | -2/+2 |
* | flashrom: Convert do_read() into a libflashrom user | Edward O'Callaghan | 2022-01-22 | 1 | -3/+18 |
* | cli_classic.c: Convert do_erase() to libflashrom call | Edward O'Callaghan | 2022-01-22 | 1 | -18/+1 |
* | flashrom.c: extract operation only uses layout files | Daniel Campello | 2022-01-21 | 1 | -1/+2 |
* | hwaccess: move mmio functions into hwaccess_physmap | Thomas Heijligen | 2022-01-20 | 1 | -1/+0 |
* | physmap: rename to hwaccess_physmap, create own header | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | flashrom.c: Validate before allocate in verify_range() | Edward O'Callaghan | 2021-12-15 | 1 | -10/+8 |
* | flashrom.c: Delete obsolete comment | Simon Buhrow | 2021-11-07 | 1 | -1/+0 |
* | Replace freenode references | Angel Pons | 2021-07-21 | 1 | -8/+8 |
* | flashrom.c: Reorder read_by_layout() to avoid forward decl | Edward O'Callaghan | 2021-07-16 | 1 | -27/+26 |
* | flashrom.c: Reorder check_block_eraser() to avoid forward decl | Edward O'Callaghan | 2021-07-16 | 1 | -27/+25 |
* | flashrom.c: Make extract_param() static local | Edward O'Callaghan | 2021-07-16 | 1 | -1/+1 |
* | layout: Rework normalize_romentries() API | Nico Huber | 2021-06-26 | 1 | -1/+1 |
* | layout: Drop `count` parameter of flashrom_layout_new() | Nico Huber | 2021-06-26 | 1 | -1/+1 |
* | Pass layout directly to verify_by_layout() | Nico Huber | 2021-06-26 | 1 | -11/+11 |
* | layout: Introduce flashrom_layout_new() | Nico Huber | 2021-06-26 | 1 | -8/+5 |
* | layout: Introduce flashrom_layout_add_region() | Nico Huber | 2021-06-26 | 1 | -8/+4 |
* | layout: Add `capacity` field | Nico Huber | 2021-06-26 | 1 | -0/+1 |
* | enum programmer: not needed anymore. Remove | Thomas Heijligen | 2021-06-10 | 1 | -7/+0 |
* | programmer_init: use struct programmer_entry* | Thomas Heijligen | 2021-06-10 | 1 | -3/+3 |
* | flashrom.c libflashrom.c: replace enum programmer with size_t | Thomas Heijligen | 2021-06-10 | 1 | -1/+1 |
* | flashrom.c: replace enum programmer with struct programmer_entry* | Thomas Heijligen | 2021-06-10 | 1 | -12/+12 |
* | programmer_table: replace PROGRAMMER_INVALID with programmer_table_size | Thomas Heijligen | 2021-06-10 | 1 | -4/+4 |
* | treewide: Drop unnecessary uses of memset/memcpy | Angel Pons | 2021-06-09 | 1 | -5/+3 |
* | treewide: Drop most cases of `sizeof(struct ...)` | Angel Pons | 2021-06-09 | 1 | -2/+2 |
* | programmer_table: convert entries to pointers | Thomas Heijligen | 2021-06-09 | 1 | -23/+28 |
* | programmer_table: move array content to an own file | Thomas Heijligen | 2021-06-09 | 1 | -478/+0 |
* | programmer_table: add table size constant | Thomas Heijligen | 2021-06-09 | 1 | -1/+3 |
* | programmer_table: remove null termination | Thomas Heijligen | 2021-06-09 | 1 | -3/+1 |
* | cli_classic.c: add -x option for do_extract() | Daniel Campello | 2021-05-02 | 1 | -0/+6 |
* | flashrom.c: allow - as filename for stdin | Daniel Campello | 2021-04-29 | 1 | -2/+6 |
* | layout: Add -i <region>[:<file>] support | Daniel Campello | 2021-04-27 | 1 | -1/+93 |
* | flashrom.c: Fix up stale FIXME comment when doit() was removed | Edward O'Callaghan | 2021-04-20 | 1 | -2/+2 |
* | flashrom.c: implement chip restore callback registration | Nikolai Artemiev | 2020-12-03 | 1 | -0/+30 |
* | flashrom.c: Correct "raiden_debug_spi" drv name | Edward O'Callaghan | 2020-11-30 | 1 | -1/+1 |
* | raiden_debug: Rename with '_DEBUG_SPI' suffix | Edward O'Callaghan | 2020-11-28 | 1 | -1/+1 |
* | flashrom.c,flash.h: Kill dead fn shutdown_free() | Edward O'Callaghan | 2020-10-24 | 1 | -6/+0 |
* | Add MEC1308 EC programmer | Victor Ding | 2020-08-20 | 1 | -0/+12 |
* | Add ENE LPC programmer | Victor Ding | 2020-08-20 | 1 | -0/+12 |
* | Initial Realtek MST i2c_spi support | Edward O'Callaghan | 2020-05-04 | 1 | -0/+12 |