We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f7f5a commit 21ebc91Copy full SHA for 21ebc91
version.sh
@@ -1,11 +1,11 @@
1
#!/bin/bash
2
3
#https://github.com/TexasInstruments/ti-linux-firmware.git
4
-TI_FIRMWARE="${TI_FIRMWARE:-11.01.17}"
+TI_FIRMWARE="${TI_FIRMWARE:-11.02.04}"
5
6
#https://github.com/TrustedFirmware-A/trusted-firmware-a.git
7
TFA_GIT="${TFA_GIT:-https://github.com/TrustedFirmware-A/trusted-firmware-a.git}"
8
-TFA="lts-v2.12.7"
+TFA="lts-v2.12.8"
9
10
#https://github.com/OP-TEE/optee_os.git
11
OPTEE="4.8.0"
0 commit comments