diff options
author | Ed Swarthout <Ed.Swarthout@freescale.com> | 2007-08-02 14:09:49 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-06 00:22:24 +0200 |
commit | 63cec5814fab5d2b1c86982327433807a5ac0249 (patch) | |
tree | 1d43499cf7d035104b41f41b8d5e19229597ec19 /drivers/Makefile | |
parent | 63e22764d2f8653f68888c667eb65b3996b52680 (diff) | |
download | u-boot-imx-63cec5814fab5d2b1c86982327433807a5ac0249.zip u-boot-imx-63cec5814fab5d2b1c86982327433807a5ac0249.tar.gz u-boot-imx-63cec5814fab5d2b1c86982327433807a5ac0249.tar.bz2 |
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>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 48fd4ea..fa2e86f 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -52,7 +52,7 @@ COBJS = 3c589.o 5701rls.o ali512x.o ata_piix.o atmel_usart.o \ ks8695eth.o \ pxa_pcmcia.o mpc8xx_pcmcia.o tqm8xx_pcmcia.o \ rpx_pcmcia.o \ - fsl_i2c.o + fsl_i2c.o fsl_pci_init.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |