blob: f48676ec76a72b408bd8b705f845196e2bb35aa2 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
pre_tf_build() {
# Apply a patch which disables dynamic authentication
# of images during trusted board boot.
apply_tf_patch "tbb_dyn_auth/disable_dyn_auth.patch"
}
post_tf_archive() {
local model="base-aemv8a"
model="$model" gen_model_params
model="$model" gen_fvp_yaml
}
fetch_tf_resource() {
uart="0" file="disable_dyn_auth_tftf.exp" track_expect
}