blob: 55f0bfd5956ab7301e511de2d6ace24069125dab [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
post_tf_build() {
url="$sgi_prebuilts/uefi.bin" fetch_file
archive_file "uefi.bin"
build_fip BL33="$archive/uefi.bin"
}