Boyan Karatotev | 512aef9 | 2025-03-27 12:04:09 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2025, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | pre_tf_build() { | ||||
9 | # skips the `wfi` in the powerdown sequence half the time. This has the | ||||
10 | # same effect as an aborted powerdown (by an eg. GIC wake request) half | ||||
11 | # the time. | ||||
12 | apply_tf_patch "pabandon/pabandon_on_half_powerdowns.patch" | ||||
13 | } |