]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Add signing infrastructure
authorSimon Glass <sjg@chromium.org>
Thu, 13 Jun 2013 22:10:00 +0000 (15:10 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:18:56 +0000 (10:18 -0400)
commit3e569a6b1eb7ef0c8144f8c243f9e33c834bf003
tree3f94a89462a0f0b25d53ebbaf6328af44fa49c53
parentb5f319373400d3c7e6820e793a7bb370ad0c8a76
image: Add signing infrastructure

Add a structure to describe an algorithm which can sign and (later) verify
images.

Signed-off-by: Simon Glass <sjg@chromium.org>
README
common/Makefile
common/image-sig.c [new file with mode: 0644]
doc/uImage.FIT/signature.txt [new file with mode: 0644]
include/image.h
tools/Makefile