summaryrefslogtreecommitdiff
path: root/cli_classic.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Spansion S25FL127S.stefanct2014-12-121-2/+2
* Refine physical address mapping of flash chips.stefanct2014-08-301-0/+13
* Refine handling chips that exceed maximum programmer sizes.stefanct2014-08-151-4/+12
* Refactor some CLI-relevant parts.stefanct2014-08-081-1/+1
* Add support for S25FL128P, S25FL129P and refine it for S25FL128S chips.stefanct2014-08-061-1/+1
* Rename programmer registration functionshailfinger2014-07-191-14/+14
* Add default arguments for the default programmer (only).stefanct2014-06-021-2/+4
* Remove programmer_shutdown() from doit().stefanct2014-05-071-4/+2
* layout: Verify layout entries before building a new image using them.stefanct2013-09-231-0/+6
* layout: Add a method to cleanup layout data structures.stefanct2013-09-151-2/+1
* 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