summaryrefslogtreecommitdiff
path: root/cpu/mpc83xx/cpu_init.c
Commit message (Expand)AuthorAgeLines
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-13-548/+0
* mpc83xx: add support configure bus parkingHeiko Schocher2010-01-07-0/+12
* mpc83xx: boot time regression, move LCRR setup back to cpu_init_fPeter Korsgaard2009-12-09-32/+29
* mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfieldsKim Phillips2009-09-26-107/+154
* usb: mpc834x: added support of the MPH USB controller in addition to the DR oneValeriy Glushkov2009-07-14-0/+2
* mpc83xx: USB: fix: access of ehci struct elementsVivek Mahajan2009-07-09-2/+2
* mpc83xx: USB: Reorganized its supportVivek Mahajan2009-06-12-1/+18
* 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]xPeter Tyser2009-06-12-1/+1
* mpc83xx: correctly set encryption and I2C bus 0 clockNorbert van Bolhuis2009-03-14-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-101/+101
* mpc83xx: Store and display Arbiter Event Register valuesNick Spence2008-09-03-1/+135
* MPC83XX: Fix GPIO configuration - set gpio level before directionNick Spence2008-09-03-2/+2
* fix system config overwrite @ MPC834x and MPC8313Andre Schwarz2008-06-25-0/+5
* Big white-space cleanup.Wolfgang Denk2008-05-21-1/+1
* mpc8323erdb: Improve the system performanceMichael Barkowski2008-03-25-0/+6
* mpc83xx: Fix the fatal conflict of mergeDave Liu2008-01-17-6/+1
* mpc83xx: add support for more system clock performance controlsKim Phillips2008-01-16-22/+51
* mpc83xx: Add config of eTSEC emergency priority in SPCRDave Liu2008-01-16-0/+5
* mpc83xx: Add the support of MPC837xEMDS boardDave Liu2008-01-08-1/+5
* mpc83xx: Add support for the display of reset statusDave Liu2007-08-10-0/+36
* Update SCCR programming in cpu_init_f() to support all 83xx processorsTimur Tabi2007-08-10-2/+12
* mpc83xx: Fix config of Arbiter, System Priority, and Clock ModeKumar Gala2007-03-02-6/+28
* mpc83xx: Add support for the MPC832XEMDS boardDave Liu2007-03-02-0/+5
* mpc83xx: streamline the 83xx immr head fileDave Liu2007-03-02-4/+4
* mpc83xx: Miscellaneous code style fixesTimur Tabi2006-11-28-5/+0
* mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-03-1/+1
* mpc83xx: add QE ethernet supportDave Liu2006-11-03-6/+34
* mpc83xx: Add support for the MPC8349E-mITXTimur Tabi2006-11-03-0/+31
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-2/+2
* Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xxKumar Gala2006-01-25-28/+21
* Allow config of GPIO direction & data registers at boot on 83xxKumar Gala2006-01-11-0/+8
* Make System IO Config Registers board configurable on MPC83xxKumar Gala2006-01-11-2/+6
* Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger2005-08-01-1/+0
* * Patch by Eran LibertyEran Liberty2005-07-28-0/+164