FreeRTOS-Kernel/portable/RVDS
Gaurav-Aggarwal-AWS 76be28cdc6
Update system call entry mechanism (#898)
Earlier the System Call entry from an unprivileged task
looked like:

1. SVC for entering system call.
2. System call implementation.
3. SVC for exiting system call.

Now, the system call entry needs to make only one SVC
call and everything else is handled internally.

This PR also makes the following changes:

1. Update the Access Control List (ACL) mechanism to
    grant access to all the kernel objects before the
    scheduler is started.
2. Add one struct param for system calls with 5 parameters.
    This removes the need for special handling for system
    calls with 5 parameters.
3. Remove raise privilege SVC when MPU wrapper v2 is used.
4. Add additional run time parameter checks to MPU wrappers
    for xTaskGenericNotify and xQueueTakeMutexRecursive APIs.
2023-11-23 10:47:47 +05:30
..
ARM7_LPC21xx CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARM_CA9 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARM_CM0 Add trace hook macro for most ports (#794) 2023-09-20 16:19:42 +05:30
ARM_CM3 Add trace hook macro for most ports (#794) 2023-09-20 16:19:42 +05:30
ARM_CM4_MPU Update system call entry mechanism (#898) 2023-11-23 10:47:47 +05:30
ARM_CM4F Add trace hook macro for most ports (#794) 2023-09-20 16:19:42 +05:30
ARM_CM7 Add trace hook macro for most ports (#794) 2023-09-20 16:19:42 +05:30