Re: [U-Boot] [PATCH 0/4 v8] Add ACE HW support for SHA256 and SHA1

2013-03-29 Thread Minkyu Kang
On 21/03/13 16:00, Akshay Saraswat wrote: > This patch set adds hardware acceleration for SHA 256 > with the help of ACE. > > Changes since v1: > - Patch-1: Fixed few nits. > - Patch-2: Removed not required config. > - Patch-3: Added sha256 to hash command instead of new sha256 c

[U-Boot] [PATCH 0/4 v8] Add ACE HW support for SHA256 and SHA1

2013-03-20 Thread Akshay Saraswat
This patch set adds hardware acceleration for SHA 256 with the help of ACE. Changes since v1: - Patch-1: Fixed few nits. - Patch-2: Removed not required config. - Patch-3: Added sha256 to hash command instead of new sha256 command. Changes since v2: - Patch-1: