[PATCH v8 04/12] crypto: aspeed: Add AST2600 HACE support
Simon Glass
sjg at chromium.org
Wed Oct 27 16:09:29 CEST 2021
On Wed, 27 Oct 2021 at 00:18, Chia-Wei Wang <chiawei_wang at aspeedtech.com> wrote:
>
> From: Johnny Huang <johnny_huang at aspeedtech.com>
>
> 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 at aspeedtech.com>
> Signed-off-by: Chia-Wei Wang <chiawei_wang at aspeedtech.com>
> ---
> drivers/crypto/Kconfig | 2 +
> drivers/crypto/Makefile | 1 +
> drivers/crypto/aspeed/Kconfig | 10 +
> drivers/crypto/aspeed/Makefile | 1 +
> drivers/crypto/aspeed/aspeed_hace.c | 381 ++++++++++++++++++++++++++++
> drivers/crypto/hash/Kconfig | 8 +
> 6 files changed, 403 insertions(+)
> create mode 100644 drivers/crypto/aspeed/Kconfig
> create mode 100644 drivers/crypto/aspeed/Makefile
> create mode 100644 drivers/crypto/aspeed/aspeed_hace.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list