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 | |||||
11 | url="$morello_prebuilts/grub-busybox.img" saveas="busybox.bin" fetch_file | ||||
12 | |||||
13 | archive_file "busybox.bin" | ||||
14 | |||||
15 | payload_type="linux" gen_fvp_yaml_template | ||||
16 | } |