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
*
Add writeprotect support infrastructure
Edward O'Callaghan
2020-09-28
1
-1
/
+151
*
cli_classic.c: Prevent memory leak
Angel Pons
2020-04-14
1
-0
/
+3
*
cli_classic: Tidy up some repeated handling patterns into funcs
Edward O'Callaghan
2019-10-17
1
-131
/
+64
*
cli_classic: Fix first line of --help to match manpage
Edward O'Callaghan
2019-10-17
1
-3
/
+6
*
tree: Enable -Wwrite-strings
Jacob Garber
2019-10-04
1
-1
/
+1
*
cli_classic: Add convenient '--{flash,get}-size' cli opt
Edward O'Callaghan
2019-10-04
1
-2
/
+19
*
cli_classic: Add convenient '--flash-name' cli opt
Edward O'Callaghan
2019-10-04
1
-1
/
+24
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-1
/
+1
*
cli_classic: Fix Memory leak
Elyes HAOUAS
2019-07-19
1
-0
/
+5
*
cli_classic: Remove old usage warnings
Jacob Garber
2019-06-28
1
-4
/
+0
*
layout.c: Don't use global variables for included regions
Arthur Heymans
2019-06-17
1
-6
/
+7
*
Fix a tiny memory leak in the CLI tool
Richard Hughes
2019-01-05
1
-0
/
+1
*
Add support to get layout from fmap (e.g. coreboot rom)
Arthur Heymans
2018-10-23
1
-2
/
+87
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Add support for reading the current flash contents from a file
Paul Kocialkowski
2018-02-11
1
-3
/
+17
*
Drop redundant `enum msglevel`
Nico Huber
2017-07-13
1
-1
/
+1
*
fixup! Kill doit()
Urja Rannikko
2017-06-18
1
-0
/
+2
*
Add option to read ROM layout from IFD
Nico Huber
2017-06-14
1
-5
/
+27
*
cli_classic: Remove layout-for-write-only check
Nico Huber
2017-06-14
1
-6
/
+0
*
cli_classic: Add option (-N, --noverify-all)
Nico Huber
2017-06-09
1
-4
/
+9
*
Kill doit()
Nico Huber
2017-06-03
1
-10
/
+14
*
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
[next]