mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] virt: select COMMON_CLK & COMMON_CLK_OF_PROVIDER
@ 2025-05-13 10:45 Rouven Czerwinski
  2025-05-14 15:22 ` Ahmad Fatoum
  0 siblings, 1 reply; 2+ messages in thread
From: Rouven Czerwinski @ 2025-05-13 10:45 UTC (permalink / raw)
  To: barebox; +Cc: Rouven Czerwinski

Otherwise the qemu invocation provided in the documentation leads to no
output on the serial console, presumably because the serial driver can
not calculate the timings. This was not noticed in the multi_v8_defconfig since
any other platform selects both.

Tested by using multi_v8_defconfig and disabling every other platform
except virt.

Signed-off-by: Rouven Czerwinski <rouven.czerwinski@linaro.org>
---
 arch/arm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 84b1660d1e..0800b15d78 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -146,6 +146,8 @@ config ARCH_ARM64_VIRT
 	select BOARD_ARM_VIRT
 	select HW_HAS_PCI
 	select HAS_DEBUG_LL
+	select COMMON_CLK
+	select COMMON_CLK_OF_PROVIDER
 
 config ARCH_BCM283X
 	bool "Broadcom BCM283x based boards"
-- 
2.48.1




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

* Re: [PATCH] virt: select COMMON_CLK & COMMON_CLK_OF_PROVIDER
  2025-05-13 10:45 [PATCH] virt: select COMMON_CLK & COMMON_CLK_OF_PROVIDER Rouven Czerwinski
@ 2025-05-14 15:22 ` Ahmad Fatoum
  0 siblings, 0 replies; 2+ messages in thread
From: Ahmad Fatoum @ 2025-05-14 15:22 UTC (permalink / raw)
  To: Rouven Czerwinski, barebox

On 13.05.25 12:45, Rouven Czerwinski wrote:
> Otherwise the qemu invocation provided in the documentation leads to no
> output on the serial console, presumably because the serial driver can
> not calculate the timings. This was not noticed in the multi_v8_defconfig since
> any other platform selects both.
> 
> Tested by using multi_v8_defconfig and disabling every other platform
> except virt.
> 
> Signed-off-by: Rouven Czerwinski <rouven.czerwinski@linaro.org>

Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>

Thanks,
Ahmad

> ---
>  arch/arm/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 84b1660d1e..0800b15d78 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -146,6 +146,8 @@ config ARCH_ARM64_VIRT
>  	select BOARD_ARM_VIRT
>  	select HW_HAS_PCI
>  	select HAS_DEBUG_LL
> +	select COMMON_CLK
> +	select COMMON_CLK_OF_PROVIDER
>  
>  config ARCH_BCM283X
>  	bool "Broadcom BCM283x based boards"


-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

end of thread, other threads:[~2025-05-14 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-13 10:45 [PATCH] virt: select COMMON_CLK & COMMON_CLK_OF_PROVIDER Rouven Czerwinski
2025-05-14 15:22 ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox