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>
Showing
- common/Makefile 1 addition, 0 deletionscommon/Makefile
- common/cmd_mp.c 96 additions, 0 deletionscommon/cmd_mp.c
- cpu/mpc85xx/Makefile 3 additions, 0 deletionscpu/mpc85xx/Makefile
- cpu/mpc85xx/cpu_init.c 4 additions, 0 deletionscpu/mpc85xx/cpu_init.c
- cpu/mpc85xx/fdt.c 52 additions, 0 deletionscpu/mpc85xx/fdt.c
- cpu/mpc85xx/mp.c 190 additions, 0 deletionscpu/mpc85xx/mp.c
- cpu/mpc85xx/mp.h 8 additions, 0 deletionscpu/mpc85xx/mp.h
- cpu/mpc85xx/release.S 148 additions, 0 deletionscpu/mpc85xx/release.S
- include/asm-ppc/immap_85xx.h 4 additions, 0 deletionsinclude/asm-ppc/immap_85xx.h
- include/common.h 7 additions, 0 deletionsinclude/common.h
Loading
Please register or sign in to comment