Re: [PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-05-13 Thread Simon Glass
Hi Heinrich, On Thu, 13 May 2021 at 09:38, Heinrich Schuchardt wrote: > > On 5/13/21 4:36 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 12 May 2021 at 15:27, Heinrich Schuchardt > > wrote: > >> > >> Am 12. Mai 2021 19:32:42 MESZ schrieb Simon Glass : > >>> Hi Heinrich, > >>> > >>> On

Re: [PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-05-13 Thread Heinrich Schuchardt
On 5/13/21 4:36 PM, Simon Glass wrote: Hi Heinrich, On Wed, 12 May 2021 at 15:27, Heinrich Schuchardt wrote: Am 12. Mai 2021 19:32:42 MESZ schrieb Simon Glass : Hi Heinrich, On Wed, 12 May 2021 at 10:25, Heinrich Schuchardt wrote: On 12.05.21 18:05, Simon Glass wrote: Hi Heinrich, On W

Re: [PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-05-13 Thread Simon Glass
Hi Heinrich, On Wed, 12 May 2021 at 15:27, Heinrich Schuchardt wrote: > > Am 12. Mai 2021 19:32:42 MESZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Wed, 12 May 2021 at 10:25, Heinrich Schuchardt > >wrote: > >> > >> On 12.05.21 18:05, Simon Glass wrote: > >> > Hi Heinrich, > >> > > >> > On We

Re: [PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-05-12 Thread Heinrich Schuchardt
Am 12. Mai 2021 19:32:42 MESZ schrieb Simon Glass : >Hi Heinrich, > >On Wed, 12 May 2021 at 10:25, Heinrich Schuchardt >wrote: >> >> On 12.05.21 18:05, Simon Glass wrote: >> > Hi Heinrich, >> > >> > On Wed, 12 May 2021 at 10:01, Heinrich Schuchardt > wrote: >> >> >> >> On 17.02.21 04:20, Joel Stan

Re: [PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-05-12 Thread Simon Glass
Hi Heinrich, On Wed, 12 May 2021 at 10:25, Heinrich Schuchardt wrote: > > On 12.05.21 18:05, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 12 May 2021 at 10:01, Heinrich Schuchardt > > wrote: > >> > >> On 17.02.21 04:20, Joel Stanley wrote: > >>> Similar to support for SHA1 and SHA256, al

Re: [PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-05-12 Thread Ilias Apalodimas
Hi, On Wed, May 12, 2021 at 06:19:58PM +0200, Heinrich Schuchardt wrote: > On 12.05.21 18:05, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 12 May 2021 at 10:01, Heinrich Schuchardt > > wrote: > >> > >> On 17.02.21 04:20, Joel Stanley wrote: > >>> Similar to support for SHA1 and SHA256, a

Re: [PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-05-12 Thread Heinrich Schuchardt
On 12.05.21 18:05, Simon Glass wrote: > Hi Heinrich, > > On Wed, 12 May 2021 at 10:01, Heinrich Schuchardt wrote: >> >> On 17.02.21 04:20, Joel Stanley wrote: >>> Similar to support for SHA1 and SHA256, allow the use of hardware hashing >>> engine by enabling the algorithm and setting CONFIG_SHA_

Re: [PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-05-12 Thread Simon Glass
Hi Heinrich, On Wed, 12 May 2021 at 10:01, Heinrich Schuchardt wrote: > > On 17.02.21 04:20, Joel Stanley wrote: > > Similar to support for SHA1 and SHA256, allow the use of hardware hashing > > engine by enabling the algorithm and setting CONFIG_SHA_HW_ACCEL / > > CONFIG_SHA_PROG_HW_ACCEL. > >

Re: [PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-05-12 Thread Heinrich Schuchardt
On 17.02.21 04:20, Joel Stanley wrote: > Similar to support for SHA1 and SHA256, allow the use of hardware hashing > engine by enabling the algorithm and setting CONFIG_SHA_HW_ACCEL / > CONFIG_SHA_PROG_HW_ACCEL. > > Signed-off-by: Joel Stanley This merged patch leads to errors compiling the EFI

Re: [PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-04-13 Thread Tom Rini
On Wed, Feb 17, 2021 at 01:50:42PM +1030, Joel Stanley wrote: > Similar to support for SHA1 and SHA256, allow the use of hardware hashing > engine by enabling the algorithm and setting CONFIG_SHA_HW_ACCEL / > CONFIG_SHA_PROG_HW_ACCEL. > > Signed-off-by: Joel Stanley Applied to u-boot/master, t

[PATCH 3/3] hash: Allow for SHA512 hardware implementations

2021-02-16 Thread Joel Stanley
Similar to support for SHA1 and SHA256, allow the use of hardware hashing engine by enabling the algorithm and setting CONFIG_SHA_HW_ACCEL / CONFIG_SHA_PROG_HW_ACCEL. Signed-off-by: Joel Stanley --- common/hash.c| 24 ++-- include/hw_sha.h | 26 ++