Harrison Mutai | d89538b | 2023-04-19 18:18:37 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2023 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | post_tf_build() { | ||||
9 | # Create FIP for BL2, BL31, and BL33 | ||||
10 | build_fip BL31="$bl31" BL2="$bl2" BL33="$archive/tftf.bin" | ||||
11 | } | ||||
12 | |||||
13 | generate_lava_job(){ | ||||
14 | target="n1sdp" payload_type="tftf" gen_yaml_template | ||||
15 | gen_n1sdp_yaml | ||||
16 | } |