commit | 0f621333d1ba43da0abad0a489f35a379b72d6fa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 14:25:27 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:53:46 2019 -0700 |
tree | 2843f40dad0d820080cdf6c1469d3cbfae5827ac | |
parent | 5b4bce330a5ac352a5f4b5dd3d7b9dd7f54f4d13 [diff] |
binman: Add an FDT map An FDT map is an entry which holds a full description of the image entries, in FDT format. It can be discovered using the magic string at its start. Tools can locate and read this entry to find out what entries are in the image and where each entry is located. Signed-off-by: Simon Glass <sjg@chromium.org>