blob: 7133969caa82b5a748590fe1560227fd61b3b4f7 [file] [log] [blame]
Madhukar Pappireddy9062ebf2021-03-02 17:07:06 -06001#!/usr/bin/env bash
2#
3# Copyright (c) 2021 Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_tf_build() {
9 # Build FIP without any BL33 image (it is preloaded)
10 build_fip
11}
12
13post_fetch_tf_resource() {
14 local model="foundationv8"
15
16 kernel_addr="0x80080000" dtb_addr="0x80070000" \
17 model="$model" gen_model_params
18
19 uart="0" set_expect_variable "num_cpus" "4"
20 model="model" gen_fvp_yaml
21}
22