mardyk01 | 817d860 | 2024-01-17 16:02:49 -0600 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # Copyright (c) 2019-2024, Arm Limited. All rights reserved. |
| 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
Kathleen Capella | 0e67264 | 2024-05-13 14:40:45 -0500 | [diff] [blame^] | 8 | post_tf_build() { |
| 9 | build_fip BL33="$archive/tftf.bin" BL32="$archive/secure_hafnium.bin" |
| 10 | } |
| 11 | |
mardyk01 | 817d860 | 2024-01-17 16:02:49 -0600 | [diff] [blame] | 12 | pre_tftf_build() { |
| 13 | source $tftf_config_file |
| 14 | python3 $ci_root/script/gen_smc_fuzz_setup.py -dts $tftf_root/$SMC_FUZZ_DTS -hdf $tftf_root/smc_fuzz/include/fuzz_names.h |
| 15 | } |
| 16 | |
| 17 | generate_lava_job_template() { |
| 18 | uart="0" timeout="1200" file="tftf.exp" track_expect |
| 19 | uart="1" file="hold_uart.exp" track_expect |
| 20 | |
| 21 | payload_type="tftf" gen_yaml_template |
| 22 | } |