[U-Boot] [PATCH v2 28/31] binman: Allow reading an entry from an image
sjg at google.com
sjg at google.com
Thu Jul 18 01:58:29 UTC 2019
It is useful to be able to extract entry contents from an image to see
what is inside. Add a simple function to read the contents of an entry,
decompressing it by default.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
tools/binman/control.py | 20 ++++++++++++++++++
tools/binman/entry.py | 21 +++++++++++++++++++
tools/binman/etype/blob.py | 13 ++++++++++++
tools/binman/ftest.py | 42 ++++++++++++++++++++++++++++++++++++++
tools/binman/image.py | 4 +++-
5 files changed, 99 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list