binman: Centralise device-tree updates within binman
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:21 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commitf46621d255181bd8d1e8092945ffc66147b88531
tree1abc966d98fefc9eb298b5336ad380f54612b42a
parent2a72cc72ca29fb14a61dd50a60ffcd096a0be317
binman: Centralise device-tree updates within binman

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@chromium.org>
tools/binman/bsection.py
tools/binman/entry.py
tools/binman/state.py