]> git.ipfire.org Git - people/ms/u-boot.git/commit
binman: Support enabling debug in tests
authorSimon Glass <sjg@chromium.org>
Tue, 14 Nov 2017 01:55:00 +0000 (18:55 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Dec 2017 02:53:45 +0000 (19:53 -0700)
commit7fe9173be78f32047bc38f2d68ac86e871dbfcae
tree052690b3852f6cac6759de653cecb6659d268127
parentf689890d8ec52c8b9d005fbf7f6df00dcf9895db
binman: Support enabling debug in tests

The elf module can provide some debugging information to assist with
figuring out what is going wrong. This is also useful in tests. Update the
-D option so that it is passed through to tests as well.

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