blob: 59ff66c1b54aaf3fdf3ffea8589e22a90596fa4c [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() {
# Fetch and archive the OP-TEE header binary as 'bl32.bin'
url="${optee_path}/tee-header_v2.bin" filename="bl32.bin" \
fetch_and_archive
# Fetch and archive the OP-TEE pager binary as 'bl32_extra1.bin'
url="${optee_path}/tee-pager_v2.bin" filename="bl32_extra1.bin" \
fetch_and_archive
}