blob: 89a95974f0ccc9fcf7da6645726ca62fafea82cd [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2021, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Build TF-A with tf-a-tests and TRP
post_tf_build() {
# Stash the TRP binary
archive_file "${tf_build_root}/fvp/${bin_mode}/rmm.bin"
build_fip BL33="$archive/tftf.bin" RMM="$archive/rmm.bin"
}