From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] fit: Add support for SHA256 hash
Date: Thu, 06 Feb 2014 06:19:11 +0100 [thread overview]
Message-ID: <52F31B4F.1090904@denx.de> (raw)
In-Reply-To: <1391658426-24799-1-git-send-email-marex@denx.de>
Hello Marek,
Am 06.02.2014 04:47, schrieb Marek Vasut:
> This patch adds support for SHA-256 hash into the FIT image. The usage is
> as with the other hashing algorithms:
>
> "
> hash at 1 {
> algo = "sha256";
> };
> "
>
> Signed-off-by: Marek Vasut<marex@denx.de>
> ---
> common/image-fit.c | 5 +++++
> include/image.h | 15 ++++++++++++++-
> tools/Makefile | 2 ++
> 3 files changed, 21 insertions(+), 1 deletion(-)
seems I posted similiar patches ... you find them here:
[U-Boot,1/7] tools/image-host: fix sign-images bug
http://patchwork.ozlabs.org/patch/314125/
[U-Boot,2/7] fdt: add "fdt sign" command
http://patchwork.ozlabs.org/patch/314120/
[U-Boot,3/7] fit: add sha256 support
http://patchwork.ozlabs.org/patch/314126/
[U-Boot,4/7] rsa: add sha256-rsa2048 algorithm
http://patchwork.ozlabs.org/patch/314124/
[U-Boot,5/7] rsa: add sha256,rsa4096 algorithm
http://patchwork.ozlabs.org/patch/314121/
I reworked the comments, except one is missing, and I can post "v2"
Maybe you can try this patches?
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2014-02-06 5:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-06 3:47 [U-Boot] [PATCH 1/3] fit: Add support for SHA256 hash Marek Vasut
2014-02-06 3:47 ` [U-Boot] [PATCH 2/3] fit: rsa: Add groundwork to support other hashes Marek Vasut
2014-02-06 12:18 ` Wolfgang Denk
2014-02-06 19:40 ` Marek Vasut
2014-02-06 3:47 ` [U-Boot] [PATCH 3/3] fit: rsa: Add support for SHA256 hash Marek Vasut
2014-02-15 23:31 ` Simon Glass
2014-03-05 18:12 ` Marek Vasut
2014-02-06 5:19 ` Heiko Schocher [this message]
2014-02-08 14:18 ` [U-Boot] [PATCH 1/3] fit: " Marek Vasut
2014-02-10 6:35 ` Heiko Schocher
2014-02-12 10:46 ` Marek Vasut
2014-02-06 12:17 ` Wolfgang Denk
2014-02-08 14:17 ` Marek Vasut
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=52F31B4F.1090904@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.