| Commit message (Expand) | Author | Age | Files | Lines |
* | printf: Use inttype.h macros for format strings | Thomas Heijligen | 2023-04-27 | 1 | -8/+8 |
* | cli_classic: include a fallback inplementation of getopt | Thomas Heijligen | 2023-04-27 | 1 | -1/+1 |
* | flashrom: rewrite flashbuses_to_text() | Alexander Goncharov | 2023-04-24 | 1 | -2/+3 |
* | cli_classic: refactor arguments parsing into separate func | Alexander Goncharov | 2023-04-13 | 1 | -245/+270 |
* | cli_classic.c: Drop spurious cast | Edward O'Callaghan | 2023-02-17 | 1 | -2/+1 |
* | layout: Factor out flash_region structure from romentry | Nikolai Artemiev | 2022-12-15 | 1 | -4/+6 |
* | cli, manpage: Clean up occurrences of old image argument | Anastasia Klimchuk | 2022-12-05 | 1 | -2/+4 |
* | cli_classic.c: Make count_max_decode_exceedings() pure | Edward O'Callaghan | 2022-12-02 | 1 | -10/+11 |
* | cli_classic.c: Be consistent with pointer types | Angel Pons | 2022-11-21 | 1 | -2/+2 |
* | writeprotect.c: refuse to work with chip if OTP WPS == 1 | Sergii Dmytruk | 2022-11-18 | 1 | -0/+2 |
* | flashrom.c: Make 'chip_to_probe' a param to probe_flash() | Edward O'Callaghan | 2022-11-06 | 1 | -2/+3 |
* | flashrom.c: Move count_max_decode_exceeding() to cli | Edward O'Callaghan | 2022-10-31 | 1 | -0/+43 |
* | tree: provide flashrom context into programmer_delay() | Alexander Goncharov | 2022-10-17 | 1 | -1/+1 |
* | cli_classic.c: Add error messages for invalid --wp-region use | Nikolai Artemiev | 2022-09-30 | 1 | -1/+9 |
* | 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 |