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
...
*
Adapt CLI to use new libflashrom interface' print callback
Nico Huber
2017-06-03
1
-0
/
+3
*
Add support for Spansion S25FL127S
Jernej Škrabec
2014-12-12
1
-2
/
+2
*
Refine physical address mapping of flash chips
Stefan Tauner
2014-08-30
1
-0
/
+13
*
Refine handling chips that exceed maximum programmer sizes
Stefan Tauner
2014-08-15
1
-4
/
+12
*
Refactor some CLI-relevant parts
Stefan Tauner
2014-08-08
1
-1
/
+1
*
Add support for S25FL128P, S25FL129P and refine it for S25FL128S chips
Stefan Tauner
2014-08-06
1
-1
/
+1
*
Rename programmer registration functions
Carl-Daniel Hailfinger
2014-07-19
1
-14
/
+14
*
Add default arguments for the default programmer (only)
Stefan Tauner
2014-06-02
1
-2
/
+4
*
Remove programmer_shutdown() from doit()
Stefan Tauner
2014-05-07
1
-4
/
+2
*
layout: Verify layout entries before building a new image using them
Stefan Tauner
2013-09-23
1
-0
/
+6
*
layout: Add a method to cleanup layout data structures
Stefan Tauner
2013-09-15
1
-2
/
+1
*
Fix verification operation
Stefan Tauner
2013-08-12
1
-4
/
+2
*
Add a bunch of new/tested stuff and various small changes 18
Stefan Tauner
2013-07-25
1
-2
/
+3
*
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
[prev]
[next]