aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc83xx/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-334/+0
2010-02-18Bug: do_reset issued via netconsole does not reset mpc83xx cpu.Michael Zaidman1-5/+3
2009-07-0283xx: Add support for fsl_dma driverPeter Tyser1-85/+0
2009-07-018xxx: Rename dma_xfer() to dmacpy()Peter Tyser1-2/+2
2009-06-12qe: Pass in uec_info struct through uec_initializeHaiying Wang1-17/+3
2009-03-058360, kmeter1: added bootcount feature.Heiko Schocher1-0/+34
2009-02-1683xx: Add eSDHC support on 8379 EMDS boardAndy Fleming1-0/+14
2008-11-09Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren1-1/+19
2008-10-29Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang1-1/+1
2008-10-21mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig functionRichard Retanubun1-5/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-8/+8
2008-10-14mpc83xx: wait till UPM completes the write to arraySelvamuthukumar1-3/+4
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming1-13/+7
2008-07-09Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk1-0/+20
2008-07-06Add mechanisms for CPU and board-specific Ethernet initializationBen Warren1-0/+20
2008-06-25mpc83xx: move CPU_TYPE_ENTRY over to processor.hKim Phillips1-1/+0
2008-03-28mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) codeKim Phillips1-123/+43
2008-01-08mpc83xx: convert to using do_fixup_*()Kim Phillips1-426/+0
2008-01-08Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund1-1/+115
2008-01-08mpc83xx: Add the support of MPC8315E SoCDave Liu1-0/+12
2008-01-08mpc83xx: Add the support of MPC837x SoCDave Liu1-1/+23
2007-12-07Convert boards that set memory node to use fdt_fixup_memory()Kumar Gala1-16/+2
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala1-2/+2
2007-08-15mpc83xx: move common /memory node update mechanism to cpu.cKim Phillips1-8/+23
2007-08-15mpc83xx: remaining 8360 libfdt fixesKim Phillips1-20/+46
2007-08-15mpc83xx: fix UEC2->1 typo in libfdt setup codeKim Phillips1-1/+1
2007-08-10mpc83xx: fix 8360 and cpu functions to update fdt being passedKim Phillips1-18/+18
2007-08-10mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabledJerry Van Baren1-28/+46
2007-08-10mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().Jerry Van Baren1-6/+3
2007-08-10mpc83xx: Add support for 8360 silicon revision 2.1Lee Nipper1-1/+4
2007-05-17Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips1-4/+4
2007-05-01mpc83xx: replace elaborate boottime verbosity with 'clocks' commandKim Phillips1-3/+5
2007-04-23mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().Scott Wood1-4/+17
2007-04-23mpc83xx: Recognize SPR values for MPC8311 and MPC8313.Scott Wood1-0/+12
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: 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 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 Gala1-1/+1
2007-03-02mpc83xx: Add support for the MPC832XEMDS boardDave Liu1-0/+16
2006-11-28mpc83xx: Miscellaneous code style fixesTimur Tabi1-5/+0
2006-11-03mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi1-2/+2
2006-11-03mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi1-7/+7
2006-11-03mpc83xx: change ft code to modify local-mac-address propertyKim Phillips1-2/+2