mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 16:31:25 +01:00 
			
		
		
		
	MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card provides two PCI-E (x2) ports. Though, only one port can be used in x2 mode. Two ports can function simultaneously in x1 mode. PCI-E x1/x2 modes can be switched via "pex_x2" environment variable. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			158 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			158 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __BOARD_MPC837XEMDS_PCI_H
 | |
| #define __BOARD_MPC837XEMDS_PCI_H
 | |
| 
 | |
| extern void ft_pcie_fixup(void *blob, bd_t *bd);
 | |
| 
 | |
| #endif /* __BOARD_MPC837XEMDS_PCI_H */
 |