blob: 2f1a37e7d9b80a7b1afd4a034ef8439b5070d072 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
generate_lava_job() {
local model="cortex-a710x8"
# FIXME: Disabling this option fixes a kernel hang we observed on this
# model. This was suggested by the models team as a temporary fix while they
# investigate.
export no_quantum=""
uart="0" set_expect_variable "num_cpus" "8"
model="$model" cache_state_modelled="0" gen_model_params
model="$model" gen_fvp_yaml
}