Re: [PATCH v4 6/6] crypto/fsl: add RNG support

2020-06-27 Thread Heinrich Schuchardt
On 6/27/20 10:58 PM, Michael Walle wrote: > 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 Tested on a i.MX6 Wandward Quad with additional patch ARM: mx6: make CAAM usable

[PATCH v4 6/6] crypto/fsl: add RNG support

2020-06-27 Thread Michael Walle
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 --- drivers/crypto/fsl/Kconfig | 14 ++ drivers/crypto/fsl/Makefile | 1 + drivers/crypto/fsl/jobdesc.c | 10 drivers/