blob: 468a188d813f8a44f82c2916627d9b49bdff3f17 [file] [log] [blame]
#!/bin/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"
}