Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
93737bcaf5e9c54501eb411b84c3b32e2dff944a
/
cli_classic.c
8b60fc7
cli_classic: Tidy up some repeated handling patterns into funcs
by Edward O'Callaghan
· 5 years ago
16ec45c
cli_classic: Fix first line of --help to match manpage
by Edward O'Callaghan
· 5 years ago
4a84ec2
tree: Enable -Wwrite-strings
by Jacob Garber
· 5 years ago
7d6b526
cli_classic: Add convenient '--{flash,get}-size' cli opt
by Edward O'Callaghan
· 5 years ago
0cd11d8
cli_classic: Add convenient '--flash-name' cli opt
by Edward O'Callaghan
· 5 years ago
519be66
Fix -Wsign-compare trouble
by Nico Huber
· 6 years ago
ef78de4
cli_classic: Fix Memory leak
by Elyes HAOUAS
· 5 years ago
0a0b45b
cli_classic: Remove old usage warnings
by Jacob Garber
· 5 years ago
b04fef9
layout.c: Don't use global variables for included regions
by Arthur Heymans
· 6 years ago
6eca761
Fix a tiny memory leak in the CLI tool
by Richard Hughes
· 6 years ago
c82900b
Add support to get layout from fmap (e.g. coreboot rom)
by Arthur Heymans
· 7 years ago
e083880
Remove address from GPLv2 headers
by Elyes HAOUAS
· 7 years ago
f701f34
Add support for reading the current flash contents from a file
by Paul Kocialkowski
· 7 years ago
d152fb9
Drop redundant `enum msglevel`
by Nico Huber
· 7 years ago
7258cf5
fixup! Kill doit()
by Urja Rannikko
· 7 years ago
305f417
Add option to read ROM layout from IFD
by Nico Huber
· 11 years ago
3828b39
cli_classic: Remove layout-for-write-only check
by Nico Huber
· 9 years ago
99d1595
cli_classic: Add option (-N, --noverify-all)
by Nico Huber
· 9 years ago
899e4ec
Kill doit()
by Nico Huber
· 9 years ago
1878110
Adapt CLI to use new libflashrom interface' print callback
by Nico Huber
· 12 years ago
e814a9b
Add support for Spansion S25FL127S
by Jernej Škrabec
· 10 years ago
4e32ec1
Refine physical address mapping of flash chips
by Stefan Tauner
· 10 years ago
9e3a698
Refine handling chips that exceed maximum programmer sizes
by Stefan Tauner
· 10 years ago
9b32de9
Refactor some CLI-relevant parts
by Stefan Tauner
· 10 years ago
88b1925
Add support for S25FL128P, S25FL129P and refine it for S25FL128S chips
by Stefan Tauner
· 10 years ago
a5bcbce
Rename programmer registration functions
by Carl-Daniel Hailfinger
· 10 years ago
265fcac
Add default arguments for the default programmer (only)
by Stefan Tauner
· 10 years ago
20da4aa
Remove programmer_shutdown() from doit()
by Stefan Tauner
· 11 years ago
8268fdb
layout: Verify layout entries before building a new image using them
by Stefan Tauner
· 11 years ago
949ccc8
layout: Add a method to cleanup layout data structures
by Stefan Tauner
· 11 years ago
c4f44df
Fix verification operation
by Stefan Tauner
· 11 years ago
0554ca5
Add a bunch of new/tested stuff and various small changes 18
by Stefan Tauner
· 11 years ago
bcb2e5a
Constify parameters and globals
by Nico Huber
· 12 years ago
b8911d6
Fix memleaks in cli_classic.c
by Stefan Tauner
· 12 years ago
b226cb1
Improve --help and friends
by Stefan Tauner
· 12 years ago
ede2fa4
Remove exit calls from print_supported_chips
by Niklas Söderlund
· 12 years ago
fd0d413
Introduce a compile time option to select a default programmer
by Stefan Tauner
· 12 years ago
5a7cb84
Make struct flashchip a field in struct flashctx instead of a complete copy
by Carl-Daniel Hailfinger
· 12 years ago
4e3391f
Always require the --programmer parameter if any flash chip access is requested
by Carl-Daniel Hailfinger
· 12 years ago
1c15548
Add logfile support
by Carl-Daniel Hailfinger
· 12 years ago
901a3ba
Convert printf to msg_* where appropriate
by Carl-Daniel Hailfinger
· 13 years ago
b428e97
Reenable forced read
by Carl-Daniel Hailfinger
· 13 years ago
4628445
Postpone layout file reading
by Carl-Daniel Hailfinger
· 13 years ago
2d927fb
Replace --mainboard with -p internal:mainboard
by Carl-Daniel Hailfinger
· 13 years ago
9bcf268
Add deferred --image processing
by Louis Yung-Chieh Lo
· 13 years ago
222bf10
Fix programmer-centric probe (patch v2)
by Michael Karcher
· 13 years ago
c40cff7
Have all programmer init functions register bus masters/programmers
by Carl-Daniel Hailfinger
· 13 years ago
63fd902
Use struct flashctx instead of struct flashchip for flash chip access
by Carl-Daniel Hailfinger
· 13 years ago
eaacd2d
Register Parallel/LPC/FWH programmers the same way SPI programmers are registered
by Carl-Daniel Hailfinger
· 13 years ago
1d94763
Print out the flash chip found after the probing loop in verbose mode
by Stefan Tauner
· 13 years ago
2e68160
Change programmer selection in cli and generic code
by Carl-Daniel Hailfinger
· 13 years ago
394ee78
Move the main() function from flashrom.c to cli_classic.c
by Uwe Hermann
· 13 years ago
082c8b5
Fixup of r1397
by Carl-Daniel Hailfinger
· 13 years ago
91f4afa
Random whitespace and coding-style fixes
by Uwe Hermann
· 13 years ago
716e098
Add a bunch of new/tested stuff and various small changes 5
by Stefan Tauner
· 13 years ago
1a30d50
Fix a bug breaking layout file handling in r1373
by Stefan Tauner
· 13 years ago
d566014
Fix and clean up cli_classic.c
by Carl-Daniel Hailfinger
· 13 years ago
8bb2021
Use shutdown callback mechanism to shutdown programmers
by David Hendricks
· 13 years ago
064bbc9
Fix multiple detection of the same chip
by Carl-Daniel Hailfinger
· 14 years ago
4c82318
Constify flashchips array
by Carl-Daniel Hailfinger
· 14 years ago
73f8ec8
Fix sparse warning: Using plain integer as NULL pointer
by Peter Huewe
· 14 years ago
a60faab
Convince compilers to put constant data into the .rodata section
by Mathias Krause
· 14 years ago
a73fb49
Refine -L output to include all programmer modules
by Carl-Daniel Hailfinger
· 14 years ago
18430a0
Remove duplicate includes from the code
by Stefan Reinauer
· 14 years ago
9ad4255
Delay between probe and subsequent operations
by Carl-Daniel Hailfinger
· 14 years ago
5b997c3
Split off programmer.h from flash.h
by Carl-Daniel Hailfinger
· 14 years ago
1748c57
Print an error message on read errors and abort instead of proceeding anyway
by Carl-Daniel Hailfinger
· 14 years ago
ad3cc55
Kill global variables, constants and functions if local scope suffices
by Carl-Daniel Hailfinger
· 14 years ago
2db77a0
Make the 'flashrom --help' output look a bit nicer
by Uwe Hermann
· 14 years ago
7112772
So far, we have up to 4 different names for the same thing (ignoring capitalization)
by Carl-Daniel Hailfinger
· 14 years ago
831e8f4
Remove unneeded #include statements completely
by Carl-Daniel Hailfinger
· 14 years ago
4988420
Initialize the internal delay function before running programmer init
by Carl-Daniel Hailfinger
· 14 years ago
8841d3e
Fix assorted documentation, frontend and printing bugs
by Carl-Daniel Hailfinger
· 15 years ago
2702376
One of the problems is that --force had multiple meanings
by Carl-Daniel Hailfinger
· 15 years ago
e7f3209
Enable -Wshadow, clean code for that
by Michael Karcher
· 15 years ago
51e97d7
Converting fprintf(stderr), printf, and printf_debug into a common print interface for flashrom
by Sean Nelson
· 15 years ago
a84835a
Move the CLI related functions main() and cli_usage() to cli_classic.c
by Carl-Daniel Hailfinger
· 15 years ago