commit | fca70d61817b9ad2fb4b4821b029e55f1945997b | [log] [tgz] |
---|---|---|
author | Chia-Wei Wang <chiawei_wang@aspeedtech.com> | Fri Aug 30 15:23:34 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 16 16:37:17 2024 -0600 |
tree | 607b4b95a011998838c631441ed0df934e52b4b8 | |
parent | 19dbc09405d3503ce3efef3c2e4b4f0f1a03372d [diff] |
drivers/crypto: aspeed: Add Caliptra SHA ACC support 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 <chiawei_wang@aspeedtech.com>