index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cli_classic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify parameters and globals
Nico Huber
2012-12-30
1
-1
/
+1
*
Fix memleaks in cli_classic.c
Stefan Tauner
2012-12-26
1
-1
/
+18
*
Improve --help and friends
Stefan Tauner
2012-11-24
1
-44
/
+34
*
Remove exit calls from print_supported_chips
Niklas Söderlund
2012-10-23
1
-3
/
+2
*
Introduce a compile time option to select a default programmer
Stefan Tauner
2012-09-25
1
-5
/
+11
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-21
/
+23
*
Always require the --programmer parameter if any flash chip access is requested
Carl-Daniel Hailfinger
2012-07-22
1
-78
/
+17
*
Add logfile support
Carl-Daniel Hailfinger
2012-06-06
1
-3
/
+35
*
Convert printf to msg_* where appropriate
Carl-Daniel Hailfinger
2012-05-14
1
-46
/
+63
*
Reenable forced read
Carl-Daniel Hailfinger
2012-02-16
1
-4
/
+19
*
Postpone layout file reading
Carl-Daniel Hailfinger
2012-01-11
1
-6
/
+12
*
Replace --mainboard with -p internal:mainboard
Carl-Daniel Hailfinger
2012-01-04
1
-26
/
+1
*
Add deferred --image processing
Louis Yung-Chieh Lo
2011-12-25
1
-6
/
+4
*
Fix programmer-centric probe (patch v2)
Michael Karcher
2011-12-22
1
-2
/
+3
*
Have all programmer init functions register bus masters/programmers
Carl-Daniel Hailfinger
2011-12-20
1
-10
/
+16
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-2
/
+3
*
Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...
Carl-Daniel Hailfinger
2011-11-09
1
-0
/
+4
*
Print out the flash chip found after the probing loop in verbose mode
Stefan Tauner
2011-09-11
1
-0
/
+7
*
Change programmer selection in cli and generic code
Carl-Daniel Hailfinger
2011-09-08
1
-12
/
+92
*
Move the main() function from flashrom.c to cli_classic.c
Uwe Hermann
2011-08-20
1
-1
/
+1
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
1
-4
/
+5
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-34
/
+31
*
Add a bunch of new/tested stuff and various small changes 5
Stefan Tauner
2011-07-25
1
-3
/
+4
*
Fix a bug breaking layout file handling in r1373
Stefan Tauner
2011-07-19
1
-1
/
+1
*
Fix and clean up cli_classic.c
Carl-Daniel Hailfinger
2011-07-15
1
-23
/
+30
*
Use shutdown callback mechanism to shutdown programmers
David Hendricks
2011-06-14
1
-0
/
+1
*
Fix multiple detection of the same chip
Carl-Daniel Hailfinger
2011-05-07
1
-0
/
+1
*
Constify flashchips array
Carl-Daniel Hailfinger
2011-05-04
1
-19
/
+21
*
Fix sparse warning: Using plain integer as NULL pointer
Peter Huewe
2011-01-24
1
-17
/
+17
*
Convince compilers to put constant data into the .rodata section
Mathias Krause
2011-01-17
1
-2
/
+2
*
Refine -L output to include all programmer modules
Carl-Daniel Hailfinger
2010-10-06
1
-30
/
+2
*
Remove duplicate includes from the code
Stefan Reinauer
2010-10-06
1
-1
/
+0
*
Delay between probe and subsequent operations
Carl-Daniel Hailfinger
2010-09-15
1
-0
/
+5
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Print an error message on read errors and abort instead of proceeding anyway
Carl-Daniel Hailfinger
2010-07-13
1
-1
/
+1
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-9
/
+8
*
Make the 'flashrom --help' output look a bit nicer
Uwe Hermann
2010-06-04
1
-22
/
+21
*
So far, we have up to 4 different names for the same thing (ignoring capitali...
Carl-Daniel Hailfinger
2010-05-31
1
-9
/
+9
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-0
/
+1
*
Initialize the internal delay function before running programmer init
Carl-Daniel Hailfinger
2010-05-22
1
-2
/
+3
*
Fix assorted documentation, frontend and printing bugs
Carl-Daniel Hailfinger
2010-05-15
1
-72
/
+130
*
One of the problems is that --force had multiple meanings
Carl-Daniel Hailfinger
2010-04-28
1
-8
/
+23
*
Enable -Wshadow, clean code for that
Michael Karcher
2010-01-12
1
-1
/
+0
*
Converting fprintf(stderr), printf, and printf_debug into a common print inte...
Sean Nelson
2010-01-07
1
-1
/
+1
*
Move the CLI related functions main() and cli_usage() to cli_classic.c
Carl-Daniel Hailfinger
2010-01-07
1
-0
/
+387