blob: b59b60dcb2c4f117abe20020c1af4d5d984f7213 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Zelaleme9e81482020-07-10 15:18:46 -05002
3post_fetch_tf_resource() {
Manish V Badarkhe89370562020-09-17 05:45:20 +01004 model="cortex-a78x4" \
Zelaleme9e81482020-07-10 15:18:46 -05005 cache_state_modelled="0" \
6 gen_model_params
7 uart="0" set_expect_variable "num_cpus" "4"
Leonardo Sandovalc4394802020-10-27 13:16:50 -06008
9 model="cortex-a78x4" \
10 model_bin="FVP_Base_Cortex-A78x4" \
11 gen_fvp_yaml
Zelaleme9e81482020-07-10 15:18:46 -050012}