summaryrefslogtreecommitdiffstats
path: root/cli_classic.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Spansion S25FL127SJernej Škrabec2014-12-121-2/+2
* Refine physical address mapping of flash chipsStefan Tauner2014-08-301-0/+13
* Refine handling chips that exceed maximum programmer sizesStefan Tauner2014-08-151-4/+12
* Refactor some CLI-relevant partsStefan Tauner2014-08-081-1/+1
* Add support for S25FL128P, S25FL129P and refine it for S25FL128S chipsStefan Tauner2014-08-061-1/+1
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-14/+14
* Add default arguments for the default programmer (only)Stefan Tauner2014-06-021-2/+4
* Remove programmer_shutdown() from doit()Stefan Tauner2014-05-071-4/+2
* layout: Verify layout entries before building a new image using themStefan Tauner2013-09-231-0/+6
* layout: Add a method to cleanup layout data structuresStefan Tauner2013-09-151-2/+1
* Fix verification operationStefan Tauner2013-08-121-4/+2
* Add a bunch of new/tested stuff and various small changes 18Stefan Tauner2013-07-251-2/+3
* Constify parameters and globalsNico Huber2012-12-301-1/+1
* Fix memleaks in cli_classic.cStefan Tauner2012-12-261-1/+18
* Improve --help and friendsStefan Tauner2012-11-241-44/+34
* Remove exit calls from print_supported_chipsNiklas Söderlund2012-10-231-3/+2
* Introduce a compile time option to select a default programmerStefan Tauner2012-09-251-5/+11
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-21/+23
* 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
OpenPOWER on IntegriCloud