diff options
author | Becky Bruce | 2008-11-03 15:44:01 -0600 |
---|---|---|
committer | Jon Loeliger | 2008-11-04 10:58:50 -0600 |
commit | 1266df887781c779deaf6d05eea2ef90a470cb34 (patch) | |
tree | e38395f12d4705cc9afc4c25030e4f837e86279a /cpu/mpc86xx/mp.h | |
parent | b5431560682d8f318fbc49db87cfe13ab41d2ee4 (diff) |
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>
Diffstat (limited to 'cpu/mpc86xx/mp.h')
-rw-r--r-- | cpu/mpc86xx/mp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpu/mpc86xx/mp.h b/cpu/mpc86xx/mp.h new file mode 100644 index 00000000000..886e0c839d8 --- /dev/null +++ b/cpu/mpc86xx/mp.h @@ -0,0 +1,7 @@ +#ifndef __MPC86XX_MP_H_ +#define __MPC86XX_MP_H_ + +void setup_mp(void); +void cpu_mp_lmb_reserve(struct lmb *lmb); + +#endif |