summaryrefslogtreecommitdiffstats
path: root/cli_classic.c
Commit message (Expand)AuthorAgeFilesLines
* Always require the --programmer parameter if any flash chip access is requestedCarl-Daniel Hailfinger2012-07-221-78/+17
* Add logfile supportCarl-Daniel Hailfinger2012-06-061-3/+35
* Convert printf to msg_* where appropriateCarl-Daniel Hailfinger2012-05-141-46/+63
* Reenable forced readCarl-Daniel Hailfinger2012-02-161-4/+19
* Postpone layout file readingCarl-Daniel Hailfinger2012-01-111-6/+12
* Replace --mainboard with -p internal:mainboardCarl-Daniel Hailfinger2012-01-041-26/+1
* Add deferred --image processingLouis Yung-Chieh Lo2011-12-251-6/+4
* Fix programmer-centric probe (patch v2)Michael Karcher2011-12-221-2/+3
* Have all programmer init functions register bus masters/programmersCarl-Daniel Hailfinger2011-12-201-10/+16
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-2/+3
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-0/+4
* Print out the flash chip found after the probing loop in verbose modeStefan Tauner2011-09-111-0/+7
* Change programmer selection in cli and generic codeCarl-Daniel Hailfinger2011-09-081-12/+92
* Move the main() function from flashrom.c to cli_classic.cUwe Hermann2011-08-201-1/+1
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-4/+5
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-34/+31
* Add a bunch of new/tested stuff and various small changes 5Stefan Tauner2011-07-251-3/+4
* Fix a bug breaking layout file handling in r1373Stefan Tauner2011-07-191-1/+1
* Fix and clean up cli_classic.cCarl-Daniel Hailfinger2011-07-151-23/+30
* 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