]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Support signing of images
authorSimon Glass <sjg@chromium.org>
Thu, 13 Jun 2013 22:10:01 +0000 (15:10 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:18:56 +0000 (10:18 -0400)
commit56518e71041fafdfd7af3a24f263b0a22efbeda9
tree03327d88f29d505539dc1fd5a68f88bf16163d28
parent3e569a6b1eb7ef0c8144f8c243f9e33c834bf003
image: Support signing of images

Add support for signing images using a new signature node. The process
is handled by fdt_add_verification_data() which now takes parameters to
provide the keys and related information.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/image-fit.c
common/image-sig.c
doc/uImage.FIT/sign-images.its [new file with mode: 0644]
include/image.h
tools/fit_image.c
tools/image-host.c