All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sughosh Ganu <sughosh.ganu@linaro.org>
To: u-boot@lists.denx.de
Subject: [PATCH v5 6/8] configs: sandbox: Enable random number generator(rng) device
Date: Thu, 26 Dec 2019 22:55:06 +0530	[thread overview]
Message-ID: <1577381108-6320-7-git-send-email-sughosh.ganu@linaro.org> (raw)
In-Reply-To: <1577381108-6320-1-git-send-email-sughosh.ganu@linaro.org>

Enable support for random number generator on sandbox configs. This is
aimed primarily at adding unit test support for rng uclass.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
---
 configs/sandbox64_defconfig | 2 ++
 configs/sandbox_defconfig   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig
index cc536ff..a21d832 100644
--- a/configs/sandbox64_defconfig
+++ b/configs/sandbox64_defconfig
@@ -158,6 +158,8 @@ CONFIG_REGULATOR_RK8XX=y
 CONFIG_REGULATOR_S5M8767=y
 CONFIG_DM_REGULATOR_SANDBOX=y
 CONFIG_REGULATOR_TPS65090=y
+CONFIG_DM_RNG=y
+CONFIG_RNG_SANDBOX=y
 CONFIG_DM_PWM=y
 CONFIG_PWM_SANDBOX=y
 CONFIG_RAM=y
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 64245f7..9bdc0f5 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -179,6 +179,8 @@ CONFIG_REGULATOR_RK8XX=y
 CONFIG_REGULATOR_S5M8767=y
 CONFIG_DM_REGULATOR_SANDBOX=y
 CONFIG_REGULATOR_TPS65090=y
+CONFIG_DM_RNG=y
+CONFIG_RNG_SANDBOX=y
 CONFIG_DM_PWM=y
 CONFIG_PWM_SANDBOX=y
 CONFIG_RAM=y
-- 
2.7.4

  parent reply	other threads:[~2019-12-26 17:25 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-26 17:25 [PATCH v5 0/8] Add a random number generator uclass Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 1/8] dm: rng: Add random number generator(rng) uclass Sughosh Ganu
2019-12-27  7:04   ` Heinrich Schuchardt
2019-12-27 11:38     ` Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 2/8] clk: stm32mp1: Add a clock entry for RNG1 device Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device Sughosh Ganu
2019-12-27  7:51   ` Heinrich Schuchardt
2019-12-27 11:19     ` Sughosh Ganu
2019-12-27 12:42       ` Heinrich Schuchardt
2019-12-27 12:50         ` Heinrich Schuchardt
2019-12-27 12:58           ` Sughosh Ganu
2019-12-27 12:52         ` Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 4/8] configs: stm32mp15: Enable " Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 5/8] sandbox: rng: Add a random number generator(rng) driver Sughosh Ganu
2019-12-27  6:54   ` Heinrich Schuchardt
2019-12-27 11:40     ` Sughosh Ganu
2019-12-26 17:25 ` Sughosh Ganu [this message]
2019-12-26 17:25 ` [PATCH v5 7/8] test: rng: Add basic test for random number generator(rng) uclass Sughosh Ganu
2019-12-26 17:25 ` [PATCH v5 8/8] virtio: rng: Add a random number generator(rng) driver Sughosh Ganu
2019-12-27  7:12   ` Heinrich Schuchardt
2019-12-27 11:29     ` Sughosh Ganu
2019-12-27 12:27       ` Heinrich Schuchardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1577381108-6320-7-git-send-email-sughosh.ganu@linaro.org \
    --to=sughosh.ganu@linaro.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.