commit | 4ae00fe2a1e67c5d1ba7aba3f963de6f69b10679 | [log] [tgz] |
---|---|---|
author | David Hu <david.hu@arm.com> | Wed Jan 27 17:48:07 2021 +0800 |
committer | David Hu <david.hu@arm.com> | Fri Feb 05 03:40:49 2021 +0000 |
tree | c9cd897192b572302096756ecb0f22e9079d20ac | |
parent | 98adf32da35e93aceefa6cee199350ba27e3a5b8 [diff] |
Dualcpu: Execute dual-cpu init after RTX kernel init completes NS mailbox initialization creates semaphore. CMSIS-RTOS v2 API requires that semaphore creation API shall be called after osKernelInitialize(). Move dual-cpu init, including NS mailbox init, after osKernelInitialize() in main() in RTX implementation. Signed-off-by: David Hu <david.hu@arm.com> Change-Id: I1fc810c4bd9256555da882e9ba3a88a45d416aec