All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] configs/raspberrypi5_defconfig: use correct CPU
@ 2024-08-09 11:43 Gaël PORTAY
  2024-08-09 12:11 ` Athaariq Ardhiansyah
  2024-08-09 22:06 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Gaël PORTAY @ 2024-08-09 11:43 UTC (permalink / raw)
  To: buildroot
  Cc: Athaariq Ardhiansyah, Gaël PORTAY, Martin Bark,
	Julien Grossholtz

From: Athaariq Ardhiansyah <foss@athaariq.my.id>

The Raspberry Pi 5 uses a quad-core ARM Cortex-A76 CPU cluster[1].

This fixes incorrect CPU as it is no big.LITTLE CPU.

[1]: https://www.raspberrypi.com/documentation/computers/processors.html#bcm2712

Signed-off-by: Athaariq Ardhiansyah <foss@athaariq.my.id>
Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
---
Hello Athaariq,

I hope you do not mind if I upstream the fix you made about the CPU?

	# for i in /proc/device-tree/cpus/cpu@*/compatible; do cat "$i"; echo; done
	arm,cortex-a76
	arm,cortex-a76
	arm,cortex-a76
	arm,cortex-a76

Regards,
Gaël

 configs/raspberrypi5_defconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configs/raspberrypi5_defconfig b/configs/raspberrypi5_defconfig
index 0d753399e2..d43503ab26 100644
--- a/configs/raspberrypi5_defconfig
+++ b/configs/raspberrypi5_defconfig
@@ -1,6 +1,5 @@
 BR2_aarch64=y
-BR2_cortex_a76_a55=y
-BR2_ARM_FPU_VFPV4=y
+BR2_cortex_a76=y
 
 # patches
 BR2_GLOBAL_PATCH_DIR="board/raspberrypi/patches"
-- 
2.46.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] configs/raspberrypi5_defconfig: use correct CPU
  2024-08-09 11:43 [Buildroot] [PATCH 1/1] configs/raspberrypi5_defconfig: use correct CPU Gaël PORTAY
@ 2024-08-09 12:11 ` Athaariq Ardhiansyah
  2024-08-09 22:06 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Athaariq Ardhiansyah @ 2024-08-09 12:11 UTC (permalink / raw)
  To: Gaël PORTAY
  Cc: Gaël PORTAY, Martin Bark, Julien Grossholtz, buildroot

Hello Gaël,

> I hope you do not mind if I upstream the fix you made about the CPU?

Yeah sure, please take control of RPi5 support. I can't afford
RPi5 for now. The price is rising in my region.

Regards,
Athaariq
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] configs/raspberrypi5_defconfig: use correct CPU
  2024-08-09 11:43 [Buildroot] [PATCH 1/1] configs/raspberrypi5_defconfig: use correct CPU Gaël PORTAY
  2024-08-09 12:11 ` Athaariq Ardhiansyah
@ 2024-08-09 22:06 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-09 22:06 UTC (permalink / raw)
  To: Gaël PORTAY
  Cc: Athaariq Ardhiansyah, Gaël PORTAY, Martin Bark,
	Julien Grossholtz, buildroot

On Fri,  9 Aug 2024 13:43:45 +0200
"Gaël PORTAY" <gael.portay@gmail.com> wrote:

> From: Athaariq Ardhiansyah <foss@athaariq.my.id>
> 
> The Raspberry Pi 5 uses a quad-core ARM Cortex-A76 CPU cluster[1].
> 
> This fixes incorrect CPU as it is no big.LITTLE CPU.
> 
> [1]: https://www.raspberrypi.com/documentation/computers/processors.html#bcm2712
> 
> Signed-off-by: Athaariq Ardhiansyah <foss@athaariq.my.id>
> Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
> ---
> Hello Athaariq,

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-08-09 22:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09 11:43 [Buildroot] [PATCH 1/1] configs/raspberrypi5_defconfig: use correct CPU Gaël PORTAY
2024-08-09 12:11 ` Athaariq Ardhiansyah
2024-08-09 22:06 ` Thomas Petazzoni via buildroot

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.