dm: hash: Add new UCLASS_HASH support
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>
Fri, 30 Jul 2021 01:08:03 +0000 (09:08 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 1 Sep 2021 23:25:37 +0000 (19:25 -0400)
commit4deaff791cd44e95e545ad8cd74dea25b4993499
treec36e6417839ca6abe121dba19467d0e3bc874fdf
parent74bda4fe3d6d153a6b66b5f1e412c32b718bcfbc
dm: hash: Add new UCLASS_HASH support

Add UCLASS_HASH for hash driver development. Thus the
hash drivers (SW or HW-accelerated) can be developed
in the DM-based fashion.

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/hash/Kconfig [new file with mode: 0644]
drivers/crypto/hash/Makefile [new file with mode: 0644]
drivers/crypto/hash/hash-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/u-boot/hash.h [new file with mode: 0644]