summaryrefslogtreecommitdiff
path: root/cpu/mpc86xx/Makefile
Commit message (Collapse)AuthorAgeLines
* Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.Ed Swarthout2007-08-06-1/+2
| | | | | | | | | | | | | | | | | | 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>
* Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk2006-10-27-1/+1
|
* Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2006-10-19-1/+1
| | | | | | | in an effort to begin to unify the umpteen FSL I2C drivers that are all otherwise very similar. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Modified makefile for new build mechanism.Jon Loeliger2006-09-19-7/+10
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Enable PCIE1 for MPC8641HPCN boardJin Zhengxiong-R641882006-06-27-2/+2
| | | | Signed-off-by: Jason Jin <Jason.jin@freescale.com>
* Review cleanups.Jon Loeliger2006-05-31-2/+2
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-26-0/+48