imx: imx-common: introduce boot auxiliary core
authorPeng Fan <peng.fan@nxp.com>
Thu, 28 Jan 2016 08:55:04 +0000 (16:55 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 21 Feb 2016 10:46:26 +0000 (11:46 +0100)
commit6f6058bfd8aea1ab867407b423a3cbb3a4d70718
tree2bf40b2470b9ffa412fddd0214aafe312fedac2c
parent677656bdb51afcde5c1293d28a794d189c914bd7
imx: imx-common: introduce boot auxiliary core

To boot a auxiliary core in asymmetric multicore system, introduce the
new command "bootaux" to do it. Example of boot auxliary core from
0x70000000 where stores the boot head information that should be
parsed by auxiliary core, "bootaux 0x70000000".
Introduce Kconfig option IMX_BOOTAUX.

Signed-off-by: Ye.Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/imx-common/Kconfig
arch/arm/imx-common/Makefile
arch/arm/imx-common/imx_bootaux.c [new file with mode: 0644]