]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Enhance fit_check_sign to check all images
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 13:24:53 +0000 (07:24 -0600)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 15:19:02 +0000 (11:19 -0400)
commitce1400f6949bbfec01fe381a844b14844cb3be12
tree4bba7f30fed605271e25492b687e7633eb15bbb0
parent2b164f1cea69c7c583a26502d2a68d1c62eb0b5a
Enhance fit_check_sign to check all images

At present this tool only checks the configuration signing. Have it also
look at each of the images in the configuration and confirm that they
verify.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de> (v1)
common/bootm.c
common/image-fit.c
doc/uImage.FIT/signature.txt
include/bootm.h
include/image.h
tools/fit_check_sign.c
tools/image-host.c