#!/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" | |
} |