binman: Add a bit of logging in entries when packing
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:36 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commit9f297b09c06f2212cb59dac5950ae61de5fe3a9f
tree2f63132f9076b2a41511bd0e72fafcf1fe5d5680
parentfd07336211c3b3088dce20b1c22a99e6303c68c2
binman: Add a bit of logging in entries when packing

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@chromium.org>
tools/binman/elf.py
tools/binman/elf_test.py
tools/binman/entry.py
tools/binman/etype/fdtmap.py
tools/binman/etype/section.py
tools/patman/tools.py