]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: change 86xx SMP boot method
authorBecky Bruce <becky.bruce@freescale.com>
Mon, 3 Nov 2008 21:44:01 +0000 (15:44 -0600)
committerJon Loeliger <jdl@freescale.com>
Tue, 4 Nov 2008 16:58:50 +0000 (10:58 -0600)
commit1266df887781c779deaf6d05eea2ef90a470cb34
treee38395f12d4705cc9afc4c25030e4f837e86279a
parentb5431560682d8f318fbc49db87cfe13ab41d2ee4
powerpc: change 86xx SMP boot method

We put the bootpg for the secondary cpus into memory and use
BPTR to get to it.  This is a step towards converting to the
ePAPR boot methodology.  Also, the code is written to
deal properly with more than 4GB of RAM.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
cpu/mpc86xx/Makefile
cpu/mpc86xx/cpu_init.c
cpu/mpc86xx/fdt.c
cpu/mpc86xx/mp.c [new file with mode: 0644]
cpu/mpc86xx/mp.h [new file with mode: 0644]
cpu/mpc86xx/release.S [new file with mode: 0644]
cpu/mpc86xx/start.S
include/configs/MPC8610HPCD.h
include/configs/MPC8641HPCN.h
include/configs/sbc8641d.h