Manish Pandey | 3d4edb9 | 2023-10-30 15:20:14 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2023, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | pre_tf_build() { | ||||
9 | # Apply patch to run tftf at NS-EL1 exception level | ||||
10 | apply_tf_patch "unused_el2/run_tftf_at_el1" | ||||
11 | } |