From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 25 Feb 2015 13:38:47 -0800 Subject: [U-Boot] [PATCH][v6] crypto/fsl - Add progressive hashing support using hardware acceleration. In-Reply-To: References: <1424416906-14246-1-git-send-email-gaurav.rana@freescale.com> Message-ID: <54EE40E7.8070606@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/23/2015 10:06 AM, Simon Glass wrote: > On 20 February 2015 at 00:21, Gaurav Rana wrote: >> Currently only normal hashing is supported using hardware acceleration. >> Added support for progressive hashing using hardware. >> >> Signed-off-by: Ruchika Gupta >> Signed-off-by: Gaurav Rana >> CC: Simon Glass >> --- >> Changes in v6: >> Modify description for CONFIG_SHA256, CONFIG_SHA256, CONFIG_SHA_PROG_HW_ACCEL, >> CONFIG_SHA_HW_ACCEL in README and Kconfig. > > Reviewed-by: Simon Glass > Applied to u-boot-fsl-qoriq master branch, awaiting upstream. York