Leonardo Sandoval | 9dfdd1b | 2020-08-06 17:08:11 -0500 | [diff] [blame] | 1 | #!/usr/bin/env bash |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 2 | # |
Rohit Mathew | 99ee157 | 2024-02-14 22:16:00 +0000 | [diff] [blame] | 3 | # Copyright (c) 2019-2024 Arm Limited and Contributors. All rights reserved. |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
| 8 | post_tf_build() { |
Rohit Mathew | 99ee157 | 2024-02-14 22:16:00 +0000 | [diff] [blame] | 9 | url="$nrd_prebuilts/uefi.bin" fetch_file |
Fathi Boudra | 422bf77 | 2019-12-02 11:10:16 +0200 | [diff] [blame] | 10 | archive_file "uefi.bin" |
| 11 | |
| 12 | build_fip BL33="$archive/uefi.bin" |
| 13 | } |