blob: 22ab9c1bc1f31ba9b49dc8247c0bf38620617de5 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelaleme9e81482020-07-10 15:18:46 -05002#
Chris Kay4e8aaf12022-09-01 15:21:55 +01003# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
Zelaleme9e81482020-07-10 15:18:46 -05004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
Chris Kay4e8aaf12022-09-01 15:21:55 +01008generate_lava_job() {
9 local model="base-aemv8a"
Leonardo Sandoval1240a0a2020-10-27 11:27:11 -060010
Harrison Mutai386a98b2022-09-01 16:20:58 +010011 use_pchannel_for_threads="1" \
12 model="$model" \
13 aarch32="1" \
14 gen_model_params
15
Leonardo Sandoval00ced1f2020-12-07 12:55:08 -060016 model="$model" gen_fvp_yaml
Zelaleme9e81482020-07-10 15:18:46 -050017}