Skip to content

Commit 2ddc1ce

Browse files
committed
bump: TFA:-v2.14.0
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent 8d49d23 commit 2ddc1ce

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build-debian-14-arm64:
3232
- ./build_u-boot.sh
3333
- ccache -sv
3434
- df -h /dev/shm
35-
- tar --use-compress-program='zstd -9' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
35+
- tar --use-compress-program='zstd -6' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
3636

3737
build-debian-13-arm64:
3838
image: robertcnelson/beagle-devscripts-kernel-debian-13-arm64:latest
@@ -54,7 +54,7 @@ build-debian-13-arm64:
5454
- ./build_u-boot.sh
5555
- ccache -sv
5656
- df -h /dev/shm
57-
- tar --use-compress-program='zstd -9' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
57+
- tar --use-compress-program='zstd -6' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
5858

5959
pages:
6060
image: robertcnelson/beagle-devscripts-kernel-debian-12-arm64:latest
@@ -76,7 +76,7 @@ pages:
7676
- ./build_u-boot.sh
7777
- ccache -sv
7878
- df -h /dev/shm
79-
- tar --use-compress-program='zstd -9' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
79+
- tar --use-compress-program='zstd -6' -cf ccache.tar.zst /dev/shm/my-ccache-in-memory
8080
- apindex public
8181
artifacts:
8282
when: on_success

version.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ 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="${TFA:-lts-v2.12.8}"
8+
#TFA="${TFA:-lts-v2.12.8}"
9+
TFA="${TFA:-v2.14.0}"
910

1011
#https://github.com/OP-TEE/optee_os.git
1112
OPTEE="${OPTEE:-4.9.0-rc1}"

0 commit comments

Comments
 (0)