Skip to content

Commit e76ecd4

Browse files
committed
bump: TI_FIRMWARE:-11.02.11, TFA:-lts-v2.12.8, OPTEE:-4.9.0-rc1, UBOOT:-v2025.10-Beagle
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent dc17282 commit e76ecd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/bin/bash
22

33
#https://github.com/TexasInstruments/ti-linux-firmware.git
4-
TI_FIRMWARE="${TI_FIRMWARE:-11.01.05}"
4+
TI_FIRMWARE="${TI_FIRMWARE:-11.02.11}"
55

66
#https://github.com/TrustedFirmware-A/trusted-firmware-a.git
77
TFA_GIT="${TFA_GIT:-https://github.com/TrustedFirmware-A/trusted-firmware-a.git}"
8-
TFA="lts-v2.12.4"
8+
TFA="${TFA:-lts-v2.12.8}"
99

1010
#https://github.com/OP-TEE/optee_os.git
11-
OPTEE="4.7.0-rc1"
11+
OPTEE="${OPTEE:-4.9.0-rc1}"
1212

1313
#https://github.com/beagleboard/u-boot.git
1414
UBOOT_GIT="${UBOOT_GIT:-https://github.com/beagleboard/u-boot.git}"
15-
UBOOT="${UBOOT:-v2025.07-Beagle}"
15+
UBOOT="${UBOOT:-v2025.10-Beagle}"

0 commit comments

Comments
 (0)