]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Support optional entries
authorSimon Glass <sjg@chromium.org>
Sat, 7 Jan 2023 21:07:12 +0000 (14:07 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 18:50:01 +0000 (11:50 -0700)
commitc8c9f3108a7b8c3ff391f60b184fa372ae4f32f2
tree326f5e1078f7b02783d0f0832a60ebad62a96654
parent23ab4e0054783e619fcf39a50faf9c08c2e18fa5
binman: Support optional entries

Support entries which can be optional depending on their contents. This
allows special entry types which appear in the image only when needed.

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