Re: [PATCH v2 0/3] Data Co-processor RNG Driver

2022-12-22 Thread Fabio Estevam
Hi Heinrich, On Thu, Dec 22, 2022 at 9:52 PM Heinrich Schuchardt wrote: > > 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? imx6ull does not have CAAM.

Re: [PATCH v2 0/3] Data Co-processor RNG Driver

2022-12-22 Thread Heinrich Schuchardt
On 12/22/22 09:50, Kshitiz Varshney wrote: Implemented Data Co-Processor random number generation driver. usage command: rng 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/ma

[PATCH v2 0/3] Data Co-processor RNG Driver

2022-12-22 Thread Kshitiz Varshney
Implemented Data Co-Processor random number generation driver. usage command: rng 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/