blob: 0793c8f37bd38f2f02911ef20e671ac78c1883d7 [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_root}/build/fvp/${bin_mode}/rmm.bin"
build_fip BL33="$archive/tftf.bin" RMM="$archive/rmm.bin"
}