From 2424b1ae2bc281d4f22eced9c4682cc81517c048 Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Tue, 11 Jul 2023 02:38:29 +0530 Subject: [PATCH] allwinner: bump uboot and kernel --- config/sources/families/include/sunxi64_common.inc | 8 ++++---- config/sources/families/include/sunxi_common.inc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index 4e6f66cf2e..5dac11361b 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -12,7 +12,7 @@ declare -g ATF_TARGET_MAP="PLAT=$ATF_PLAT DEBUG=1 bl31;;build/$ATF_PLAT/debug/bl declare -g ATFBRANCH="tag:v2.9.0" declare -g BOOTDELAY=1 declare -g BOOTPATCHDIR="${BOOTPATCHDIR:-"u-boot-sunxi"}" -declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2023.07-rc6"}" +declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2023.07"}" declare -g BOOTENV_FILE='sunxi.txt' UBOOT_TARGET_MAP="${UBOOT_TARGET_MAP:-BINMAN_ALLOW_MISSING=1;;u-boot-sunxi-with-spl.bin}" declare -g BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd' @@ -24,17 +24,17 @@ case $BRANCH in legacy) declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v5.15.119" + declare -g KERNELBRANCH="tag:v5.15.120" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.37" + declare -g KERNELBRANCH="tag:v6.1.38" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.4.1" + declare -g KERNELBRANCH="tag:v6.4.2" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index e0a9f8ba3e..68585f2d20 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -10,7 +10,7 @@ enable_extension "sunxi-tools" declare -g ARCH=armhf declare -g BOOTDELAY=1 declare -g BOOTPATCHDIR="${BOOTPATCHDIR:-"u-boot-sunxi"}" -declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2023.07-rc6"}" +declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2023.07"}" UBOOT_TARGET_MAP="${UBOOT_TARGET_MAP:-;;u-boot-sunxi-with-spl.bin}" declare -g BOOTSCRIPT="boot-sunxi.cmd:boot.cmd" declare -g BOOTENV_FILE='sunxi.txt' @@ -25,17 +25,17 @@ case $BRANCH in legacy) declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v5.15.119" + declare -g KERNELBRANCH="tag:v5.15.120" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.37" + declare -g KERNELBRANCH="tag:v6.1.38" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.4" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.4.1" + declare -g KERNELBRANCH="tag:v6.4.2" ;; esac