summaryrefslogtreecommitdiffstats
path: root/cli_classic.c
Commit message (Expand)AuthorAgeFilesLines
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-0/+1
* Fix multiple detection of the same chipCarl-Daniel Hailfinger2011-05-071-0/+1
* Constify flashchips arrayCarl-Daniel Hailfinger2011-05-041-19/+21
* Fix sparse warning: Using plain integer as NULL pointerPeter Huewe2011-01-241-17/+17
* Convince compilers to put constant data into the .rodata sectionMathias Krause2011-01-171-2/+2
* Refine -L output to include all programmer modulesCarl-Daniel Hailfinger2010-10-061-30/+2
* Remove duplicate includes from the codeStefan Reinauer2010-10-061-1/+0
* Delay between probe and subsequent operationsCarl-Daniel Hailfinger2010-09-151-0/+5
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Print an error message on read errors and abort instead of proceeding anywayCarl-Daniel Hailfinger2010-07-131-1/+1
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-9/+8
* Make the 'flashrom --help' output look a bit nicerUwe Hermann2010-06-041-22/+21
* So far, we have up to 4 different names for the same thing (ignoring capitali...Carl-Daniel Hailfinger2010-05-311-9/+9
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-0/+1
* Initialize the internal delay function before running programmer initCarl-Daniel Hailfinger2010-05-221-2/+3
* Fix assorted documentation, frontend and printing bugsCarl-Daniel Hailfinger2010-05-151-72/+130
* One of the problems is that --force had multiple meaningsCarl-Daniel Hailfinger2010-04-281-8/+23
* Enable -Wshadow, clean code for thatMichael Karcher2010-01-121-1/+0
* Converting fprintf(stderr), printf, and printf_debug into a common print inte...Sean Nelson2010-01-071-1/+1
* Move the CLI related functions main() and cli_usage() to cli_classic.cCarl-Daniel Hailfinger2010-01-071-0/+387
OpenPOWER on IntegriCloud