summaryrefslogtreecommitdiff
path: root/cli_classic.c
Commit message (Expand)AuthorAgeFilesLines
* Fix verification operation.stefanct2013-08-121-4/+2
* Add a bunch of new/tested stuff and various small changes 18.stefanct2013-07-251-2/+3
* Constify parameters and globals.stefanct2012-12-301-1/+1
* Fix memleaks in cli_classic.c.stefanct2012-12-261-1/+18
* Improve --help and friends.stefanct2012-11-241-44/+34
* Remove exit calls from print_supported_chips.stefanct2012-10-231-3/+2
* Introduce a compile time option to select a default programmer.stefanct2012-09-251-5/+11
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-21/+23
* Always require the --programmer parameter on the command line if anyhailfinger2012-07-221-78/+17
* Add logfile support to flashromhailfinger2012-06-061-3/+35
* Convert printf to msg_* where appropriate.hailfinger2012-05-141-46/+63
* Reenable forced readhailfinger2012-02-161-4/+19
* Postpone layout file readinghailfinger2012-01-111-6/+12
* Replace --mainboard with -p internal:mainboardhailfinger2012-01-041-26/+1
* Add deferred --image processingstefanct2011-12-251-6/+4
* Fix programmer-centric probe (patch v2)mkarcher2011-12-221-2/+3
* Have all programmer init functions register bus masters/programmershailfinger2011-12-201-10/+16
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-2/+3
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-0/+4
* Print out the flash chip found after the probing loop in verbose modestefanct2011-09-111-0/+7
* Change programmer selection in cli and generic codehailfinger2011-09-081-12/+92
* Move the main() function from flashrom.c to cli_classic.c.uwe2011-08-201-1/+1
* Fixup of r1397:hailfinger2011-08-151-4/+5
* Random whitespace and coding-style fixes.uwe2011-07-281-34/+31
* add a bunch of new/tested stuff and various small changes 5stefanct2011-07-251-3/+4
* fix a bug breaking layout file handling in r1373stefanct2011-07-191-1/+1
* Fix and clean up cli_classic.chailfinger2011-07-151-23/+30
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-0/+1
* Fix multiple detection of the same chip.hailfinger2011-05-071-0/+1
* Constify flashchips array.hailfinger2011-05-041-19/+21
* flashrom: fix sparse warning: Using plain integer as NULL pointerstepan2011-01-241-17/+17
* This patch reduces the stack usage by declaring 'const' stack variableskrause2011-01-171-2/+2
* flashrom -L output did not contain a list of programmers nor were allhailfinger2010-10-061-30/+2
* Remove duplicate includes from the code.stepan2010-10-061-1/+0
* 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