All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: meson: imply DM_RNG
@ 2020-04-05 10:20 ` Heinrich Schuchardt
  0 siblings, 0 replies; 6+ messages in thread
From: Heinrich Schuchardt @ 2020-04-05 10:20 UTC (permalink / raw)
  To: u-boot

All ARCH_MESON boards have a hardware random number generator. So we should
enable building the RNG driver.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bbb1e2738b..eee4538c7e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -762,6 +762,7 @@ config ARCH_OMAP2PLUS
 config ARCH_MESON
 	bool "Amlogic Meson"
 	imply DISTRO_DEFAULTS
+	imply DM_RNG
 	help
 	  Support for the Meson SoC family developed by Amlogic Inc.,
 	  targeted at media players and tablet computers. We currently
--
2.25.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] arm: meson: imply DM_RNG
@ 2020-04-05 10:20 ` Heinrich Schuchardt
  0 siblings, 0 replies; 6+ messages in thread
From: Heinrich Schuchardt @ 2020-04-05 10:20 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Beniamino Galvani, u-boot-amlogic, Tom Rini, open list,
	Heinrich Schuchardt

All ARCH_MESON boards have a hardware random number generator. So we should
enable building the RNG driver.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index bbb1e2738b..eee4538c7e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -762,6 +762,7 @@ config ARCH_OMAP2PLUS
 config ARCH_MESON
 	bool "Amlogic Meson"
 	imply DISTRO_DEFAULTS
+	imply DM_RNG
 	help
 	  Support for the Meson SoC family developed by Amlogic Inc.,
 	  targeted at media players and tablet computers. We currently
--
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] arm: meson: imply DM_RNG
  2020-04-05 10:20 ` Heinrich Schuchardt
@ 2020-04-06  8:03   ` Neil Armstrong
  -1 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2020-04-06  8:03 UTC (permalink / raw)
  To: u-boot

On 05/04/2020 12:20, Heinrich Schuchardt wrote:
> All ARCH_MESON boards have a hardware random number generator. So we should
> enable building the RNG driver.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index bbb1e2738b..eee4538c7e 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -762,6 +762,7 @@ config ARCH_OMAP2PLUS
>  config ARCH_MESON
>  	bool "Amlogic Meson"
>  	imply DISTRO_DEFAULTS
> +	imply DM_RNG
>  	help
>  	  Support for the Meson SoC family developed by Amlogic Inc.,
>  	  targeted at media players and tablet computers. We currently
> --
> 2.25.1
> 


Acked-by: Neil Armstrong <narmstrong@baylibre.com>

You can take it now, or I will push it later.

Neil

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm: meson: imply DM_RNG
@ 2020-04-06  8:03   ` Neil Armstrong
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2020-04-06  8:03 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: Beniamino Galvani, u-boot-amlogic, Tom Rini, open list

On 05/04/2020 12:20, Heinrich Schuchardt wrote:
> All ARCH_MESON boards have a hardware random number generator. So we should
> enable building the RNG driver.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index bbb1e2738b..eee4538c7e 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -762,6 +762,7 @@ config ARCH_OMAP2PLUS
>  config ARCH_MESON
>  	bool "Amlogic Meson"
>  	imply DISTRO_DEFAULTS
> +	imply DM_RNG
>  	help
>  	  Support for the Meson SoC family developed by Amlogic Inc.,
>  	  targeted at media players and tablet computers. We currently
> --
> 2.25.1
> 


Acked-by: Neil Armstrong <narmstrong@baylibre.com>

You can take it now, or I will push it later.

Neil

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] arm: meson: imply DM_RNG
  2020-04-05 10:20 ` Heinrich Schuchardt
@ 2020-04-15 16:07   ` Neil Armstrong
  -1 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2020-04-15 16:07 UTC (permalink / raw)
  To: u-boot

On 05/04/2020 12:20, Heinrich Schuchardt wrote:
> All ARCH_MESON boards have a hardware random number generator. So we should
> enable building the RNG driver.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index bbb1e2738b..eee4538c7e 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -762,6 +762,7 @@ config ARCH_OMAP2PLUS
>  config ARCH_MESON
>  	bool "Amlogic Meson"
>  	imply DISTRO_DEFAULTS
> +	imply DM_RNG
>  	help
>  	  Support for the Meson SoC family developed by Amlogic Inc.,
>  	  targeted at media players and tablet computers. We currently
> --
> 2.25.1
> 

Applied to u-boot-amlogic

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm: meson: imply DM_RNG
@ 2020-04-15 16:07   ` Neil Armstrong
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2020-04-15 16:07 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: Beniamino Galvani, u-boot-amlogic, Tom Rini, open list

On 05/04/2020 12:20, Heinrich Schuchardt wrote:
> All ARCH_MESON boards have a hardware random number generator. So we should
> enable building the RNG driver.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  arch/arm/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index bbb1e2738b..eee4538c7e 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -762,6 +762,7 @@ config ARCH_OMAP2PLUS
>  config ARCH_MESON
>  	bool "Amlogic Meson"
>  	imply DISTRO_DEFAULTS
> +	imply DM_RNG
>  	help
>  	  Support for the Meson SoC family developed by Amlogic Inc.,
>  	  targeted at media players and tablet computers. We currently
> --
> 2.25.1
> 

Applied to u-boot-amlogic

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-15 16:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-05 10:20 [PATCH] arm: meson: imply DM_RNG Heinrich Schuchardt
2020-04-05 10:20 ` Heinrich Schuchardt
2020-04-06  8:03 ` Neil Armstrong
2020-04-06  8:03   ` Neil Armstrong
2020-04-15 16:07 ` Neil Armstrong
2020-04-15 16:07   ` Neil Armstrong

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.