
Hello Simon,
Am 03.06.2014 06:39, schrieb Simon Glass:
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 Glasssjg@chromium.org
common/bootm.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++ common/image-fit.c | 3 ++- include/bootm.h | 2 ++ include/image.h | 5 +++- tools/fit_check_sign.c | 7 +++-- tools/image-host.c | 12 ++++++--- 6 files changed, 93 insertions(+), 7 deletions(-)
Just a nitpick ... as this changes the output from fit_check_sign, could you please adapt the "doc/uImage.FIT/signature.txt" file in u-boot too, which shows a testing ouput for
"O=sandbox ./test/vboot/vboot_test.sh"
Thanks!
Beside of this, tested this series on the ids8313 board (fit_check_sign on the host and target rootfs without issues):
Acked-by: Heiko Schocher hs@denx.de
bye, Heiko