]> git.baikalelectronics.ru Git - uboot.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)
commit49c11e579bfe14900da153cc9b469d6f3de03003
tree1a6739488ca8170a0bcd56d0f5ecbc05c66c0773
parent1cd86efd7e63d3fa13e5a51b8d00e1ee734c6f44
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]