Re: [PATCH v3 1/3] rng: add OP-TEE based Random Number Generator

2022-04-11 Thread Tom Rini
On Tue, Mar 29, 2022 at 02:21:23PM +0200, Patrick Delaunay wrote: > Add driver for OP-TEE based Random Number Generator on ARM SoCs > where hardware entropy sources are not accessible to normal world > and the RNG service is provided by a HWRNG Trusted Application (TA). > > This driver is based o

[PATCH v3 1/3] rng: add OP-TEE based Random Number Generator

2022-03-29 Thread Patrick Delaunay
Add driver for OP-TEE based Random Number Generator on ARM SoCs where hardware entropy sources are not accessible to normal world and the RNG service is provided by a HWRNG Trusted Application (TA). This driver is based on the linux driver: char/hw_random/optee-rng.c Signed-off-by: Patrick Delaun