Leonardo Sandoval | 8571e17 | 2020-08-04 21:58:17 -0500 | [diff] [blame^] | 1 | # |
2 | # Copyright (c) 2019, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | Files in this directory sets Trusted Firmware run configurations files, which | ||||
8 | are shell scripts that define hook functions, the latter called in different | ||||
9 | phases during the build process. | ||||
10 | |||||
11 | Please run 'git grep call_hook' on the repository root folder to look for | ||||
12 | possible hooks names. |