]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9edfce36ec32578a940c6a07f9c20a92723481ee
tree2843f40dad0d820080cdf6c1469d3cbfae5827ac
parenta20e917f42b18910a03ec9663aa983bbce7b172d
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]