All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 10/11] Enhance fit_check_sign to check all images
Date: Tue, 03 Jun 2014 07:39:25 +0200	[thread overview]
Message-ID: <538D5F8D.4080605@denx.de> (raw)
In-Reply-To: <1401770392-11459-11-git-send-email-sjg@chromium.org>

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 Glass<sjg@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
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

  reply	other threads:[~2014-06-03  5:39 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-03  4:39 [U-Boot] [PATCH 0/11] Enhance fit_check_sign add beaglebone black vboot docs Simon Glass
2014-06-03  4:39 ` [U-Boot] [PATCH 01/11] tools: Check arguments in fit_check_sign/fit_info Simon Glass
2014-06-03  5:19   ` Heiko Schocher
2014-06-03  4:39 ` [U-Boot] [PATCH 02/11] Reverse the meaning of the fit_config_verify() return code Simon Glass
2014-06-03  4:39 ` [U-Boot] [PATCH 03/11] bootm: Split out code from cmd_bootm.c Simon Glass
2014-06-11 19:48   ` Tom Rini
2014-06-11 20:58     ` Simon Glass
2014-06-03  4:39 ` [U-Boot] [PATCH 04/11] image: Remove the fit_load_image() property parameter Simon Glass
2014-06-03  4:39 ` [U-Boot] [PATCH 05/11] bootm: Support android boot on sandbox Simon Glass
2014-06-03  4:39 ` [U-Boot] [PATCH 06/11] Fix small 'case' typo in image-fit.c Simon Glass
2014-06-03  4:39 ` [U-Boot] [PATCH 07/11] Avoid including config.h in command.h Simon Glass
2014-06-03  4:39 ` [U-Boot] [PATCH 08/11] Allow compiling common/bootm.c on with HOSTCC Simon Glass
2014-06-03  4:39 ` [U-Boot] [PATCH 09/11] bootm: Move decompression code into its own function Simon Glass
2014-06-03  4:39 ` [U-Boot] [PATCH 10/11] Enhance fit_check_sign to check all images Simon Glass
2014-06-03  5:39   ` Heiko Schocher [this message]
2014-06-03  4:39 ` [U-Boot] [PATCH 11/11] Add documentation for verified boot on Beaglebone Black Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=538D5F8D.4080605@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.