blob: 122506228f6fd26c97597b5df3748874cb457d36 [file] [log] [blame]
Manish V Badarkheea3e0942021-03-05 11:51:48 +00001#!/usr/bin/env bash
2#
3# Copyright (c) 2021 Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8fetch_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
15post_tf_build() {
16 build_fip BL33="$archive/tftf.bin"
17}
18
19post_tf_archive() {
20 gen_gpt_bin "$archive/fip.bin"
21}