summaryrefslogtreecommitdiff
path: root/cpu/mpc83xx
AgeCommit message (Expand)Author
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk
2008-02-14ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski
2008-02-12QE: Move FDT support into a common fileKumar Gala
2008-01-17mpc83xx: Fix the fatal conflict of mergeDave Liu
2008-01-16mpc83xx: add support for more system clock performance controlsKim Phillips
2008-01-16mpc83xx: Add config of eTSEC emergency priority in SPCRDave Liu
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk
2008-01-12Fixed syntax error in function init_e300_core() of mpc83xx/start.S ifHeiko Schocher
2008-01-10mpc83xx: Fix the bug of 266MHz data rate DDRDave Liu
2008-01-10mpc83xx: add "fsl, qe" compatible fixupsAnton Vorontsov
2008-01-08mpc83xx: convert to using do_fixup_*()Kim Phillips
2008-01-08Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund
2008-01-08mpc83xx: Add the support of MPC837xEMDS boardDave Liu
2008-01-08mpc83xx: Add the support of MPC8315E SoCDave Liu
2008-01-08mpc83xx: Add the support of MPC837x SoCDave Liu
2007-12-07Convert boards that set memory node to use fdt_fixup_memory()Kumar Gala
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala
2007-11-15Revert "Correct fixup relocation for mpc83xx"Grant Likely
2007-08-17mpc83xx: fix typo in DDR2 programmingKim Phillips
2007-08-16mpc83xx: implement board_add_ram_infoKim Phillips
2007-08-15mpc83xx: migrate remaining freescale boards to libfdtKim Phillips
2007-08-15mpc83xx: move common /memory node update mechanism to cpu.cKim Phillips
2007-08-15mpc83xx: remaining 8360 libfdt fixesKim Phillips
2007-08-15mpc83xx: fix UEC2->1 typo in libfdt setup codeKim Phillips
2007-08-10mpc83xx: Suppress the warning 'burstlen'Dave Liu
2007-08-10mpc83xx: Consolidate the ECC support of 83xxDave Liu
2007-08-10mpc83xx: Correct the burst length for DDR2 with 32 bitsDave Liu
2007-08-10mpc83xx: fixup generic pci for libfdtKim Phillips
2007-08-10mpc83xx: fix 8360 and cpu functions to update fdt being passedKim Phillips
2007-08-10mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabledJerry Van Baren
2007-08-10mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().Jerry Van Baren
2007-08-10mpc83xx: Add support for the display of reset statusDave Liu
2007-08-10Update SCCR programming in cpu_init_f() to support all 83xx processorsTimur Tabi
2007-08-10mpc83xx: Add support for 8360 silicon revision 2.1Lee Nipper
2007-07-09cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
2007-07-04Correct fixup relocation for mpc83xxGrant Likely
2007-07-04Consolidate mpc83xx linker scriptsGrant Likely
2007-07-04cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2007-07-03Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk
2007-06-22[ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski
2007-05-17Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips
2007-05-01Fix memory initialization on MPC8349E-mITXTimur Tabi
2007-05-01mpc83xx: replace elaborate boottime verbosity with 'clocks' commandKim Phillips
2007-04-25mpc83xx: minor fixups for 8313rdb introductionKim Phillips
2007-04-23mpc83xx: Add generic PCI setup code.Scott Wood
2007-04-23mpc83xx: Add 831x support to speed.c.Scott Wood
2007-04-23mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().Scott Wood
2007-04-23mpc83xx: Recognize SPR values for MPC8311 and MPC8313.Scott Wood
2007-04-23Merge git://www.denx.de/git/u-bootKim Phillips
2007-04-15Fix the ft_cpu_setup() property settings.Gerald Van Baren