commit | fb3a3b7f16bddd31352fed61e7e5842c9ca5e28c | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Thu Jan 28 16:55:05 2016 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Sun Feb 21 11:46:26 2016 +0100 |
tree | 5c01f1fd328d90cde10ca606a192a4c1958deada | |
parent | fcabb6d648ec04a3d3c6bd08dc191915aab70bae [diff] |
imx: mx6: implement functions to boot auxiliary core Implement arch_auxiliary_core_up and arch_auxiliary_core_check_up. arch_auxiliary_core_check_up is used to check whether M4 is running or not. arch_auxiliary_core_up is to boot M4 core, the m4 core will use the pc and stack which is set in arch_auxiliary_core_up to set R15 and R13 register and boot. Signed-off-by: Ye.Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>