summaryrefslogtreecommitdiff
path: root/cli_classic.c
Commit message (Expand)AuthorAgeFilesLines
* Delay between probe and subsequent operations.hailfinger2010-09-151-0/+5
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Print an error message on read errors and abort instead of proceedinghailfinger2010-07-131-1/+1
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-9/+8
* Make the 'flashrom --help' output look a bit nicer.uwe2010-06-041-22/+21
* So far, we have up to 4 different names for the same thing (ignoringhailfinger2010-05-311-9/+9
* Remove unneeded #include statements completely.hailfinger2010-05-301-0/+1
* Initialize the internal delay function before running programmer init.hailfinger2010-05-221-2/+3
* Fix assorted documentation, frontend and printing bugs.hailfinger2010-05-151-72/+130
* --force may have been a good idea back when only developers were usinghailfinger2010-04-281-8/+23
* Enable -Wshadow, clean code for thatmkarcher2010-01-121-1/+0
* Converting fprintf(stderr), printf, and printf_debug into a common printsnelson2010-01-071-1/+1
* Move the CLI related functions main() and cli_usage() to cli_classic.chailfinger2010-01-071-0/+387