binman: Add an FDT map
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:27 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:53:46 +0000 (12:53 -0700)
commit086cec9f980efd6f25e184b84f626d4a667e6645
tree2843f40dad0d820080cdf6c1469d3cbfae5827ac
parent3c0813115b8ebdf940505f6ae5c182d984f49d70
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>
tools/binman/README
tools/binman/README.entries
tools/binman/etype/fdtmap.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/state.py
tools/binman/test/115_fdtmap.dts [new file with mode: 0644]