blob: feda3f308a0f2679b34297924422be98397ad510 [file] [log] [blame]
Zelaleme9e81482020-07-10 15:18:46 -05001#!/bin/bash
2#
3# Copyright (c) 2020, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8pre_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
14post_tf_archive() {
15 model="base-aemv8a" gen_model_params
16}
17
18fetch_tf_resource() {
19 uart="0" timeout="60" file="disable_dyn_auth.exp" track_expect
20}