]> git.baikalelectronics.ru Git - uboot.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)
commitb6cb8c4e8edc37dc7ab2a423c150122270d4b1b0
tree326f5e1078f7b02783d0f0832a60ebad62a96654
parent5c477022cc92da60caefd61d104499a3d73354d6
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]