blob: d32a65a8a835fa83759fac986e7c2b7b3748f1a3 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
post_tf_build() {
url="$uboot_url" filename="uboot.bin" fetch_and_archive
url="$tfa_downloads/optee/tee.bin" filename="bl32.bin" fetch_and_archive
build_fip BL33="$archive/uboot.bin" BL32="$archive/bl32.bin"
}