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>
Showing
- board/freescale/mpc8641hpcn/mpc8641hpcn.c 1 addition, 1 deletionboard/freescale/mpc8641hpcn/mpc8641hpcn.c
- board/sbc8641d/sbc8641d.c 1 addition, 1 deletionboard/sbc8641d/sbc8641d.c
- cpu/mpc86xx/Makefile 11 additions, 14 deletionscpu/mpc86xx/Makefile
- cpu/mpc86xx/cpu_init.c 1 addition, 1 deletioncpu/mpc86xx/cpu_init.c
- cpu/mpc86xx/fdt.c 4 additions, 10 deletionscpu/mpc86xx/fdt.c
- cpu/mpc86xx/mp.c 33 additions, 18 deletionscpu/mpc86xx/mp.c
- cpu/mpc86xx/mp.h 0 additions, 7 deletionscpu/mpc86xx/mp.h
- cpu/mpc86xx/release.S 0 additions, 2 deletionscpu/mpc86xx/release.S
- include/asm-ppc/mp.h 31 additions, 0 deletionsinclude/asm-ppc/mp.h
- include/configs/MPC8641HPCN.h 1 addition, 0 deletionsinclude/configs/MPC8641HPCN.h
- include/configs/sbc8641d.h 1 addition, 0 deletionsinclude/configs/sbc8641d.h
Loading
Please register or sign in to comment