summaryrefslogtreecommitdiff
path: root/cpu/mpc83xx/cpu.c
AgeCommit message (Collapse)AuthorFilesLines
2006-11-03mpc83xx: Add MPC8360EMDS basic board supportDave Liu1-6/+48
Add support for the Freescale MPC8360EMDS board. Includes DDR, DUART, Local Bus, PCI.
2006-11-03mpc83xx: Add support for the MPC8349E-mITXTimur Tabi1-3/+78
PREREQUISITE PATCHES: * This patch can only be applied after the following patches have been applied: 1) DNX#2006090742000024 "Add support for multiple I2C buses" 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x" 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c" 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems" 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems" CHANGELOG: * Add support for the Freescale MPC8349E-mITX reference design platform. The second TSEC (Vitesse 7385 switch) is not supported at this time. Signed-off-by: Timur Tabi <timur@freescale.com>
2006-11-03mpc83xx: Changed to unified mpx83xx names and added common 83xx changesDave Liu1-4/+4
Incorporated the common unified variable names and the changes in preparation for releasing mpc8360 patches. Signed-off-by: Dave Liu <daveliu@freescale.com>
2006-04-16Some code cleanupWolfgang Denk1-1/+1
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-3/+2
2006-03-14Add DMA support for MPC83xx.Marian Balakowicz1-0/+85
2006-03-14Add sync in do_reset() routine for MPC83xx after RPR registerMarian Balakowicz1-0/+2
was written to. It is need on some targets when BAT translation is enabled.
2006-01-11Add helper function for generic flat device tree fixups for mpc83xxKumar Gala1-0/+38
Patch by Kumar Gala 11 Jan 2006
2005-10-17Add PCI support for the TQM834x board.Rafal Jaworowski1-1/+3
2005-10-11Added support for TQM834x boards.Marian Balakowicz1-1/+1
2005-08-05Fix compiler warningsWolfgang Denk1-8/+14
2005-07-28* Patch by Eran LibertyEran Liberty1-0/+145
Add support for the Freescale MPC8349ADS board.