[PATCH 5/7] sandbox: rng: Add a random number generator(rng) driver

Simon Glass sjg at chromium.org
Sat Dec 28 03:27:10 CET 2019


On Wed, 4 Dec 2019 at 04:54, Sughosh Ganu <sughosh.ganu at linaro.org> wrote:
>
> Add a sandbox driver for random number generation. Mostly aimed at
> providing a unit test for rng uclass.
>
> Signed-off-by: Sughosh Ganu <sughosh.ganu at linaro.org>
> ---
>  arch/sandbox/dts/test.dts |  4 ++++
>  drivers/rng/Kconfig       |  7 +++++++
>  drivers/rng/Makefile      |  1 +
>  drivers/rng/sandbox_rng.c | 36 ++++++++++++++++++++++++++++++++++++
>  4 files changed, 48 insertions(+)
>  create mode 100644 drivers/rng/sandbox_rng.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list