* [Buildroot] [PATCH 1/2] boot/uboot: Bump to version 2020.01
@ 2020-01-08 23:09 Fabio Estevam
2020-01-08 23:09 ` [Buildroot] [PATCH 2/2] configs/warp7: Bump U-Boot and kernel versions Fabio Estevam
2020-01-10 21:54 ` [Buildroot] [PATCH 1/2] boot/uboot: Bump to version 2020.01 Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2020-01-08 23:09 UTC (permalink / raw)
To: buildroot
Bump to U-Boot 2020.01 version.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
boot/uboot/Config.in | 4 ++--
boot/uboot/uboot.hash | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 42f2090787..ffc441d670 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -41,7 +41,7 @@ choice
Select the specific U-Boot version you want to use
config BR2_TARGET_UBOOT_LATEST_VERSION
- bool "2019.10"
+ bool "2020.01"
config BR2_TARGET_UBOOT_CUSTOM_VERSION
bool "Custom version"
@@ -89,7 +89,7 @@ endif
config BR2_TARGET_UBOOT_VERSION
string
- default "2019.10" if BR2_TARGET_UBOOT_LATEST_VERSION
+ default "2020.01" if BR2_TARGET_UBOOT_LATEST_VERSION
default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \
if BR2_TARGET_UBOOT_CUSTOM_VERSION
default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
diff --git a/boot/uboot/uboot.hash b/boot/uboot/uboot.hash
index 1dd2456449..6c17ef02b2 100644
--- a/boot/uboot/uboot.hash
+++ b/boot/uboot/uboot.hash
@@ -1,3 +1,3 @@
# Locally computed:
-sha256 8d6d6070739522dd236cba7055b8736bfe92b4fac0ea18ad809829ca79667014 u-boot-2019.10.tar.bz2
+sha256 aa453c603208b1b27bd03525775a7f79b443adec577fdc6e8f06974025a135f1 u-boot-2020.01.tar.bz2
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 Licenses/gpl-2.0.txt
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] configs/warp7: Bump U-Boot and kernel versions
2020-01-08 23:09 [Buildroot] [PATCH 1/2] boot/uboot: Bump to version 2020.01 Fabio Estevam
@ 2020-01-08 23:09 ` Fabio Estevam
2020-01-10 21:54 ` [Buildroot] [PATCH 1/2] boot/uboot: Bump to version 2020.01 Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2020-01-08 23:09 UTC (permalink / raw)
To: buildroot
Bump U-Boot to 2020.01 version and kernel to 5.4.8.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
configs/warp7_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 96c723d9e5..8ee56b8f21 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -15,7 +15,7 @@ BR2_ROOTFS_OVERLAY="board/warp7/rootfs_overlay"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.1"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.4.8"
BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx7s-warp"
@@ -25,7 +25,7 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="warp7"
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.01"
BR2_TARGET_UBOOT_FORMAT_DTB_IMX=y
# wifi firmware for brcm43430
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] boot/uboot: Bump to version 2020.01
2020-01-08 23:09 [Buildroot] [PATCH 1/2] boot/uboot: Bump to version 2020.01 Fabio Estevam
2020-01-08 23:09 ` [Buildroot] [PATCH 2/2] configs/warp7: Bump U-Boot and kernel versions Fabio Estevam
@ 2020-01-10 21:54 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-01-10 21:54 UTC (permalink / raw)
To: buildroot
On Wed, 8 Jan 2020 20:09:53 -0300
Fabio Estevam <festevam@gmail.com> wrote:
> Bump to U-Boot 2020.01 version.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
> boot/uboot/Config.in | 4 ++--
> boot/uboot/uboot.hash | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Both patches applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-10 21:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-08 23:09 [Buildroot] [PATCH 1/2] boot/uboot: Bump to version 2020.01 Fabio Estevam
2020-01-08 23:09 ` [Buildroot] [PATCH 2/2] configs/warp7: Bump U-Boot and kernel versions Fabio Estevam
2020-01-10 21:54 ` [Buildroot] [PATCH 1/2] boot/uboot: Bump to version 2020.01 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox