commit | 922c7d3e37f72ab8b2052e3233e12ee077a9330f | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Mar 29 14:21:23 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 11 10:28:04 2022 -0400 |
tree | f19575c65687912e3aac1a156f4f77a94701894d | |
parent | c0694f7739cf152093bd892715b22024e852cce3 [diff] |
rng: add OP-TEE based Random Number Generator 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 Delaunay <patrick.delaunay@foss.st.com>