mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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>
4 lines
132 B
Makefile
4 lines
132 B
Makefile
obj-$(CONFIG_ASPEED_HACE) += aspeed_hace.o
|
|
obj-$(CONFIG_ASPEED_ACRY) += aspeed_acry.o
|
|
obj-$(CONFIG_ASPEED_CPTRA_SHA) += cptra_sha.o
|