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"} |
Jayanth Dodderi Chidanand | d0c750e | 2022-04-06 17:40:02 +0100 | [diff] [blame] | 11 | scp_mcp_prebuilts=${scp_mcp_prebuilts:="$scp_mcp_downloads/morello/release"} |
Anurag Koul | c7f61ce | 2021-02-24 19:11:06 +0000 | [diff] [blame] | 12 | |
Jayanth Dodderi Chidanand | d0c750e | 2022-04-06 17:40:02 +0100 | [diff] [blame] | 13 | uefi_addr=0x14200000 |