]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Add a null entry
authorSimon Glass <sjg@chromium.org>
Wed, 11 Jan 2023 23:10:14 +0000 (16:10 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 21:55:40 +0000 (14:55 -0700)
commit62ef2f7bf3c442b6f717d2fbe823d579cf090dd8
tree1a6739488ca8170a0bcd56d0f5ecbc05c66c0773
parent4331d66661566cd823086204636754f785bd5d45
binman: Add a null entry

It is sometimes useful to define an entry which does not have its own
contents but does appear in the image. The contents are set by the section
which contains it, even though it appears as an entry in the fdtmap.

Add support for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entries.rst
tools/binman/entry.py
tools/binman/etype/null.py [new file with mode: 0644]
tools/binman/etype/section.py
tools/binman/ftest.py
tools/binman/test/268_null.dts [new file with mode: 0644]