blob: 42adc22fd98d4780b418e296837706adc7133276 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2019-2020 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
post_tf_build() {
url="${scp_bl2_url}" filename="scp_bl2.bin" fetch_and_archive
url="${uboot_bl33_url}" filename="uboot.bin" fetch_and_archive
build_fip BL33="$archive/uboot.bin" SCP_BL2="$archive/scp_bl2.bin"
}
post_fetch_tf_resource() {
gen_recovery_image "$archive/bl1.bin" "$archive/fip.bin"
payload_type="linux_reboot" gen_juno_yaml
}