
2 Oct
2018
2 Oct
'18
1:19 p.m.
On 14 September 2018 at 03:57, Simon Glass sjg@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@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.