]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Allow cipher node as special section
authorChristian Taedcke <christian.taedcke@weidmueller.com>
Mon, 17 Jul 2023 07:05:53 +0000 (09:05 +0200)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commitdcd3d76b7ba9dc571c72bc908eaf925a526bdf20
tree9a6b2668cee88216daeb8d53d1aa1f92cd67b7db
parent473e5206f0b6341d72e725a3eb36adef779a2c22
binman: Allow cipher node as special section

The new encrypted etype generates a cipher node in the device tree
that should not be evaluated by binman, but still be kept in the
output device tree.

Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/section.py