[U-Boot] [PATCH 17/31] binman: Obtain the list of device trees from the config
Simon Glass
sjg at chromium.org
Tue Oct 2 11:19:57 UTC 2018
On 14 September 2018 at 03:57, Simon Glass <sjg at 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 at 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.
More information about the U-Boot
mailing list