From: Patrick DELAUNAY <patrick.delaunay@st.com>
To: u-boot@lists.denx.de
Subject: [PATCH v3 4/8] configs: stm32mp15: Enable random number generator(rng) device
Date: Mon, 16 Dec 2019 12:00:52 +0000 [thread overview]
Message-ID: <b541799f47e5482093edf2cf2dd082ec@SFHDAG6NODE3.st.com> (raw)
In-Reply-To: <1576221267-5948-5-git-send-email-sughosh.ganu@linaro.org>
Hi,
> Sent: vendredi 13 décembre 2019 08:14
>
> Enable support for the rng device on the stm32mp15 configs.
>
> Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Patrick Delaunay <patrick.delaunay@st.com>
Thanks.
> ---
> configs/stm32mp15_basic_defconfig | 2 ++
> configs/stm32mp15_optee_defconfig | 2 ++
> configs/stm32mp15_trusted_defconfig | 2 ++
> 3 files changed, 6 insertions(+)
>
> diff --git a/configs/stm32mp15_basic_defconfig
> b/configs/stm32mp15_basic_defconfig
> index 358c2cd..5ca40e0 100644
> --- a/configs/stm32mp15_basic_defconfig
> +++ b/configs/stm32mp15_basic_defconfig
> @@ -143,3 +143,5 @@ CONFIG_VIDEO_STM32_DSI=y
> CONFIG_VIDEO_STM32_MAX_XRES=1280
> CONFIG_VIDEO_STM32_MAX_YRES=800
> CONFIG_FDT_FIXUP_PARTITIONS=y
> +CONFIG_DM_RNG=y
> +CONFIG_RNG_STM32MP1=y
> diff --git a/configs/stm32mp15_optee_defconfig
> b/configs/stm32mp15_optee_defconfig
> index a065d3e..b161cd1 100644
> --- a/configs/stm32mp15_optee_defconfig
> +++ b/configs/stm32mp15_optee_defconfig
> @@ -127,3 +127,5 @@ CONFIG_VIDEO_STM32_DSI=y
> CONFIG_VIDEO_STM32_MAX_XRES=1280
> CONFIG_VIDEO_STM32_MAX_YRES=800
> CONFIG_FDT_FIXUP_PARTITIONS=y
> +CONFIG_DM_RNG=y
> +CONFIG_RNG_STM32MP1=y
> diff --git a/configs/stm32mp15_trusted_defconfig
> b/configs/stm32mp15_trusted_defconfig
> index 632f11f..ddf244d 100644
> --- a/configs/stm32mp15_trusted_defconfig
> +++ b/configs/stm32mp15_trusted_defconfig
> @@ -126,3 +126,5 @@ CONFIG_VIDEO_STM32_DSI=y
> CONFIG_VIDEO_STM32_MAX_XRES=1280
> CONFIG_VIDEO_STM32_MAX_YRES=800
> CONFIG_FDT_FIXUP_PARTITIONS=y
> +CONFIG_DM_RNG=y
> +CONFIG_RNG_STM32MP1=y
> --
> 2.7.4
next prev parent reply other threads:[~2019-12-16 12:00 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-13 7:14 [PATCH v3 0/8] Add a random number generator uclass Sughosh Ganu
2019-12-13 7:14 ` [PATCH v3 1/8] dm: rng: Add random number generator(rng) uclass Sughosh Ganu
2019-12-13 12:21 ` Ilias Apalodimas
2019-12-16 11:59 ` Patrick DELAUNAY
2019-12-16 12:13 ` Patrick DELAUNAY
2019-12-16 18:55 ` Sughosh Ganu
2019-12-13 7:14 ` [PATCH v3 2/8] clk: stm32mp1: Add a clock entry for RNG1 device Sughosh Ganu
2019-12-16 8:55 ` Patrick DELAUNAY
2019-12-13 7:14 ` [PATCH v3 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device Sughosh Ganu
2019-12-16 11:58 ` Patrick DELAUNAY
2019-12-13 7:14 ` [PATCH v3 4/8] configs: stm32mp15: Enable " Sughosh Ganu
2019-12-16 12:00 ` Patrick DELAUNAY [this message]
2019-12-13 7:14 ` [PATCH v3 5/8] sandbox: rng: Add a random number generator(rng) driver Sughosh Ganu
2019-12-16 12:30 ` Patrick DELAUNAY
2019-12-16 18:59 ` Sughosh Ganu
2019-12-13 7:14 ` [PATCH v3 6/8] configs: sandbox: Enable random number generator(rng) device Sughosh Ganu
2019-12-16 12:07 ` Patrick DELAUNAY
2019-12-13 7:14 ` [PATCH v3 7/8] test: rng: Add basic test for random number generator(rng) uclass Sughosh Ganu
2019-12-16 12:42 ` Patrick DELAUNAY
2019-12-16 19:01 ` Sughosh Ganu
2019-12-13 7:14 ` [PATCH v3 8/8] virtio: rng: Add a random number generator(rng) driver Sughosh Ganu
2019-12-13 12:21 ` Ilias Apalodimas
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=b541799f47e5482093edf2cf2dd082ec@SFHDAG6NODE3.st.com \
--to=patrick.delaunay@st.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox