Re: [PATCH] drivers/crypto: aspeed: Add Caliptra SHA ACC support

2024-09-17 Thread Tom Rini
On Fri, 30 Aug 2024 15:23:34 +0800, Chia-Wei Wang wrote: > Aspeed AST27xx SoCs integrate the CPTRA 1.0 secure IP, which > export a SHA accelerator interface for SoC to use. > > Note that CPTRA 1.0 supports only SHA384 and SHA512 and this > patch is verified by the 'hash test sha384/sha512' comman

[PATCH] drivers/crypto: aspeed: Add Caliptra SHA ACC support

2024-08-30 Thread Chia-Wei Wang
Aspeed AST27xx SoCs integrate the CPTRA 1.0 secure IP, which export a SHA accelerator interface for SoC to use. Note that CPTRA 1.0 supports only SHA384 and SHA512 and this patch is verified by the 'hash test sha384/sha512' commands. Signed-off-by: Chia-Wei Wang --- drivers/crypto/aspeed/Kconfi