* [Buildroot] [PATCH 1/1] configs/stm32mp157a_dk1: bump Linux to 6.6.39 and U-Boot to 2024.07
@ 2024-07-13 13:08 Dario Binacchi
2024-07-13 14:27 ` Thomas Petazzoni via buildroot
2024-07-13 14:36 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Dario Binacchi @ 2024-07-13 13:08 UTC (permalink / raw)
To: buildroot; +Cc: linux-amarula, Bartosz Bilas, Dario Binacchi, Marleen Vos
The patch bumps the Linux kernel to version 6.6.39 and U-Boot to version
2024.07.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
.../stm32mp157a-dk1/patches/linux/linux.hash | 2 +-
.../stm32mp157a-dk1/patches/uboot/uboot.hash | 2 +-
configs/stm32mp157a_dk1_defconfig | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/board/stmicroelectronics/stm32mp157a-dk1/patches/linux/linux.hash b/board/stmicroelectronics/stm32mp157a-dk1/patches/linux/linux.hash
index 8b7624cceb9e..f4b1146f83b6 100644
--- a/board/stmicroelectronics/stm32mp157a-dk1/patches/linux/linux.hash
+++ b/board/stmicroelectronics/stm32mp157a-dk1/patches/linux/linux.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 3f6baa97f37518439f51df2e4f3d65a822ca5ff016aa8e60d2cc53b95a6c89d9 linux-5.13.tar.xz
+sha256 2783d42112095f95c510e1b421f056df8cbfa845f9040c6115080434a77a776b linux-6.6.39.tar.xz
diff --git a/board/stmicroelectronics/stm32mp157a-dk1/patches/uboot/uboot.hash b/board/stmicroelectronics/stm32mp157a-dk1/patches/uboot/uboot.hash
index 7cef5b688ec3..fe9b4f53dc63 100644
--- a/board/stmicroelectronics/stm32mp157a-dk1/patches/uboot/uboot.hash
+++ b/board/stmicroelectronics/stm32mp157a-dk1/patches/uboot/uboot.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 e31cac91545ff41b71cec5d8c22afd695645cd6e2a442ccdacacd60534069341 u-boot-2023.04.tar.bz2
+sha256 f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f u-boot-2024.07.tar.bz2
diff --git a/configs/stm32mp157a_dk1_defconfig b/configs/stm32mp157a_dk1_defconfig
index 38f7bc8946c1..31c52a7723a2 100644
--- a/configs/stm32mp157a_dk1_defconfig
+++ b/configs/stm32mp157a_dk1_defconfig
@@ -2,8 +2,8 @@
BR2_arm=y
BR2_cortex_a7=y
-# Linux headers same as kernel, a 5.13 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_13=y
+# Linux headers same as kernel, a 6.6 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
# System configuration
BR2_GLOBAL_PATCH_DIR="board/stmicroelectronics/stm32mp157a-dk1/patches"
@@ -14,11 +14,11 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/stmicroelectronics/common/stm32mp157/post-im
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.13"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.39"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32mp157a-dk1/linux.config"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32mp157a-dk1"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="st/stm32mp157a-dk1"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
# Filesystem
@@ -41,7 +41,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_DTC=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.04"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.07"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32mp15_trusted"
# BR2_TARGET_UBOOT_FORMAT_BIN is not set
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
--
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 1/1] configs/stm32mp157a_dk1: bump Linux to 6.6.39 and U-Boot to 2024.07
2024-07-13 13:08 [Buildroot] [PATCH 1/1] configs/stm32mp157a_dk1: bump Linux to 6.6.39 and U-Boot to 2024.07 Dario Binacchi
@ 2024-07-13 14:27 ` Thomas Petazzoni via buildroot
2024-07-13 14:36 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-13 14:27 UTC (permalink / raw)
To: Dario Binacchi; +Cc: Marleen Vos, Bartosz Bilas, linux-amarula, buildroot
On Sat, 13 Jul 2024 15:08:47 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
> The patch bumps the Linux kernel to version 6.6.39 and U-Boot to version
> 2024.07.
>
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
> .../stm32mp157a-dk1/patches/linux/linux.hash | 2 +-
> .../stm32mp157a-dk1/patches/uboot/uboot.hash | 2 +-
> configs/stm32mp157a_dk1_defconfig | 10 +++++-----
> 3 files changed, 7 insertions(+), 7 deletions(-)
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
* Re: [Buildroot] [PATCH 1/1] configs/stm32mp157a_dk1: bump Linux to 6.6.39 and U-Boot to 2024.07
2024-07-13 13:08 [Buildroot] [PATCH 1/1] configs/stm32mp157a_dk1: bump Linux to 6.6.39 and U-Boot to 2024.07 Dario Binacchi
2024-07-13 14:27 ` Thomas Petazzoni via buildroot
@ 2024-07-13 14:36 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-13 14:36 UTC (permalink / raw)
To: Dario Binacchi; +Cc: Marleen Vos, Bartosz Bilas, linux-amarula, buildroot
Hello Dario,
On Sat, 13 Jul 2024 15:08:47 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
> The patch bumps the Linux kernel to version 6.6.39 and U-Boot to version
> 2024.07.
>
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Could you also have a look at bumping TF-A to version 2.9 ?
Ideally, we should try to align with the DK2 configuration, which is
being updated
by https://patchwork.ozlabs.org/project/buildroot/patch/20240712221333.909756-1-rgallaispou@gmail.com/
that I will apply soon.
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
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-07-13 14:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-13 13:08 [Buildroot] [PATCH 1/1] configs/stm32mp157a_dk1: bump Linux to 6.6.39 and U-Boot to 2024.07 Dario Binacchi
2024-07-13 14:27 ` Thomas Petazzoni via buildroot
2024-07-13 14:36 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox