commit | 3477d922c9e8394bfd7c1d25d3b7552896a8a13c | [log] [tgz] |
---|---|---|
author | Chia-Wei Wang <chiawei_wang@aspeedtech.com> | Mon Oct 14 17:56:20 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 21 17:52:52 2024 -0600 |
tree | abd52427462a11a6460a047b6e71995d85f605b5 | |
parent | 1bc4222ba6dd2b35aad3e0dedd29dfab17b83411 [diff] |
drivers/crypto: aspeed: Add Caliptra ECDSA384 support Aspeed AST27xx SoCs integrate the CPTRA 1.0 secure IP, which export an ECDSA384_SIGNATURE_VERIFY mailbox command service for SoC to use. This patch is verified by the FIT signature verification using the "sha384,ecdsa384" algorithm. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com> Reviewed-by: Simon Glass <sjg@chromium.org>