From e8f1b8128515a2e13b63f0eb94d34ecde8bf7aef Mon Sep 17 00:00:00 2001 From: SuperKali Date: Sat, 10 May 2025 16:38:35 +0200 Subject: [PATCH] =?UTF-8?q?board:=20youyeetoo-r1=20v3=20=E2=80=93=20Bumped?= =?UTF-8?q?=20U-Boot=20version=20and=20adjusted=20the=20order=20of=20kerne?= =?UTF-8?q?l=20build=20targets.=20(#8173)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/boards/youyeetoo-r1-v3.csc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/boards/youyeetoo-r1-v3.csc b/config/boards/youyeetoo-r1-v3.csc index 95f165d2d..7c7e85ebc 100644 --- a/config/boards/youyeetoo-r1-v3.csc +++ b/config/boards/youyeetoo-r1-v3.csc @@ -4,7 +4,8 @@ BOARDFAMILY="rockchip-rk3588" BOARD_MAINTAINER="SuperKali" BOOTCONFIG="generic-rk3588_defconfig" # vendor name, not standard, see hook below, set BOOT_SOC below to compensate BOOT_SOC="rk3588" -KERNEL_TARGET="current,edge,vendor" +KERNEL_TARGET="vendor,current,edge" +KERNEL_TEST_TARGET="vendor,edge" FULL_DESKTOP="yes" BOOT_LOGO="desktop" IMAGE_PARTITION_TABLE="gpt" @@ -37,8 +38,8 @@ function post_family_config__youyeetoo_r1_use_mainline_uboot() { declare -g BOOTCONFIG="generic-rk3588_defconfig" # Use generic defconfig which should boot all RK3588 boards declare -g BOOTDELAY=1 # Wait for UART interrupt to enter UMS/RockUSB mode etc declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline U-Boot - declare -g BOOTBRANCH="tag:v2025.01" - declare -g BOOTPATCHDIR="v2025.01" + declare -g BOOTBRANCH="tag:v2025.04" + declare -g BOOTPATCHDIR="v2025.04" # Don't set BOOTDIR, allow shared U-Boot source directory for disk space efficiency declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB};;u-boot-rockchip.bin"