mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
1266df8877
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>
7 lines
120 B
C
7 lines
120 B
C
#ifndef __MPC86XX_MP_H_
|
|
#define __MPC86XX_MP_H_
|
|
|
|
void setup_mp(void);
|
|
void cpu_mp_lmb_reserve(struct lmb *lmb);
|
|
|
|
#endif
|