]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
86xx: Cleanup MP support
authorKumar Gala <galak@kernel.crashing.org>
Wed, 1 Apr 2009 04:02:38 +0000 (23:02 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 1 Apr 2009 20:29:44 +0000 (15:29 -0500)
commit7649a590b53ee548f41428bf20780f74ce9fc099
tree760d4e61535a9e5382dbe81cc6b0feddace4cd7f
parentf6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
86xx: Cleanup MP support

* Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
* Introduce determine_mp_bootpg() helper.  We'll need this to address a
  bug introduced in v2009.03 with 86xx MP booting.  We have to make sure
  to reserve the region of memory used for the MP bootpg() so other
  u-boot code doesn't use it.
* Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
  allow cmd_mp.c to build and work. In the future we should look at
  implementing all these functions. This could be common w/85xx if we
  use spin tables on 86xx.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/mpc8641hpcn/mpc8641hpcn.c
board/sbc8641d/sbc8641d.c
cpu/mpc86xx/Makefile
cpu/mpc86xx/cpu_init.c
cpu/mpc86xx/fdt.c
cpu/mpc86xx/mp.c
cpu/mpc86xx/mp.h [deleted file]
cpu/mpc86xx/release.S
include/asm-ppc/mp.h [new file with mode: 0644]
include/configs/MPC8641HPCN.h
include/configs/sbc8641d.h