blob: 4d5b58a5cb703923dcb5ee1408aad1c43f98f33b [file] [log] [blame]
Fathi Boudra422bf772019-12-02 11:10:16 +02001#!/bin/bash
2#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8pre_tf_build() {
9 # Apply fault injection patches
10 apply_tf_patch "fault_inject/injected-fault-record-and-handler.patch"
11 apply_tf_patch "fault_inject/explicit-events.patch"
12 apply_tf_patch "fault_inject/fvp-fault-handlers.patch"
13}
14
15post_tf_archive() {
16 model="base-aemv8a" fault_inject="1" arch_version="8.4" \
17 gen_model_params
18}