
24 Aug
2009
24 Aug
'09
5:28 p.m.
On Aug 20, 2009, at 8:59 PM, Poonam Aggrwal wrote:
- Added a generic function fsl_pci_init_port in drivers/pci/fsl_pci.c to initialize a PCIe port.
- fsl_pci_init_port can be called from board specific pcie
initialization routine, per-port.
- This will reduce the code redundancy in the most of the Freescale
board specific PCIe inits.
- All the FSL 85xx boards can use it for PCIe initialization.
Signed-off-by: Poonam Aggrwal poonam.aggrwal@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
- applies on git.denx.de/u-boot-mpc85xx.git branch->next
- next patch following it makes use of this patch for PCIe
initialization on P1&P2 RDB drivers/pci/fsl_pci_init.c | 41 +++++++++++++++++++++++++++++++++++ ++++++ include/asm-ppc/fsl_pci.h | 26 ++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 0 deletions(-)
applied to 85xx next
- k