commit | ffded7527ad5272249ae728a88585373182cc7f4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 14:25:46 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | 04140bde0535c6d018dff213975ff032cf0b15df | |
parent | 2d26003df79839d7f6b5e30eaa49e191dc9e6c87 [diff] |
binman: Support reading an image into an Image object It is possible to read an Image, locate its FDT map and then read it into the binman data structures. This allows full access to the entries that were written to the image. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>