]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Add support for externally encrypted blobs
authorChristian Taedcke <christian.taedcke@weidmueller.com>
Mon, 17 Jul 2023 07:05:52 +0000 (09:05 +0200)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commit473e5206f0b6341d72e725a3eb36adef779a2c22
tree1b04aee12aa7a1c98cca3450537ca3c8f1ed164c
parentdf11aa7d7431554c6b28992a7f506b83234b87b4
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>
tools/binman/entries.rst
tools/binman/etype/encrypted.py [new file with mode: 0644]