summaryrefslogtreecommitdiffstats
path: root/cli_classic.c
Commit message (Expand)AuthorAgeFilesLines
* printf: Use inttype.h macros for format stringsThomas Heijligen2023-04-271-8/+8
* cli_classic: include a fallback inplementation of getoptThomas Heijligen2023-04-271-1/+1
* flashrom: rewrite flashbuses_to_text()Alexander Goncharov2023-04-241-2/+3
* cli_classic: refactor arguments parsing into separate funcAlexander Goncharov2023-04-131-245/+270
* cli_classic.c: Drop spurious castEdward O'Callaghan2023-02-171-2/+1
* layout: Factor out flash_region structure from romentryNikolai Artemiev2022-12-151-4/+6
* cli, manpage: Clean up occurrences of old image argumentAnastasia Klimchuk2022-12-051-2/+4
* cli_classic.c: Make count_max_decode_exceedings() pureEdward O'Callaghan2022-12-021-10/+11
* cli_classic.c: Be consistent with pointer typesAngel Pons2022-11-211-2/+2
* writeprotect.c: refuse to work with chip if OTP WPS == 1Sergii Dmytruk2022-11-181-0/+2
* flashrom.c: Make 'chip_to_probe' a param to probe_flash()Edward O'Callaghan2022-11-061-2/+3
* flashrom.c: Move count_max_decode_exceeding() to cliEdward O'Callaghan2022-10-311-0/+43
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-171-1/+1
* cli_classic.c: Add error messages for invalid --wp-region useNikolai Artemiev2022-09-301-1/+9
* flashrom.c: Move write_buf_to_include_args() to cli_classic.cEdward O'Callaghan2022-08-251-0/+27
* flashrom.c: Move read_buf_from_include_args() into cli_classic.cEdward O'Callaghan2022-08-251-0/+34
* flashrom.c: flatten out write_buf_to_include_args()Edward O'Callaghan2022-08-251-1/+1
* flashrom.c: flatten out read_buf_from_include_args()Edward O'Callaghan2022-08-251-2/+2
* cli_classic.c: Make use of bool type in the main functionFelix Singer2022-08-141-34/+37
* libflashrom: Return progress state to the library userRichard Hughes2022-05-251-0/+14
* cli_classic: fix memory leakAlexander Goncharov2022-05-171-0/+1
* flashrom: Drop read_flash_to_file() usageEdward O'Callaghan2022-05-131-7/+2
* cli_classic: add writeprotect CLI and update man pageNikolai Artemiev2022-04-211-2/+315
* Drop STANDALONE modeThomas Heijligen2022-04-131-15/+0
* flashrom.8.tmpl: Clarify man entries for -w/-v/-xDaniel Campello2022-03-291-2/+2
* cli_classic.c: Use correct format specifier for `size_t`Angel Pons2022-03-201-1/+1
* writeprotect, cli_classic: delete old writeprotect codeNikolai Artemiev2022-02-281-168/+5
* cli_classic: Use flashrom_init() from APIEdward O'Callaghan2022-02-241-4/+2
* cli_classic: Replace programmer_shutdown() with libflashrom callEdward O'Callaghan2022-02-221-1/+1
* cli_classic: Use flashrom_flash_getsize() over raw accessEdward O'Callaghan2022-02-221-5/+5
* flashrom.c: Move do_*() helpers into cli_classic.cEdward O'Callaghan2022-01-271-0/+97
* cli_classic.c: Convert do_erase() to libflashrom callEdward O'Callaghan2022-01-221-2/+12
* layout: Hoist get_region_range() into libflashrom APIEdward O'Callaghan2022-01-111-1/+1
* layout: Tidy up the include-args APINico Huber2021-06-261-1/+1
* layout: Kill the global layoutNico Huber2021-06-261-5/+3
* layout: Introduce flashrom_layout_new()Nico Huber2021-06-261-1/+3
* CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enumThomas Heijligen2021-06-101-4/+5
* cli_classic: replace enum programmer with programmer_entry*Thomas Heijligen2021-06-101-8/+12
* programmer_init: use struct programmer_entry*Thomas Heijligen2021-06-101-1/+1
* programmer_table: replace PROGRAMMER_INVALID with programmer_table_sizeThomas Heijligen2021-06-101-1/+1
* programmer_table: convert entries to pointersThomas Heijligen2021-06-091-2/+2
* cli_classic.c: implement set_wp_region operationDaniel Campello2021-05-041-0/+15
* cli_classic.c: reorder writeprotect operation processingDaniel Campello2021-05-041-61/+62
* cli_classic.c: add -x option for do_extract()Daniel Campello2021-05-021-4/+12
* flashrom.c: allow - as filename for stdinDaniel Campello2021-04-291-3/+5
* layout: Add -i <region>[:<file>] supportDaniel Campello2021-04-271-6/+4
* cli_classic: prevent corruption of flash when stdout/stderr is closedJack Rosenthal2021-04-181-1/+23
* cli_classic.c: fix minor cosmetic bug when support for wiki page generation i...Idwer Vollering2020-12-081-1/+1
* Add writeprotect support infrastructureEdward O'Callaghan2020-09-281-1/+151
* cli_classic.c: Prevent memory leakAngel Pons2020-04-141-0/+3