85xx: Introduce determine_mp_bootpg() helper.
authorKumar Gala <galak@kernel.crashing.org>
Wed, 1 Apr 2009 04:11:05 +0000 (23:11 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 1 Apr 2009 20:29:49 +0000 (15:29 -0500)
commitc840d26c752141b94bbc24ac748ddd45752a955a
tree2782cd8b9721c9706495e782b363f29dc01c6453
parent7649a590b53ee548f41428bf20780f74ce9fc099
85xx: Introduce determine_mp_bootpg() helper.

Match determine_mp_bootpg() that was added for 86xx.  We 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.

Also added a comment about how cpu_reset() is dealing w/an errata on
early 85xx MP HW.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/fdt.c
cpu/mpc85xx/mp.c
cpu/mpc85xx/mp.h