aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc83xx
AgeCommit message (Expand)AuthorFilesLines
2007-04-15Fix the ft_cpu_setup() property settings.Gerald Van Baren1-54/+135
2007-04-06Moved fdt command support code to fdt_support.cGerald Van Baren1-0/+1
2007-03-31Fix some minor whitespace violations.Gerald Van Baren1-2/+2
2007-03-31Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren1-1/+101
2007-03-02mpc83xx: Fix config of Arbiter, System Priority, and Clock ModeKumar Gala1-6/+28
2007-03-02mpc83xx: update [local-]mac-address properties on UEC based devicesKim Phillips1-0/+40
2007-03-02mpc83xx: write MAC address to mac-address and local-mac-addressTimur Tabi1-0/+8
2007-03-02mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xxXie Xiaobo1-61/+323
2007-03-02mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDSXie Xiaobo1-0/+2
2007-03-02mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDSXie Xiaobo1-3/+14
2007-03-02mpc83xx: don't hang if watchdog configured on 8360, 832xKim Phillips1-4/+0
2007-03-02mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dtKim Phillips1-0/+2
2007-03-02mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X insteadKumar Gala2-5/+5
2007-03-02mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker1-0/+4
2007-03-02mpc83xx: Put the version (and magic) after the HRCW.Jerry Van Baren1-12/+16
2007-03-02mpc83xx: Add support for the MPC832XEMDS boardDave Liu3-16/+44
2007-03-02mpc83xx: streamline the 83xx immr head fileDave Liu3-12/+12
2006-11-30Code cleanup.Wolfgang Denk1-10/+10
2006-11-28mpc83xx: Miscellaneous code style fixesTimur Tabi6-87/+32
2006-11-03mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi3-426/+3
2006-11-03mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi7-21/+21
2006-11-03mpc83xx: Lindent and clean up cpu/mpc83xx/speed.cKim Phillips1-79/+82
2006-11-03mpc83xx: Fix the incorrect dcbz operationDave Liu2-34/+30
2006-11-03mpc83xx: change ft code to modify local-mac-address propertyKim Phillips1-2/+2
2006-11-03mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and M...Timur Tabi1-84/+130
2006-11-03mpc83xx: add QE ethernet supportDave Liu3-7/+120
2006-11-03mpc83xx: Add MPC8360EMDS basic board supportDave Liu3-258/+309
2006-11-03mpc83xx: Add support for the MPC8349E-mITXTimur Tabi3-3/+130
2006-11-03Multi-bus I2C implementation of MPC834xBen Warren1-24/+144
2006-11-03mpc83xx: Add support for Errata DDR6 on MPC 834x systemsTimur Tabi1-1/+42
2006-11-03mpc83xx: Add support for variable flash memory sizes on 83xx systemsTimur Tabi1-8/+21
2006-11-03mpc83xx: Changed to unified mpx83xx names and added common 83xx changesDave Liu4-131/+204
2006-11-03mpc83xx: Removed unused file resetvec.S for mpc83xx cpuTanya Jiang2-7/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-10-09Coding style cleanupWolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-16/+14
2006-04-20Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port:Kumar Gala1-1/+1
2006-04-16Some code cleanupWolfgang Denk2-3/+3
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk5-12/+10
2006-03-16Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski1-12/+49
2006-03-14Add support for ECC DDR initialization on MPC83xx.Marian Balakowicz1-22/+108
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
2006-03-14Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.Marian Balakowicz1-0/+34
2006-03-14Correct shift offsets in icache_status and dcache_status for MPC83xx.Marian Balakowicz1-2/+2
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xxWolfgang Denk3-209/+349
2006-02-10Enable address translation on MPC83xxKumar Gala1-179/+298
2006-01-25Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xxKumar Gala1-28/+21
2006-01-11Add helper function for generic flat device tree fixups for mpc83xxKumar Gala1-0/+38
2006-01-11Only disable the MPC83xx watchdog if its enabled out of reset.Kumar Gala1-0/+6