[PATCH v2 0/3] Data Co-processor RNG Driver
Heinrich Schuchardt
xypron.glpk at gmx.de
Fri Dec 23 01:52:10 CET 2022
On 12/22/22 09:50, Kshitiz Varshney wrote:
> Implemented Data Co-Processor random number generation driver.
>
> usage command:
> rng <number of bytes>
>
> Kshitiz Varshney (3):
> Uboot RNG Driver using Data Co-processor
> Added dcp_rng driver initialization code
> Added configs required for dcp_rng driver
>
> arch/arm/mach-imx/mx6/soc.c | 10 ++
> configs/mx6ull_14x14_evk_defconfig | 4 +
> configs/mx6ull_14x14_evk_plugin_defconfig | 4 +
Do these boards lack the CAAM RNG supported by drivers/crypto/fsl/rng.c?
Best regards
Heinrich
> drivers/crypto/fsl/Kconfig | 10 ++
> drivers/crypto/fsl/Makefile | 1 +
> drivers/crypto/fsl/dcp_rng.c | 182 ++++++++++++++++++++++
> 6 files changed, 211 insertions(+)
> create mode 100644 drivers/crypto/fsl/dcp_rng.c
>
More information about the U-Boot
mailing list