]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: Added support for multicore boot mechanism
authorKumar Gala <galak@kernel.crashing.org>
Thu, 17 Jan 2008 22:48:33 +0000 (16:48 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Wed, 26 Mar 2008 16:43:03 +0000 (11:43 -0500)
commitec2b74ffd36f02c6123725e7c2533dd2deaf4b64
tree0eddb24adce38d018c7d03a6ffa462dd6ddb77e7
parentf69766e4b5d47ecd3aa58677a8da875694f364f2
85xx: Added support for multicore boot mechanism

Added the cpu command that provides a generic mechanism to get status,
reset, and release secondary cores in multicore processors.

Added support for using the ePAPR defined spin-table mechanism on 85xx.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
common/Makefile
common/cmd_mp.c [new file with mode: 0644]
cpu/mpc85xx/Makefile
cpu/mpc85xx/cpu_init.c
cpu/mpc85xx/fdt.c
cpu/mpc85xx/mp.c [new file with mode: 0644]
cpu/mpc85xx/mp.h [new file with mode: 0644]
cpu/mpc85xx/release.S [new file with mode: 0644]
include/asm-ppc/immap_85xx.h
include/common.h