blob: 4504ad4a50748d5cf36677a179470d582f51b7cc [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#!/bin/bash
2#
3# Copyright (c) 2019, 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 preload_bl33="1" \
15 preload_bl33_bin="tftf.bin" \
16 model="base-aemv8a" gen_model_params
17}