All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/stm32mp157a_dk1: bump TF-A, Linux, U-Boot versions
@ 2021-07-09 19:21 Pierre-Jean Texier
  2021-07-15 20:36 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre-Jean Texier @ 2021-07-09 19:21 UTC (permalink / raw)
  To: buildroot

Runtime tested:

NOTICE:  Model: STMicroelectronics STM32MP157A-DK1 Discovery Board
NOTICE:  Board: MB1272 Var1.0 Rev.C-01
...
U-Boot 2021.07 (Jul 09 2021 - 20:53:05 +0200)
...
Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.13.0 ...
...
Welcome to Buildroot
buildroot login:

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
---
 configs/stm32mp157a_dk1_defconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/stm32mp157a_dk1_defconfig b/configs/stm32mp157a_dk1_defconfig
index 6883aaba7b..bdb99c8663 100644
--- a/configs/stm32mp157a_dk1_defconfig
+++ b/configs/stm32mp157a_dk1_defconfig
@@ -1,11 +1,11 @@
 BR2_arm=y
 BR2_cortex_a7=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_8=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_13=y
 BR2_ROOTFS_OVERLAY="board/stmicroelectronics/stm32mp157a-dk1/overlay/"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/stmicroelectronics/common/stm32mp157/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.8.13"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.13"
 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
@@ -17,7 +17,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 # BR2_TARGET_ROOTFS_TAR is not set
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.2"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE="v2.5"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="stm32mp1"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="STM32MP_SDMMC=1 AARCH32_SP=sp_min DTB_FILE_NAME=stm32mp157a-dk1.dtb"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES="*.stm32"
@@ -25,7 +25,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="2020.07"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.07"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32mp15_trusted"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/stmicroelectronics/stm32mp157a-dk1/uboot-fragment.config"
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set
-- 
2.17.1

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

* [Buildroot] [PATCH] configs/stm32mp157a_dk1: bump TF-A, Linux, U-Boot versions
  2021-07-09 19:21 [Buildroot] [PATCH] configs/stm32mp157a_dk1: bump TF-A, Linux, U-Boot versions Pierre-Jean Texier
@ 2021-07-15 20:36 ` Thomas Petazzoni
  2021-07-15 20:51   ` Pierre-Jean Texier
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2021-07-15 20:36 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  9 Jul 2021 21:21:56 +0200
Pierre-Jean Texier <texier.pj2@gmail.com> wrote:

>  configs/stm32mp157a_dk1_defconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks. However, could you sync with Sergey
Matyukevich <geomatsi@gmail.com> and ensure that the DK1 and DK2
configurations are aligned in terms of TF-A/U-Boot/Linux versions ?

Also, could you drop the U-Boot config fragment related to the
watchdog, like Sergey did for the DK2 ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] configs/stm32mp157a_dk1: bump TF-A, Linux, U-Boot versions
  2021-07-15 20:36 ` Thomas Petazzoni
@ 2021-07-15 20:51   ` Pierre-Jean Texier
  0 siblings, 0 replies; 3+ messages in thread
From: Pierre-Jean Texier @ 2021-07-15 20:51 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

Le 15/07/2021 ? 22:36, Thomas Petazzoni a ?crit?:
> Hello,
> 
> On Fri,  9 Jul 2021 21:21:56 +0200
> Pierre-Jean Texier <texier.pj2@gmail.com> wrote:
> 
>>   configs/stm32mp157a_dk1_defconfig | 8 ++++----
>>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> Applied to master, thanks. However, could you sync with Sergey
> Matyukevich <geomatsi@gmail.com> and ensure that the DK1 and DK2
> configurations are aligned in terms of TF-A/U-Boot/Linux versions ?

Thanks for the feedback, you're indeed right, fixed in [1]
> 
> Also, could you drop the U-Boot config fragment related to the
> watchdog, like Sergey did for the DK2 ?

Sure, fixed in [2].

Thanks !

[1] - 
http://patchwork.ozlabs.org/project/buildroot/patch/20210715204746.22089-2-texier.pj2 at gmail.com/
[2] - 
http://patchwork.ozlabs.org/project/buildroot/patch/20210715204746.22089-1-texier.pj2 at gmail.com/
-- 
Pierre-Jean Texier

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

end of thread, other threads:[~2021-07-15 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 19:21 [Buildroot] [PATCH] configs/stm32mp157a_dk1: bump TF-A, Linux, U-Boot versions Pierre-Jean Texier
2021-07-15 20:36 ` Thomas Petazzoni
2021-07-15 20:51   ` Pierre-Jean Texier

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.