blob: 34d6ca5506303b338ba881763c5553f1f2895599 [file] [log] [blame]
Boyan Karatotev512aef92025-03-27 12:04:09 +00001#!/usr/bin/env bash
2#
3# Copyright (c) 2025, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8pre_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}