You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/portable/GCC/ARM_CM33/secure
Gaurav Aggarwal ccaa0f4d6e Pre-allocate secure-side context structures
This commit improves ARMv8-M security by pre-allocating secure-side task
context structures and changing how tasks reference a secure-side
context structure when calling a secure function. The new configuration
constant secureconfigMAX_SECURE_CONTEXTS sets the number of secure
context structures to pre-allocate. secureconfigMAX_SECURE_CONTEXTS
defaults to 8 if left undefined.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
4 years ago
..
secure_context.c Pre-allocate secure-side context structures 4 years ago
secure_context.h Pre-allocate secure-side context structures 4 years ago
secure_context_port.c Pre-allocate secure-side context structures 4 years ago
secure_heap.c Pre-allocate secure-side context structures 4 years ago
secure_heap.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
secure_init.c Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
secure_init.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago
secure_port_macros.h Normalize files with mixed line endings (introduced in commit 3a413d1) 4 years ago