]> git.sur5r.net Git - u-boot/commit
binman: Support updating the device tree with calc'd info
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:42 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commit16b8d6b76992690c65c58dc8b0591496cc5e46ef
tree193945e290312a24554291be13545d13546c4155
parent078ab1a2f5a9901f5f9983163d4f98b8d94bfda0
binman: Support updating the device tree with calc'd info

It is useful to write the position and size of each entry back to the
device tree so that U-Boot can access this at runtime. Add a feature to
support this, along with associated tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README
tools/binman/control.py
tools/binman/etype/_testing.py
tools/binman/ftest.py
tools/binman/test/60_fdt_update.dts [new file with mode: 0644]
tools/binman/test/61_fdt_update_bad.dts [new file with mode: 0644]