summaryrefslogtreecommitdiff
path: root/arch/arm/imx-common/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-01-28 08:55:04 (GMT)
committerStefano Babic <sbabic@denx.de>2016-02-21 10:46:26 (GMT)
commit6f6058bfd8aea1ab867407b423a3cbb3a4d70718 (patch)
tree2bf40b2470b9ffa412fddd0214aafe312fedac2c /arch/arm/imx-common/Kconfig
parent677656bdb51afcde5c1293d28a794d189c914bd7 (diff)
downloadu-boot-fsl-qoriq-6f6058bfd8aea1ab867407b423a3cbb3a4d70718.tar.xz
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>
Diffstat (limited to 'arch/arm/imx-common/Kconfig')
-rw-r--r--arch/arm/imx-common/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/imx-common/Kconfig b/arch/arm/imx-common/Kconfig
index c4f48bb..1b7da5a 100644
--- a/arch/arm/imx-common/Kconfig
+++ b/arch/arm/imx-common/Kconfig
@@ -11,3 +11,9 @@ config IMX_RDC
i.MX Resource domain controller is used to assign masters
and peripherals to differet domains. This can be used to
isolate resources.
+
+config IMX_BOOTAUX
+ bool "Support boot auxiliary core"
+ depends on ARCH_MX7 || ARCH_MX6
+ help
+ bootaux [addr] to boot auxiliary core.