binman: Obtain the list of device trees from the config
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:22 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commit539aece516d87084437a38d879a1b91c661209f8
treea45acd2eefdd43707b7f5176a1b24e008b8d3668
parentf46621d255181bd8d1e8092945ffc66147b88531
binman: Obtain the list of device trees from the config

We always have a device tree for U-Boot proper. But we may also have one
for SPL and TPL. Add a new Entry method to find out what DTs an entry
has, and use that list when updating DTs.

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