binman: Write the original input fdtmap to a file
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:53 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:06 +0000 (09:38 -0600)
commit96b6c506ca162b97ece5a59c0d2619173e6bfad8
tree50f7f4a6f57913695da262cbf456c0db549b4500
parent4ab88b6f2f7d857f7a998f5aae8d52af9379fb1c
binman: Write the original input fdtmap to a file

When reading an image in, write its fdtmap to a file in the output
directory. This is useful for debugging. Update the 'ls' command to set up
the output directory; otherwise it will fail.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/control.py
tools/binman/image.py