]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
authorEd Swarthout <Ed.Swarthout@freescale.com>
Thu, 2 Aug 2007 19:09:49 +0000 (14:09 -0500)
committerWolfgang Denk <wd@denx.de>
Sun, 5 Aug 2007 22:22:24 +0000 (00:22 +0200)
commit63cec5814fab5d2b1c86982327433807a5ac0249
tree1d43499cf7d035104b41f41b8d5e19229597ec19
parent63e22764d2f8653f68888c667eb65b3996b52680
Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.

All of the PCI/PCI-Express driver and initialization code that
was in the MPC8641HPCN port has now been moved into the common
drivers/fsl_pci_init.c.  In a subsequent patch, this will be
utilized by the 85xx ports as well.

Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.

Also enable the second PCI-Express controller on 8641
by getting its BATS and CFG_ setup right.

Fixed a u16 vendor compiler warning in AHCI driver too.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
board/mpc8641hpcn/mpc8641hpcn.c
board/mpc8641hpcn/u-boot.lds
cpu/mpc86xx/Makefile
cpu/mpc86xx/pci.c [deleted file]
cpu/mpc86xx/pcie_indirect.c [deleted file]
drivers/Makefile
drivers/ahci.c
drivers/fsl_pci_init.c [new file with mode: 0644]
include/asm-ppc/immap_fsl_pci.h [new file with mode: 0644]
include/configs/MPC8641HPCN.h
include/pci.h