blob: f6215f02a30a4fad79f0a1afb4285a463fd2bb04 [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() {
get_uboot_bin
}
post_fetch_tf_resource() {
preload_bl33="1" \
preload_bl33_bin="uboot.bin" \
reset_to_bl31="1" \
model="cortex-a57x4-a53x4" gen_model_params
}