Imre Kis | eeee964 | 2021-12-17 13:59:46 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: BSD-3-Clause */ |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 2 | /* |
Imre Kis | eeee964 | 2021-12-17 13:59:46 +0100 | [diff] [blame] | 3 | * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved. |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
Imre Kis | d0ed5c2 | 2021-12-15 17:05:47 +0100 | [diff] [blame] | 6 | #ifndef OPTEE_SP_USER_DEFINES_H |
| 7 | #define OPTEE_SP_USER_DEFINES_H |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 8 | |
Imre Kis | d0ed5c2 | 2021-12-15 17:05:47 +0100 | [diff] [blame] | 9 | #define OPTEE_SP_UUID \ |
| 10 | {0x33c75baf, 0xac6a, 0x4fe4, \ |
| 11 | {0x8a, 0xc7, 0xe9, 0x90, 0x9b, 0xee, 0x2d, 0x17}} |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 12 | |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 13 | #define OPTEE_SP_FLAGS 0 |
| 14 | |
| 15 | /* Provisioned stack size */ |
| 16 | #define OPTEE_SP_STACK_SIZE (64 * 1024) |
| 17 | |
julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 18 | #endif /* SP_HEADER_DEFINES_H */ |