commit | a87014edf8ee6fdaa9034fb5db59ce2c53dbcbbf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 06 10:27:42 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | 193945e290312a24554291be13545d13546c4155 | |
parent | e22f8fa495a78a5ae5415137d44d018e6e8bde92 [diff] |
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>