[U-Boot] [PATCH 1/3] fit: Add support for SHA256 hash

Marek Vasut marex at denx.de
Sat Feb 8 15:18:14 CET 2014


On Thursday, February 06, 2014 at 06:19:11 AM, Heiko Schocher wrote:
> 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 at 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:

Nice, thanks for bringing this up. Please review my series and check if there's 
possibly something interesting in that you might pull out into yours.

Otherwise, I'm all for applying your , since you also added rsa4096.

Best regards,
Marek Vasut


More information about the U-Boot mailing list