blob: 21a294a650a5930e54039eaf261e0b107cf01394 [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, TRP and Hafnium
post_tf_build() {
# Stash the TRP binary
archive_file "${tf_root}/build/fvp/${bin_mode}/rmm.bin"
build_fip BL33="$archive/tftf.bin" BL32="$archive/secure_hafnium.bin" \
RMM="$archive/rmm.bin"
}