summaryrefslogtreecommitdiffstats
path: root/cpu/mpc83xx/cpu.c
Commit message (Collapse)AuthorAgeFilesLines
...
* mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-031-6/+48
| | | | | Add support for the Freescale MPC8360EMDS board. Includes DDR, DUART, Local Bus, PCI.
* mpc83xx: Add support for the MPC8349E-mITXTimur Tabi2006-11-031-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>
* mpc83xx: Changed to unified mpx83xx names and added common 83xx changesDave Liu2006-11-031-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>
* Some code cleanupWolfgang Denk2006-04-161-1/+1
|
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-3/+2
|
* Add DMA support for MPC83xx.Marian Balakowicz2006-03-141-0/+85
|
* Add sync in do_reset() routine for MPC83xx after RPR registerMarian Balakowicz2006-03-141-0/+2
| | | | | was written to. It is need on some targets when BAT translation is enabled.
* Add helper function for generic flat device tree fixups for mpc83xxKumar Gala2006-01-111-0/+38
| | | | Patch by Kumar Gala 11 Jan 2006
* Add PCI support for the TQM834x board.Rafal Jaworowski2005-10-171-1/+3
|
* Added support for TQM834x boards.Marian Balakowicz2005-10-111-1/+1
|
* Fix compiler warningsWolfgang Denk2005-08-051-8/+14
|
* * Patch by Eran LibertyEran Liberty2005-07-281-0/+145
Add support for the Freescale MPC8349ADS board.