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

2021-03-29 Thread Cédric Le Goater
On 3/26/21 8:37 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. ... > static uint64_t aspeed_hace_read(void *opaque, hwaddr addr, unsigned int > size) > { > @@

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

2021-03-26 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 --- docs/system/arm/aspeed.rst | 2 +- hw/misc/aspeed_hace.c | 126 +++-- 2