From mboxrd@z Thu Jan 1 00:00:00 1970 From: york sun Date: Wed, 27 Jan 2016 16:49:25 +0000 Subject: [U-Boot] [PATCH 3/4] SECURE BOOT: separate function created for signature References: <1449564255-13596-1-git-send-email-aneesh.bansal@freescale.com> <1449564255-13596-4-git-send-email-aneesh.bansal@freescale.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/08/2015 12:45 AM, Aneesh Bansal wrote: > The code for image hash calculation, hash calculation from > RSA signature and comparison of hashes has been mobed to a > separate function. > > Signed-off-by: Saksham Jain > Signed-off-by: Aneesh Bansal > --- > board/freescale/common/fsl_validate.c | 98 +++++++++++++++++++---------------- > 1 file changed, 54 insertions(+), 44 deletions(-) > Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York