On Wed, 27 Oct 2021 at 00:18, Chia-Wei Wang <chiawei_w...@aspeedtech.com> wrote: > > From: Johnny Huang <johnny_hu...@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_hu...@aspeedtech.com> > Signed-off-by: Chia-Wei Wang <chiawei_w...@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 <s...@chromium.org>