From 8821837c016acfb9c630a814aa07d685d6b5008f Mon Sep 17 00:00:00 2001 From: EvilOlaf Date: Sat, 28 Feb 2026 16:09:49 +0000 Subject: [PATCH] orangepi5: bump u-boot to v2026.04-rc3 --- config/boards/orangepi5.conf | 4 ++-- .../defconfig/orangepi-5-sata-rk3588s_defconfig | 0 .../dt_uboot/rk3588s-orangepi-5-sata-u-boot.dtsi | 0 .../dt_upstream_rockchip/rk3588s-orangepi-5-sata.dts | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename patch/u-boot/{v2025.10 => v2026.04}/defconfig/orangepi-5-sata-rk3588s_defconfig (100%) rename patch/u-boot/{v2025.10 => v2026.04}/dt_uboot/rk3588s-orangepi-5-sata-u-boot.dtsi (100%) rename patch/u-boot/{v2025.10 => v2026.04}/dt_upstream_rockchip/rk3588s-orangepi-5-sata.dts (100%) diff --git a/config/boards/orangepi5.conf b/config/boards/orangepi5.conf index 88aebdb559..698ba676cc 100644 --- a/config/boards/orangepi5.conf +++ b/config/boards/orangepi5.conf @@ -26,8 +26,8 @@ function post_family_config__orangepi5_use_mainline_uboot() { declare -g BOOTCONFIG="orangepi-5-rk3588s_defconfig" declare -g BOOTDELAY=1 declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" - declare -g BOOTBRANCH="tag:v2025.10" - declare -g BOOTPATCHDIR="v2025.10" + declare -g BOOTBRANCH="tag:v2026.04-rc3" + declare -g BOOTPATCHDIR="v2026.04" declare -g BOOTDIR="u-boot-${BOARD}" declare -g UBOOT_TARGET_MAP="BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB} $BOOTCONFIG_SATA;;u-boot-rockchip-spi-sata.bin BL31=${RKBIN_DIR}/${BL31_BLOB} ROCKCHIP_TPL=${RKBIN_DIR}/${DDR_BLOB} $BOOTCONFIG;;u-boot-rockchip.bin u-boot-rockchip-spi.bin" diff --git a/patch/u-boot/v2025.10/defconfig/orangepi-5-sata-rk3588s_defconfig b/patch/u-boot/v2026.04/defconfig/orangepi-5-sata-rk3588s_defconfig similarity index 100% rename from patch/u-boot/v2025.10/defconfig/orangepi-5-sata-rk3588s_defconfig rename to patch/u-boot/v2026.04/defconfig/orangepi-5-sata-rk3588s_defconfig diff --git a/patch/u-boot/v2025.10/dt_uboot/rk3588s-orangepi-5-sata-u-boot.dtsi b/patch/u-boot/v2026.04/dt_uboot/rk3588s-orangepi-5-sata-u-boot.dtsi similarity index 100% rename from patch/u-boot/v2025.10/dt_uboot/rk3588s-orangepi-5-sata-u-boot.dtsi rename to patch/u-boot/v2026.04/dt_uboot/rk3588s-orangepi-5-sata-u-boot.dtsi diff --git a/patch/u-boot/v2025.10/dt_upstream_rockchip/rk3588s-orangepi-5-sata.dts b/patch/u-boot/v2026.04/dt_upstream_rockchip/rk3588s-orangepi-5-sata.dts similarity index 100% rename from patch/u-boot/v2025.10/dt_upstream_rockchip/rk3588s-orangepi-5-sata.dts rename to patch/u-boot/v2026.04/dt_upstream_rockchip/rk3588s-orangepi-5-sata.dts