diff mbox series

configs/stm32mp157a_dk1: bump TF-A, Linux, U-Boot versions

Message ID 20210709192156.8030-1-texier.pj2@gmail.com
State Accepted
Headers show
Series configs/stm32mp157a_dk1: bump TF-A, Linux, U-Boot versions | expand

Commit Message

Pierre-Jean Texier July 9, 2021, 7:21 p.m. UTC
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(-)

Comments

Thomas Petazzoni July 15, 2021, 8:36 p.m. UTC | #1
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
Pierre-Jean Texier July 15, 2021, 8:51 p.m. UTC | #2
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@gmail.com/
[2] - 
http://patchwork.ozlabs.org/project/buildroot/patch/20210715204746.22089-1-texier.pj2@gmail.com/
diff mbox series

Patch

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