FreeRTOS-Kernel/portable/GCC/ARM_CM23/secure
Gaurav Aggarwal 66466793d5 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>
2021-08-18 16:21:55 -07:00
..
secure_context.c Pre-allocate secure-side context structures 2021-08-18 16:21:55 -07:00
secure_context.h Pre-allocate secure-side context structures 2021-08-18 16:21:55 -07:00
secure_context_port.c Pre-allocate secure-side context structures 2021-08-18 16:21:55 -07:00
secure_heap.c Pre-allocate secure-side context structures 2021-08-18 16:21:55 -07:00
secure_heap.h [AUTO][RELEASE]: Bump file header version to "10.4.3" 2020-12-14 10:13:39 -08:00
secure_init.c [AUTO][RELEASE]: Bump file header version to "10.4.3" 2020-12-14 10:13:39 -08:00
secure_init.h [AUTO][RELEASE]: Bump file header version to "10.4.3" 2020-12-14 10:13:39 -08:00
secure_port_macros.h [AUTO][RELEASE]: Bump file header version to "10.4.3" 2020-12-14 10:13:39 -08:00