Skip to content

Arm backend: Bump TOSA tools to v1.0 update v2025.07.0 #13272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions backends/arm/scripts/install_reference_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@

set -euo pipefail

# Installation script to manage transition to 1.0
# Installation script for TOSA reference model

# TOSA reference model
tosa_reference_model_url="https://git.gitlab.arm.com/tosa/tosa-reference-model.git"
tosa_reference_model_1_0_rev="1e6e4526df3391e1d6bc41562596bb18b3153bf3"
tosa_reference_model_1_0_rev="8aa2896be5b0625a7cde57abb2308da0d426198d" #2025.07.0

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

Expand Down
Loading