Re: [PATCH 2/3] aspeed: Add Scater-Gather support for HACE Hash

2021-03-26 Thread Klaus Heinrich Kiwi
On 3/25/2021 4:55 AM, Cédric Le Goater wrote: On 3/24/21 11:38 PM, Klaus Heinrich Kiwi wrote: Complement the Aspeed HACE support with Scatter-Gather hash support for sha256 and sha512. Scatter-Gather is only supported on AST2600-series. Signed-off-by: Klaus Heinrich Kiwi this looks good.

Re: [PATCH 2/3] aspeed: Add Scater-Gather support for HACE Hash

2021-03-26 Thread Klaus Heinrich Kiwi
Hi Joel, On 3/25/2021 12:40 AM, Joel Stanley wrote: On Wed, 24 Mar 2021 at 22:39, Klaus Heinrich Kiwi wrote: Complement the Aspeed HACE support with Scatter-Gather hash support for sha256 and sha512. Scatter-Gather is only supported on AST2600-series. Please update the documentation at

Re: [PATCH 2/3] aspeed: Add Scater-Gather support for HACE Hash

2021-03-25 Thread Cédric Le Goater
On 3/24/21 11:38 PM, Klaus Heinrich Kiwi wrote: > Complement the Aspeed HACE support with Scatter-Gather hash support for > sha256 and sha512. Scatter-Gather is only supported on AST2600-series. > > Signed-off-by: Klaus Heinrich Kiwi this looks good. A few extra comments, > --- >

Re: [PATCH 2/3] aspeed: Add Scater-Gather support for HACE Hash

2021-03-24 Thread Joel Stanley
On Wed, 24 Mar 2021 at 22:39, Klaus Heinrich Kiwi wrote: > > Complement the Aspeed HACE support with Scatter-Gather hash support for > sha256 and sha512. Scatter-Gather is only supported on AST2600-series. Please update the documentation at docs/system/arm/aspeed.rst too. > > Signed-off-by:

[PATCH 2/3] aspeed: Add Scater-Gather support for HACE Hash

2021-03-24 Thread Klaus Heinrich Kiwi
Complement the Aspeed HACE support with Scatter-Gather hash support for sha256 and sha512. Scatter-Gather is only supported on AST2600-series. Signed-off-by: Klaus Heinrich Kiwi --- hw/misc/aspeed_hace.c | 127 -- include/hw/misc/aspeed_hace.h | 6 ++ 2