[U-Boot] [PATCH 14/53] binman: Add a bit of logging in entries when packing
sjg at google.com
sjg at google.com
Mon Jul 29 21:22:37 UTC 2019
Use the new logging feature to log information about progress with
packing. This is useful to see how binman is figuring things out.
Also update elf.py to use the same feature.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/binman/elf.py | 9 +++------
tools/binman/elf_test.py | 19 +++++++++++--------
tools/binman/entry.py | 20 ++++++++++++++++++--
tools/binman/etype/fdtmap.py | 3 +++
tools/binman/etype/section.py | 2 ++
tools/patman/tools.py | 16 ++++++++++++++++
6 files changed, 53 insertions(+), 16 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list