commit | 749c9a5b18953f2be9b0caddd6ac013f886325b0 | [log] [tgz] |
---|---|---|
author | BohdanHunko <Bohdan.Hunko@infineon.com> | Thu Feb 16 16:14:47 2023 +0200 |
committer | Ken Liu <ken.liu@arm.com> | Thu Mar 02 05:06:13 2023 +0100 |
tree | 02e5f09e2cfa9f7d5ec1bc003466b4345da9d4f2 | |
parent | 0ec795e3e9ed9b1f922d81afac06a4097db99008 [diff] |
SPRTL: remove rt_main rt_main is an unnecessary layer that can be removed. Instead partition entry point function can be called directly. This simplifies the code and enables passing a parameter to the thread using register r0. Previously passing parameter using r0 was impossible because rt_main used r0. Change-Id: I5e0d5278867d26bc79b39a8594c3d6ef0eb1e56d Signed-off-by: Bohdan Hunko <Bohdan.Hunko@infineon.com> Signed-off-by: Chris Brand <chris.brand@cypress.com>