mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01: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>
5 lines
182 B
Makefile
5 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
|