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