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

2021-03-26 Thread Klaus Heinrich Kiwi
On 3/26/2021 4:30 PM, Klaus Heinrich Kiwi wrote: Complement the Aspeed HACE support with Scatter-Gather hash support for + +/* + * Set status bits to indicate completion. Testing shows hardware sets + * these irrespective of HASH_IRQ_EN. + */ +//if (!rc) { +s->re

[PATCH v2 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 fil