binman: Add an image name into the fdtmap
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:44 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commit1411ac8d162eaf97714b17848a2da7be1f01fa98
tree53f60b25ae461daef9cd1045380e473060a1fe91
parent6ca0dcba5eac47ca73d4a9e77d262e29057910b7
binman: Add an image name into the fdtmap

Since binman supports multiple images it is useful to know which one
created the image that has been read. Then it is possible to look up that
name in the 'master' device tree (containing the description of all
images).

Add a property for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/fdtmap.py
tools/binman/ftest.py