
2 Oct
2018
2 Oct
'18
1:19 p.m.
On 14 September 2018 at 03:57, Simon Glass sjg@chromium.org wrote:
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 | 8 ++++++++ tools/binman/control.py | 2 +- tools/binman/entry.py | 15 +++++++++++++++ tools/binman/image.py | 4 ++++ tools/binman/state.py | 20 ++++++++++++++++++-- 5 files changed, 46 insertions(+), 3 deletions(-)
Applied to u-boot-dm, and now in mainline.