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