| Commit message (Expand) | Author | Age | Files | Lines |
* | flashrom.c: Move write_buf_to_include_args() to cli_classic.c | Edward O'Callaghan | 2022-08-25 | 1 | -0/+27 |
* | flashrom.c: Move read_buf_from_include_args() into cli_classic.c | Edward O'Callaghan | 2022-08-25 | 1 | -0/+34 |
* | flashrom.c: flatten out write_buf_to_include_args() | Edward O'Callaghan | 2022-08-25 | 1 | -1/+1 |
* | flashrom.c: flatten out read_buf_from_include_args() | Edward O'Callaghan | 2022-08-25 | 1 | -2/+2 |
* | cli_classic.c: Make use of bool type in the main function | Felix Singer | 2022-08-14 | 1 | -34/+37 |
* | libflashrom: Return progress state to the library user | Richard Hughes | 2022-05-25 | 1 | -0/+14 |
* | cli_classic: fix memory leak | Alexander Goncharov | 2022-05-17 | 1 | -0/+1 |
* | flashrom: Drop read_flash_to_file() usage | Edward O'Callaghan | 2022-05-13 | 1 | -7/+2 |
* | cli_classic: add writeprotect CLI and update man page | Nikolai Artemiev | 2022-04-21 | 1 | -2/+315 |
* | Drop STANDALONE mode | Thomas Heijligen | 2022-04-13 | 1 | -15/+0 |
* | flashrom.8.tmpl: Clarify man entries for -w/-v/-x | Daniel Campello | 2022-03-29 | 1 | -2/+2 |
* | cli_classic.c: Use correct format specifier for `size_t` | Angel Pons | 2022-03-20 | 1 | -1/+1 |
* | writeprotect, cli_classic: delete old writeprotect code | Nikolai Artemiev | 2022-02-28 | 1 | -168/+5 |
* | cli_classic: Use flashrom_init() from API | Edward O'Callaghan | 2022-02-24 | 1 | -4/+2 |
* | cli_classic: Replace programmer_shutdown() with libflashrom call | Edward O'Callaghan | 2022-02-22 | 1 | -1/+1 |
* | cli_classic: Use flashrom_flash_getsize() over raw access | Edward O'Callaghan | 2022-02-22 | 1 | -5/+5 |
* | flashrom.c: Move do_*() helpers into cli_classic.c | Edward O'Callaghan | 2022-01-27 | 1 | -0/+97 |
* | cli_classic.c: Convert do_erase() to libflashrom call | Edward O'Callaghan | 2022-01-22 | 1 | -2/+12 |
* | layout: Hoist get_region_range() into libflashrom API | Edward O'Callaghan | 2022-01-11 | 1 | -1/+1 |
* | layout: Tidy up the include-args API | Nico Huber | 2021-06-26 | 1 | -1/+1 |
* | layout: Kill the global layout | Nico Huber | 2021-06-26 | 1 | -5/+3 |
* | layout: Introduce flashrom_layout_new() | Nico Huber | 2021-06-26 | 1 | -1/+3 |
* | CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enum | Thomas Heijligen | 2021-06-10 | 1 | -4/+5 |
* | cli_classic: replace enum programmer with programmer_entry* | Thomas Heijligen | 2021-06-10 | 1 | -8/+12 |
* | programmer_init: use struct programmer_entry* | Thomas Heijligen | 2021-06-10 | 1 | -1/+1 |
* | programmer_table: replace PROGRAMMER_INVALID with programmer_table_size | Thomas Heijligen | 2021-06-10 | 1 | -1/+1 |
* | programmer_table: convert entries to pointers | Thomas Heijligen | 2021-06-09 | 1 | -2/+2 |
* | cli_classic.c: implement set_wp_region operation | Daniel Campello | 2021-05-04 | 1 | -0/+15 |
* | cli_classic.c: reorder writeprotect operation processing | Daniel Campello | 2021-05-04 | 1 | -61/+62 |
* | cli_classic.c: add -x option for do_extract() | Daniel Campello | 2021-05-02 | 1 | -4/+12 |
* | flashrom.c: allow - as filename for stdin | Daniel Campello | 2021-04-29 | 1 | -3/+5 |
* | layout: Add -i <region>[:<file>] support | Daniel Campello | 2021-04-27 | 1 | -6/+4 |
* | cli_classic: prevent corruption of flash when stdout/stderr is closed | Jack Rosenthal | 2021-04-18 | 1 | -1/+23 |
* | cli_classic.c: fix minor cosmetic bug when support for wiki page generation i... | Idwer Vollering | 2020-12-08 | 1 | -1/+1 |
* | Add writeprotect support infrastructure | Edward O'Callaghan | 2020-09-28 | 1 | -1/+151 |
* | cli_classic.c: Prevent memory leak | Angel Pons | 2020-04-14 | 1 | -0/+3 |
* | cli_classic: Tidy up some repeated handling patterns into funcs | Edward O'Callaghan | 2019-10-17 | 1 | -131/+64 |
* | cli_classic: Fix first line of --help to match manpage | Edward O'Callaghan | 2019-10-17 | 1 | -3/+6 |
* | tree: Enable -Wwrite-strings | Jacob Garber | 2019-10-04 | 1 | -1/+1 |
* | cli_classic: Add convenient '--{flash,get}-size' cli opt | Edward O'Callaghan | 2019-10-04 | 1 | -2/+19 |
* | cli_classic: Add convenient '--flash-name' cli opt | Edward O'Callaghan | 2019-10-04 | 1 | -1/+24 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -1/+1 |
* | cli_classic: Fix Memory leak | Elyes HAOUAS | 2019-07-19 | 1 | -0/+5 |
* | cli_classic: Remove old usage warnings | Jacob Garber | 2019-06-28 | 1 | -4/+0 |
* | layout.c: Don't use global variables for included regions | Arthur Heymans | 2019-06-17 | 1 | -6/+7 |
* | Fix a tiny memory leak in the CLI tool | Richard Hughes | 2019-01-05 | 1 | -0/+1 |
* | Add support to get layout from fmap (e.g. coreboot rom) | Arthur Heymans | 2018-10-23 | 1 | -2/+87 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Add support for reading the current flash contents from a file | Paul Kocialkowski | 2018-02-11 | 1 | -3/+17 |
* | Drop redundant `enum msglevel` | Nico Huber | 2017-07-13 | 1 | -1/+1 |