blob: 0793c8f37bd38f2f02911ef20e671ac78c1883d7 [file] [log] [blame]
Zelalem Aweke773e19b2021-08-20 17:41:00 -05001#!/usr/bin/env bash
2#
3# Copyright (c) 2021, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8# Build TF-A with tf-a-tests and TRP
9post_tf_build() {
10 # Stash the TRP binary
11 archive_file "${tf_root}/build/fvp/${bin_mode}/rmm.bin"
12
13 build_fip BL33="$archive/tftf.bin" RMM="$archive/rmm.bin"
14}