[U-Boot] [PATCH 53/53] binman: Add command-line support for replacing entries

sjg at google.com sjg at google.com
Mon Jul 29 21:21:50 UTC 2019


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 at 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!


More information about the U-Boot mailing list