Zelalem | e9e8148 | 2020-07-10 15:18:46 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Copyright (c) 2020, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | pre_tf_build() { | ||||
9 | # Apply a patch which disables dynamic authentication | ||||
10 | # of images during trusted board boot. | ||||
11 | apply_tf_patch "tbb_dyn_auth/disable_dyn_auth.patch" | ||||
12 | } | ||||
13 | |||||
14 | post_tf_archive() { | ||||
15 | model="base-aemv8a" gen_model_params | ||||
16 | } | ||||
17 | |||||
18 | fetch_tf_resource() { | ||||
19 | uart="0" timeout="60" file="disable_dyn_auth.exp" track_expect | ||||
20 | } |