Skip to content

Commit cef6a57

Browse files
committed
u-boot: v2025.07-Beagle, TI_FIRMWARE: 11.01.05, and OPTEE: 4.7.0-rc1
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent f0ab7b2 commit cef6a57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.sh

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

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

66
#https://github.com/TrustedFirmware-A/trusted-firmware-a.git
77
TRUSTED_FIRMWARE="lts-v2.12.4"
88

99
#https://github.com/OP-TEE/optee_os.git
10-
OPTEE="4.6.0"
10+
OPTEE="4.7.0-rc1"
1111

1212
#https://github.com/beagleboard/u-boot.git
13-
UBOOT="${UBOOT:-v2025.07-rc5-Beagle}"
13+
UBOOT="${UBOOT:-v2025.07-Beagle}"

0 commit comments

Comments
 (0)