David Hendricks
|
c36685af7a
cli_mfg: Add option to specify write-protect range by region name
|
8 years ago |
Carl-Daniel Hailfinger
|
e5ec66e7b3
Replace --mainboard with -p internal:mainboard
|
8 years ago |
Stefan Tauner
|
e8b59cdaef
layout.c: change name and return type of find_next_included_romentry
|
8 years ago |
Souvik Ghosh
|
d75cd67ac2
Update flashrom to use flashctx struct for flash chip access
|
8 years ago |
hailfinger
|
d6d6f4d472
Fix fscanf format string security bug in layout.c
|
8 years ago |
David Hendricks
|
3aaeda8bf3
Fix math bug in handle_partial_verify()
|
9 years ago |
David Hendricks
|
5989eeb071
Split logic to determine required_erase_size into its own function
|
9 years ago |
David Hendricks
|
671fa135cb
Add bounds checking to handle_romentries()
|
9 years ago |
David Hendricks
|
eded0f40b6
Fix minor typo ("easeable" -> "eraseable")
|
9 years ago |
David Hendricks
|
0c93af02ee
Fix a few unitialized or unused variable errors
|
9 years ago |
David Hendricks
|
1f887a129e
Ensure partial verify accounts for erase alignment
|
9 years ago |
David Hendricks
|
5477739cb8
Align partial reads to eraseblock size for partial writes
|
10 years ago |
Vadim Bendebury
|
a6f9c4aa0c
Do not tolerate warning when building flashrom
|
11 years ago |
David Hendricks
|
4dec0e73cd
Add a size check for files specified via -i arguments
|
11 years ago |
David Hendricks
|
df29a833cc
make args for -r/-w/-v non-positional and optional
|
11 years ago |
David Hendricks
|
77f41d77cf
re-factor handle_partial_read() for overlapping regions
|
11 years ago |
David Hendricks
|
da816d6549
fix misprinted fmap debug output
|
11 years ago |
Simon Glass
|
9ad06c196c
Add a -x option to extract regions from a flash image
|
11 years ago |
David Hendricks
|
6612f9c63f
use read_flash() when searching for fmap header
|
11 years ago |
David Hendricks
|
2b5dbe5353
add missing "break" if fmap is found
|
11 years ago |
Vic Yang
|
952e82ca15
Fix a bug that '-l' option is overriden by fdtmap
|
11 years ago |
Simon Glass
|
6905fbc2bc
flashrom: Refactor search code to look for fdtmap and fmap simultaneously
|
11 years ago |
Simon Glass
|
b07c7caa2b
Correct printf() strings in layout
|
11 years ago |
Simon Glass
|
c53fc49748
Add CONFIG_FDTMAP to read flashmap from FDT
|
12 years ago |
Simon Glass
|
1d2e26ae9b
Move flash search code into a separate file (2nd attempt)
|
12 years ago |
David Hendricks
|
cd9914c82f
Revert "Move flash search code into a separate file"
|
12 years ago |
Simon Glass
|
5ef86f0922
Move flash search code into a separate file
|
12 years ago |
David Hendricks
|
bec6e0ca13
finish unsignifying
|
13 years ago |
Louis Yung-Chieh Lo
|
3d1ee0893e
Fixed the bug in previous CL: checking the -i parameter.
|
13 years ago |
Louis Yung-Chieh Lo
|
404470d843
Fix 2 bugs in -i argument.
|
13 years ago |