Skip to content

Commit 17047ea

Browse files
authored
Arm backend: Bump TOSA tools to v1.0 update v2025.07.0 (#13272)
This does not fix any known issue it just brings in the latest TOSA fixes. Signed-off-by: Zingo Andersen <[email protected]>
1 parent 2c4b950 commit 17047ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

backends/arm/scripts/install_reference_model.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66

77
set -euo pipefail
88

9-
# Installation script to manage transition to 1.0
9+
# Installation script for TOSA reference model
1010

11-
# TOSA reference model
1211
tosa_reference_model_url="https://git.gitlab.arm.com/tosa/tosa-reference-model.git"
13-
tosa_reference_model_1_0_rev="1e6e4526df3391e1d6bc41562596bb18b3153bf3"
12+
tosa_reference_model_1_0_rev="8aa2896be5b0625a7cde57abb2308da0d426198d" #2025.07.0
1413

1514
script_dir=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
1615

0 commit comments

Comments
 (0)