u-boot/cpu/mpc86xx
Kumar Gala 7649a590b5 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>
2009-04-01 15:29:44 -05:00
..
Makefile 86xx: Cleanup MP support 2009-04-01 15:29:44 -05:00
cache.S rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
config.mk PPC: Use r2 instead of r29 as global data pointer 2008-02-14 22:43:22 +01:00
cpu.c 86xx: Update CPU info output on bootup 2009-02-16 18:05:57 -06:00
cpu_init.c 86xx: Cleanup MP support 2009-04-01 15:29:44 -05:00
ddr-8641.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
fdt.c 86xx: Cleanup MP support 2009-04-01 15:29:44 -05:00
interrupts.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mp.c 86xx: Cleanup MP support 2009-04-01 15:29:44 -05:00
release.S 86xx: Cleanup MP support 2009-04-01 15:29:44 -05:00
speed.c mpc8[56]xx: Put localbus clock in sysinfo and gd 2008-12-19 18:32:49 -06:00
start.S Coding style cleanup, update CHANGELOG. 2008-12-16 01:02:17 +01:00
traps.c Fix some more print() format errors. 2008-07-11 01:16:00 +02:00