All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/arm_foundationv8_defconfig: bump to Linux 6.8.10
@ 2024-05-22 14:42 Vincent Stehlé
  2024-06-21 21:09 ` Arnout Vandecappelle via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Stehlé @ 2024-05-22 14:42 UTC (permalink / raw)
  To: buildroot; +Cc: Masahiro Yamada, Vincent Stehlé

- Bump Linux kernel to v6.8.10.
- Bump the FVP in the readme to version 11.25 build 15.

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
---
 board/arm/foundation-v8/readme.txt | 2 +-
 configs/arm_foundationv8_defconfig | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/board/arm/foundation-v8/readme.txt b/board/arm/foundation-v8/readme.txt
index cb0fe08b87..701cf3ceb0 100644
--- a/board/arm/foundation-v8/readme.txt
+++ b/board/arm/foundation-v8/readme.txt
@@ -3,7 +3,7 @@ ARM software simulator of the AArch64 architecture.
 
 First, one has to download the AArch64 software simulator from:
 
-  https://armkeil.blob.core.windows.net/developer/Files/downloads/ecosystem-models/Foundation_Platform_11.20_15_Linux64.tgz
+  https://developer.arm.com/-/media/Files/downloads/ecosystem-models/FM_11_25/Foundation_Platform_11.25_15_Linux64.tgz
 
 Then, use the arm_foundationv8_defconfig configuration to build your
 Buildroot system.
diff --git a/configs/arm_foundationv8_defconfig b/configs/arm_foundationv8_defconfig
index 102fe8fd09..d539d0b731 100644
--- a/configs/arm_foundationv8_defconfig
+++ b/configs/arm_foundationv8_defconfig
@@ -1,10 +1,10 @@
 BR2_aarch64=y
-# Linux headers same as kernel, a 6.1 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
+# Linux headers same as kernel, a 6.8 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_8=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.13"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.8.10"
 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="arm/foundation-v8-gicv3-psci"
-- 
2.43.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] configs/arm_foundationv8_defconfig: bump to Linux 6.8.10
  2024-05-22 14:42 [Buildroot] [PATCH] configs/arm_foundationv8_defconfig: bump to Linux 6.8.10 Vincent Stehlé
@ 2024-06-21 21:09 ` Arnout Vandecappelle via buildroot
  2024-06-24  7:44   ` Vincent Stehlé
  0 siblings, 1 reply; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-06-21 21:09 UTC (permalink / raw)
  To: Vincent Stehlé, buildroot; +Cc: Masahiro Yamada



On 22/05/2024 16:42, Vincent Stehlé wrote:
> - Bump Linux kernel to v6.8.10.
> - Bump the FVP in the readme to version 11.25 build 15.

  Could you please also add a hash file for the custom kernel version? You can 
use utils/add-custom-hashes.

  Regards,
  Arnout

> 
> Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>   board/arm/foundation-v8/readme.txt | 2 +-
>   configs/arm_foundationv8_defconfig | 6 +++---
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/board/arm/foundation-v8/readme.txt b/board/arm/foundation-v8/readme.txt
> index cb0fe08b87..701cf3ceb0 100644
> --- a/board/arm/foundation-v8/readme.txt
> +++ b/board/arm/foundation-v8/readme.txt
> @@ -3,7 +3,7 @@ ARM software simulator of the AArch64 architecture.
>   
>   First, one has to download the AArch64 software simulator from:
>   
> -  https://armkeil.blob.core.windows.net/developer/Files/downloads/ecosystem-models/Foundation_Platform_11.20_15_Linux64.tgz
> +  https://developer.arm.com/-/media/Files/downloads/ecosystem-models/FM_11_25/Foundation_Platform_11.25_15_Linux64.tgz
>   
>   Then, use the arm_foundationv8_defconfig configuration to build your
>   Buildroot system.
> diff --git a/configs/arm_foundationv8_defconfig b/configs/arm_foundationv8_defconfig
> index 102fe8fd09..d539d0b731 100644
> --- a/configs/arm_foundationv8_defconfig
> +++ b/configs/arm_foundationv8_defconfig
> @@ -1,10 +1,10 @@
>   BR2_aarch64=y
> -# Linux headers same as kernel, a 6.1 series
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
> +# Linux headers same as kernel, a 6.8 series
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_8=y
>   BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
>   BR2_LINUX_KERNEL=y
>   BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.13"
> +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.8.10"
>   BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
>   BR2_LINUX_KERNEL_DTS_SUPPORT=y
>   BR2_LINUX_KERNEL_INTREE_DTS_NAME="arm/foundation-v8-gicv3-psci"
_______________________________________________
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] configs/arm_foundationv8_defconfig: bump to Linux 6.8.10
  2024-06-21 21:09 ` Arnout Vandecappelle via buildroot
@ 2024-06-24  7:44   ` Vincent Stehlé
  0 siblings, 0 replies; 3+ messages in thread
From: Vincent Stehlé @ 2024-06-24  7:44 UTC (permalink / raw)
  To: Arnout Vandecappelle; +Cc: Masahiro Yamada, buildroot

On Fri, Jun 21, 2024 at 11:09:44PM +0200, Arnout Vandecappelle wrote:
> 
> 
> On 22/05/2024 16:42, Vincent Stehlé wrote:
> > - Bump Linux kernel to v6.8.10.
> > - Bump the FVP in the readme to version 11.25 build 15.
> 
>  Could you please also add a hash file for the custom kernel version? You
> can use utils/add-custom-hashes.

Hi Arnout,

Thanks for having a look and for the tips; I will add a hash and re-send.

Best regards,
Vincent.

> 
>  Regards,
>  Arnout
_______________________________________________
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-06-24  7:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 14:42 [Buildroot] [PATCH] configs/arm_foundationv8_defconfig: bump to Linux 6.8.10 Vincent Stehlé
2024-06-21 21:09 ` Arnout Vandecappelle via buildroot
2024-06-24  7:44   ` Vincent Stehlé

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.