mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
8b34557c54
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>
6 lines
158 B
C
6 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 */
|