binman: Add command-line support for replacing entries
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:24:15 +0000 (12:24 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:06 +0000 (09:38 -0600)
commita6cb995096c40ecd6597e20d792851ac7f80004e
tree53c627ff17381b4eceeb0156e226c4602ed07b2c
parentbb5edc1d3c0ebc989dfaa7d1e57cdde15d61f2e0
binman: Add command-line support for replacing entries

Add a 'replace' command to binman to permit entries to be replaced, either
individually or all at once (using a filter).

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/ftest.py
tools/binman/test/143_replace_all.dts [new file with mode: 0644]