Anurag Koul | c7f61ce | 2021-02-24 19:11:06 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # |
Anurag Koul | baedf93 | 2021-12-09 12:49:56 +0000 | [diff] [blame^] | 3 | # Copyright (c) 2021-2022 Arm Limited. All rights reserved. |
Anurag Koul | c7f61ce | 2021-02-24 19:11:06 +0000 | [diff] [blame] | 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
| 8 | source "$ci_root/fvp_utils.sh" |
| 9 | |
| 10 | morello_prebuilts=${morello_prebuilts:="$tfa_downloads/morello"} |
Anurag Koul | c7f61ce | 2021-02-24 19:11:06 +0000 | [diff] [blame] | 11 | |
Anurag Koul | baedf93 | 2021-12-09 12:49:56 +0000 | [diff] [blame^] | 12 | # TODO: Restore this path once the SCP release v2.10 binaries are generated |
| 13 | #scp_mcp_prebuilts=${scp_mcp_prebuilts:="$scp_mcp_downloads/morello/release"} |
| 14 | scp_mcp_prebuilts=${scp_mcp_prebuilts:="$tfa_downloads/morello/"} |