mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	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>
		
			
				
	
	
		
			8 lines
		
	
	
		
			120 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 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
 |