Manish V Badarkhe | ea3e094 | 2021-03-05 11:51:48 +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="0" file="tftf.exp" track_expect | ||||
10 | uart="1" file="hold_uart.exp" track_expect | ||||
11 | |||||
12 | payload_type="tftf" gen_fvp_yaml_template | ||||
13 | } | ||||
14 | |||||
15 | post_tf_build() { | ||||
16 | build_fip BL33="$archive/tftf.bin" | ||||
17 | } | ||||
18 | |||||
19 | post_tf_archive() { | ||||
20 | gen_gpt_bin "$archive/fip.bin" | ||||
21 | } |