binman: Allow passing entries using -n
authorSimon Glass <sjg@chromium.org>
Sat, 13 Aug 2022 17:40:49 +0000 (11:40 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 21 Aug 2022 00:07:32 +0000 (18:07 -0600)
commit9db9e932c79b653e81d5e11241b8f20e8fd61bdd
treeb532a5a034d9da258d1d7de76a6f765b3e285f4f
parentdfe1db4030edd11275e0c9f8fa020b12ecf90d8c
binman: Allow passing entries using -n

Also control over what goes in the file passed with -n using a separate
imagename subnode. This can include a section or any other entry type.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entries.rst
tools/binman/etype/mkimage.py
tools/binman/ftest.py
tools/binman/test/236_mkimage_image.dts [new file with mode: 0644]
tools/binman/test/237_mkimage_image_no_content.dts [new file with mode: 0644]
tools/binman/test/238_mkimage_image_bad.dts [new file with mode: 0644]