source: trunk/cli_classic.c @ 1539

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1536   8 days hailfinger Convert printf to msg_* where appropriate. Clean up cli_output.c to be …
(edit) @1496   3 months hailfinger Reenable forced read Forced read functionality was disabled when …
(edit) @1484   4 months hailfinger Postpone layout file reading Layout file reading should happen after …
(edit) @1483   5 months hailfinger Replace --mainboard with -p internal:mainboard --mainboard is a relic …
(edit) @1482   5 months stefanct Add deferred --image processing The general idea and most of the code are …
(edit) @1479   5 months mkarcher Fix programmer-centric probe (patch v2) As reported by Stefan Tauner on …
(edit) @1475   5 months hailfinger Have all programmer init functions register bus masters/programmers All …
(edit) @1473   5 months hailfinger Use struct flashctx instead of struct flashchip for flash chip access …
(edit) @1463   6 months hailfinger Register Parallel/LPC/FWH programmers the same way SPI programmers are …
(edit) @1436   8 months stefanct Print out the flash chip found after the probing loop in verbose mode …
(edit) @1433   9 months hailfinger Change programmer selection in cli and generic code Bugfix: Do not accept …
(edit) @1417   9 months uwe Move the main() function from flashrom.c to cli_classic.c. The file …
(edit) @1413   9 months hailfinger Fixup of r1397: - Mixing uninitialized and initialized local variables …
(edit) @1397   10 months uwe Random whitespace and coding-style fixes. Also, indentation fixes, e.g. …
(edit) @1386   10 months stefanct add a bunch of new/tested stuff and various small changes 5 - mark …
(edit) @1374   10 months stefanct fix a bug breaking layout file handling in r1373 Florian Zumbiehl …
(edit) @1373   10 months hailfinger Fix and clean up cli_classic.c Don't ignore -i if it is specified before …
(edit) @1338   11 months dhendrix Use shutdown callback mechanism to shutdown programmers This patch …
(edit) @1296   13 months hailfinger Fix multiple detection of the same chip. r1293 introduced a bug which …
(edit) @1293   13 months hailfinger Constify flashchips array. This moves 99.5% of the .data section to …
(edit) @1255   16 months stepan flashrom: fix sparse warning: Using plain integer as NULL pointer This …
(edit) @1252   16 months krause This patch reduces the stack usage by declaring 'const' stack variables as …
(edit) @1199   20 months hailfinger flashrom -L output did not contain a list of programmers nor were all …
(edit) @1196   20 months stepan Remove duplicate includes from the code. Signed-off-by: Stefan Reinauer …
(edit) @1172   21 months hailfinger Delay between probe and subsequent operations. Some flash chips need time …
(edit) @1112   22 months hailfinger Split off programmer.h from flash.h. Programmer specific functions are of …
(edit) @1079   23 months hailfinger Print an error message on read errors and abort instead of proceeding …
(edit) @1068   23 months hailfinger Kill global variables, constants and functions if local scope suffices. …
(edit) @1030   2 years uwe Make the 'flashrom --help' output look a bit nicer. Only print "flashrom" …
(edit) @1023   2 years hailfinger So far, we have up to 4 different names for the same thing (ignoring …
(edit) @1021   2 years hailfinger Remove unneeded #include statements completely. unistd.h was only used to …
(edit) @1006   2 years hailfinger Initialize the internal delay function before running programmer init. The …
(edit) @998   2 years hailfinger Fix assorted documentation, frontend and printing bugs. Change the command …
(edit) @996   2 years hailfinger --force may have been a good idea back when only developers were using …
(edit) @860   2 years mkarcher Enable -Wshadow, clean code for that This is not just for fun. We hit a …
(edit) @835   2 years snelson Converting fprintf(stderr), printf, and printf_debug into a common print …
(copy) @833   2 years hailfinger Move the CLI related functions main() and cli_usage() to cli_classic.c and …
copied from trunk/flashrom.c:
(edit) @821   2 years hailfinger Factor out CLI code by moving generic stuff out of main(). Add a generic …
Note: See TracRevisionLog for help on using the revision log.