]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx6: add support of multi-processor command
authorGabriel Huau <contact@huau-gabriel.fr>
Sat, 26 Jul 2014 18:35:43 +0000 (11:35 -0700)
committerStefano Babic <sbabic@denx.de>
Wed, 20 Aug 2014 09:52:54 +0000 (11:52 +0200)
commita76df7090882c32e9551590673fb76708346f85d
treeb23341c861c1d167fd15c7c066785898497d17bf
parent015e215bbf70214d7c3bec2eca691edb6b73b28e
mx6: add support of multi-processor command

This allows u-boot to load different OS or Bare Metal application on
different cores of the i.MX6 SoC.
For example: running Android on cpu0 and a RT OS like QNX/FreeRTOS on cpu1.

Signed-off-by: Gabriel Huau <contact@huau-gabriel.fr>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/Makefile
arch/arm/cpu/armv7/mx6/mp.c [new file with mode: 0644]
arch/arm/cpu/armv7/mx6/soc.c
arch/arm/include/asm/arch-mx6/imx-regs.h
arch/arm/include/asm/arch-mx6/sys_proto.h
common/board_f.c
include/configs/mx6_common.h