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 | fetch_tf_resource() { |
| 9 | uart="1" set_primary="1" file="linux-rd-busybox.exp" track_expect |
| 10 | |
Chandni Cherukuri | 57f4b91 | 2021-07-30 14:06:09 +0530 | [diff] [blame^] | 11 | url="$morello_prebuilts/busybox.img" saveas="busybox.bin" fetch_file |
Anurag Koul | c7f61ce | 2021-02-24 19:11:06 +0000 | [diff] [blame] | 12 | |
| 13 | archive_file "busybox.bin" |
| 14 | |
| 15 | payload_type="linux" gen_fvp_yaml_template |
| 16 | } |