Skip to content

Commit a2a3ca5

Browse files
committed
update to v2025.10
Signed-off-by: John Clark <[email protected]>
1 parent 22d70d0 commit a2a3ca5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/rk3308_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.07
11+
default: v2025.10
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3328_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.07
11+
default: v2025.10
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3399_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.07
11+
default: v2025.10
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3566_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.07
11+
default: v2025.10
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3568_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.07
11+
default: v2025.10
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3576_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.07
11+
default: v2025.10
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

.github/workflows/rk3588_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
uboot_ref:
99
description: Enter a u-boot git tag (or branch/commit)
1010
required: true
11-
default: v2025.07
11+
default: v2025.10
1212
type: string
1313
use_arm_tf:
1414
description: Use ARM Trusted Firmware for BL31 (if unchecked, uses Rockchip BL31)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
RKBIN_REF := master
55
ATF_REF := master
6-
UBOOT_REF := v2025.10-rc5
6+
UBOOT_REF := v2025.10
77

88
# 1 = use atf bl31, 0 = use rockchip bl31
99
USE_ARM_TF := 1

0 commit comments

Comments
 (0)