From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 12 Feb 2014 11:46:59 +0100 Subject: [U-Boot] [PATCH 1/3] fit: Add support for SHA256 hash In-Reply-To: <52F87340.3090300@denx.de> References: <1391658426-24799-1-git-send-email-marex@denx.de> <201402081518.14104.marex@denx.de> <52F87340.3090300@denx.de> Message-ID: <201402121146.59719.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, February 10, 2014 at 07:35:44 AM, Heiko Schocher wrote: > Hello Marek, > > Am 08.02.2014 15:18, schrieb Marek Vasut: > > 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 > >>> --- > >>> > >>> 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. > > I think, all your changes are also in my patchseries ... OK, thanks! Best regards, Marek Vasut