From 936d4cb6eb4cb6ee611d0cf4f74b923f6593cbee Mon Sep 17 00:00:00 2001 From: Chia-Wei Wang Date: Mon, 14 Oct 2024 17:56:20 +0800 Subject: 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 Reviewed-by: Simon Glass --- drivers/crypto/aspeed/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/crypto/aspeed/Makefile') diff --git a/drivers/crypto/aspeed/Makefile b/drivers/crypto/aspeed/Makefile index 570587e744f..00def358ddf 100644 --- a/drivers/crypto/aspeed/Makefile +++ b/drivers/crypto/aspeed/Makefile @@ -1,3 +1,4 @@ obj-$(CONFIG_ASPEED_HACE) += aspeed_hace.o obj-$(CONFIG_ASPEED_ACRY) += aspeed_acry.o obj-$(CONFIG_ASPEED_CPTRA_SHA) += cptra_sha.o +obj-$(CONFIG_ASPEED_CPTRA_ECDSA) += cptra_ecdsa.o -- cgit v1.3.1