]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite4af5cf96b690442e26f6264b1849079ddd5b3a7
treec36e6417839ca6abe121dba19467d0e3bc874fdf
parentc32ccb82247a2e6d41855abee1b93136da64fd8e
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]