[PATCH v1 0/2] add npcm750 AES/SHA driver
Jim Liu
jim.t90615 at gmail.com
Tue Jun 7 10:32:07 CEST 2022
Nuvoton BMC npcm750 have AES HW engine and SHA HW engine
Jim Liu (2):
crypto: nuvoton: Add NPCM7xx AES driver
crypto: nuvoton: Add NPCM7xx SHA driver
arch/arm/include/asm/arch-npcm7xx/aes.h | 53 ++
drivers/crypto/Kconfig | 2 +
drivers/crypto/Makefile | 1 +
drivers/crypto/nuvoton/Kconfig | 14 +
drivers/crypto/nuvoton/Makefile | 2 +
drivers/crypto/nuvoton/npcm_aes.c | 301 ++++++++
drivers/crypto/nuvoton/npcm_sha.c | 897 ++++++++++++++++++++++++
7 files changed, 1270 insertions(+)
create mode 100644 arch/arm/include/asm/arch-npcm7xx/aes.h
create mode 100644 drivers/crypto/nuvoton/Kconfig
create mode 100644 drivers/crypto/nuvoton/Makefile
create mode 100644 drivers/crypto/nuvoton/npcm_aes.c
create mode 100644 drivers/crypto/nuvoton/npcm_sha.c
--
2.17.1
More information about the U-Boot
mailing list