[U-Boot] [PATCH 16/31] binman: Centralise device-tree updates within binman
Simon Glass
sjg at chromium.org
Tue Oct 2 11:19:54 UTC 2018
On 14 September 2018 at 03:57, Simon Glass <sjg at chromium.org> wrote:
> At present we have a few calls to device-tree functions in binman and plan
> to add more as we add new entry types which need to report their results.
>
> It makes sense to put this code in a central place so that we can make
> sure all device trees are updated. At present we only have U-Boot proper,
> but plan to add SPL and TPL too.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> tools/binman/bsection.py | 9 +++++----
> tools/binman/entry.py | 8 ++++----
> tools/binman/state.py | 35 +++++++++++++++++++++++++++++++++++
> 3 files changed, 44 insertions(+), 8 deletions(-)
Applied to u-boot-dm, and now in mainline.
More information about the U-Boot
mailing list