Leonardo Sandoval | 8571e17 | 2020-08-04 21:58:17 -0500 | [diff] [blame] | 1 | # |
Leonardo Sandoval | 579c737 | 2020-10-23 15:23:32 -0500 | [diff] [blame] | 2 | # Copyright (c) 2019-2020 Arm Limited. All rights reserved. |
Leonardo Sandoval | 8571e17 | 2020-08-04 21:58:17 -0500 | [diff] [blame] | 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. |