#!/usr/bin/env bash | |
# | |
# Copyright (c) 2023, Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
generate_lava_job() { | |
local model="base-aemv8a" | |
uart="0" timeout="60" file="pmf-tfa-boot.exp" track_expect | |
uart="1" timeout="60" file="pmf-tfa-bl31-boot-exit.exp" track_expect | |
model="$model" gen_model_params | |
model="$model" gen_fvp_yaml | |
} |