Harrison Mutai | a197d5d | 2022-09-15 13:45:21 +0100 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2022 Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | post_tf_build(){ | ||||
9 | url="$uefi_url" filename="uefi.bin" fetch_and_archive | ||||
10 | |||||
11 | build_fip BL33="$archive/uefi.bin" | ||||
12 | } | ||||
13 | |||||
14 | post_tf_archive(){ | ||||
15 | image="qemu_bios.bin" bl1_path="$archive/bl1.bin" \ | ||||
16 | fip_path="$archive/fip.bin" gen_qemu_image | ||||
17 | } |