summaryrefslogtreecommitdiffstats
path: root/cli_classic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli_classic: Tidy up some repeated handling patterns into funcsEdward O'Callaghan2019-10-171-131/+64
* cli_classic: Fix first line of --help to match manpageEdward O'Callaghan2019-10-171-3/+6
* tree: Enable -Wwrite-stringsJacob Garber2019-10-041-1/+1
* cli_classic: Add convenient '--{flash,get}-size' cli optEdward O'Callaghan2019-10-041-2/+19
* cli_classic: Add convenient '--flash-name' cli optEdward O'Callaghan2019-10-041-1/+24
* Fix -Wsign-compare troubleNico Huber2019-07-311-1/+1
* cli_classic: Fix Memory leakElyes HAOUAS2019-07-191-0/+5
* cli_classic: Remove old usage warningsJacob Garber2019-06-281-4/+0
* layout.c: Don't use global variables for included regionsArthur Heymans2019-06-171-6/+7
* Fix a tiny memory leak in the CLI toolRichard Hughes2019-01-051-0/+1
* Add support to get layout from fmap (e.g. coreboot rom)Arthur Heymans2018-10-231-2/+87
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Add support for reading the current flash contents from a filePaul Kocialkowski2018-02-111-3/+17
* Drop redundant `enum msglevel`Nico Huber2017-07-131-1/+1
* fixup! Kill doit()Urja Rannikko2017-06-181-0/+2
* Add option to read ROM layout from IFDNico Huber2017-06-141-5/+27
* cli_classic: Remove layout-for-write-only checkNico Huber2017-06-141-6/+0
* cli_classic: Add option (-N, --noverify-all)Nico Huber2017-06-091-4/+9
* Kill doit()Nico Huber2017-06-031-10/+14