mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00

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>
4 lines
182 B
Makefile
4 lines
182 B
Makefile
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
|