| Anurag Koul | c7f61ce | 2021-02-24 19:11:06 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # | ||||
| 3 | # Copyright (c) 2021 Arm Limited. All rights reserved. | ||||
| 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"} | ||||
| 11 | |||||
| 12 | uefi_addr=0x14200000 | ||||