
29 Jul
2019
29 Jul
'19
11:21 p.m.
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 | 22 ++- tools/binman/cmdline.py | 17 +++ tools/binman/control.py | 75 ++++++++++ tools/binman/ftest.py | 189 ++++++++++++++++++++++++++ tools/binman/test/143_replace_all.dts | 28 ++++ 5 files changed, 327 insertions(+), 4 deletions(-) create mode 100644 tools/binman/test/143_replace_all.dts
Applied to u-boot-dm, thanks!