Ken Liu | 5885250 | 2021-08-10 15:48:23 +0800 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2021, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | * | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef __SECURITY_DEFS_H__ | ||||
9 | #define __SECURITY_DEFS_H__ | ||||
10 | |||||
11 | /* Generic security-related definitions */ | ||||
12 | |||||
13 | /* | ||||
14 | * Stack SEAL is involved since Security Extension exists, it becomes | ||||
15 | * a generic security defs used by both SPM and Partitions. | ||||
16 | */ | ||||
17 | #define STACK_SEAL_PATTERN 0xFEF5EDA5 | ||||
18 | |||||
19 | #endif /* __SECURITY_DEFS_H__ */ |