blob: 2aa7678122b12724422fbfc948d923dc85b904d9 [file] [log] [blame]
Manish V Badarkheea3e0942021-03-05 11:51:48 +00001#!/usr/bin/env bash
2#
Manish V Badarkhebb2cdf02022-05-18 16:23:35 +01003# Copyright (c) 2021-2022 Arm Limited. All rights reserved.
Manish V Badarkheea3e0942021-03-05 11:51:48 +00004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
9 local model="base-aemv8a"
10
11 fip_as_gpt="1" \
Manish V Badarkhebb2cdf02022-05-18 16:23:35 +010012 supports_crc32="1" \
Manish V Badarkheea3e0942021-03-05 11:51:48 +000013 model="$model" gen_model_params
14
15 model="$model" gen_fvp_yaml
16}