TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
ci
/
tf-a-ci-scripts
/
3f3b51d35f915b98e9f1aadad3aa0e304c199c24
/
.
/
run_config
/
fvp-cortexa72x4a53x4
blob: f4fee254cf9bf5234257096830f9130a55034c4c [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
#
# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
post_fetch_tf_resource
()
{
local
model
=
"cortex-a72x4-a53x4"
model
=
"$model"
gen_model_params
model
=
"$model"
gen_fvp_yaml
}