crypto: aspeed: Add AST2600 HACE support
authorJohnny Huang <johnny_huang@aspeedtech.com>
Wed, 27 Oct 2021 06:17:27 +0000 (14:17 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 17 Nov 2021 22:05:00 +0000 (17:05 -0500)
commit9fcdd98e543abc0b5e7b1a2e05b995a5fbf1356d
tree6756a8755c3b3117a2f0ad4aa6a4665b6f309c8c
parent4080714f5ee9253715ce72ebb4da4a02f4a9b3a0
crypto: aspeed: Add AST2600 HACE support

Hash and Crypto Engine (HACE) is designed to accelerate the
throughput of hash data digest, and symmetric-key encryption.

Signed-off-by: Johnny Huang <johnny_huang@aspeedtech.com>
Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/aspeed/Kconfig [new file with mode: 0644]
drivers/crypto/aspeed/Makefile [new file with mode: 0644]
drivers/crypto/aspeed/aspeed_hace.c [new file with mode: 0644]
drivers/crypto/hash/Kconfig