blob: 89a95974f0ccc9fcf7da6645726ca62fafea82cd [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
Boyan Karatotev97de8d82025-03-06 15:22:21 +000011 archive_file "${tf_build_root}/fvp/${bin_mode}/rmm.bin"
Zelalem Aweke773e19b2021-08-20 17:41:00 -050012
13 build_fip BL33="$archive/tftf.bin" RMM="$archive/rmm.bin"
14}