Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Copyright (c) 2019, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | fetch_tf_resource() { | ||||
9 | kernel_type="fvp-oe-uboot" get_kernel | ||||
10 | initrd_type="dummy-ramdisk" get_initrd | ||||
11 | get_rootfs | ||||
12 | uart="0" timeout="1800" file="linux-oe.exp" track_expect | ||||
13 | } |