History log of /u-boot/tools/binman/etype/encrypted.py
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 473e5206 17-Jul-2023 Christian Taedcke <christian.taedcke@weidmueller.com>

binman: Add support for externally encrypted blobs

This adds a new etype encrypted.

It creates a new cipher node in the related image similar to the
cipher node used by u-boot, see boot/image-cipher.c.

Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
Reviewed-by: Simon Glass <sjg@chromium.org>