]> git.baikalelectronics.ru Git - uboot.git/commit
crypto/fsl: add RNG support
authorMichael Walle <michael@walle.cc>
Sat, 27 Jun 2020 20:58:53 +0000 (22:58 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Mon, 27 Jul 2020 08:46:29 +0000 (14:16 +0530)
commit85ee1ca8f868b433d4fa1607f29bc800e70f55e2
treefb916a55959c59d0407cb515cea9402567c6a958
parentf663d23d9578a817ffcd636b468c99092fb2453b
crypto/fsl: add RNG support

Register the random number generator with the rng subsystem in u-boot.
This way it can be used by EFI as well as for the 'rng' command.

Signed-off-by: Michael Walle <michael@walle.cc>
Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
drivers/crypto/fsl/Kconfig
drivers/crypto/fsl/Makefile
drivers/crypto/fsl/jobdesc.c
drivers/crypto/fsl/jobdesc.h
drivers/crypto/fsl/jr.c
drivers/crypto/fsl/rng.c [new file with mode: 0644]