aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc83xx
AgeCommit message (Expand)AuthorFilesLines
2008-10-21mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig functionRichard Retanubun1-5/+0
2008-10-21mpc83xx: serdes: add forgotten shifts for rfcksAnton Vorontsov1-1/+1
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-2/+2
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk1-20/+22
2008-10-18Merge 'next' branchWolfgang Denk13-283/+284
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD13-282/+282
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-1/+2
2008-10-1783xx NAND boot: wait for LTESR[CC]Lepcha Suchit1-0/+12
2008-10-14mpc83xx: wait till UPM completes the write to arraySelvamuthukumar1-3/+4
2008-09-24mpc83xx: spd_sdram: fix ddr sdram base address assignment bugAnton Vorontsov1-1/+1
2008-09-03Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2-28/+183
2008-09-03mpc83xx: clean up cache operations and unlock_ram_in_cache() functionsNick Spence1-21/+30
2008-09-03mpc83xx: Store and display Arbiter Event Register valuesNick Spence2-1/+146
2008-09-03mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence1-4/+5
2008-09-03MPC83XX: Fix GPIO configuration - set gpio level before directionNick Spence1-2/+2
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming1-13/+7
2008-08-25mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup codeIra W. Snyder1-0/+26
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala1-1/+1
2008-08-12NAND boot: MPC8313ERDB supportScott Wood2-107/+157
2008-07-148xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreqPaul Gortmaker1-1/+1
2008-07-14fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips1-0/+18
2008-07-10silence misc printf formatting compiler warningsKim Phillips2-4/+4
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-25fix system config overwrite @ MPC834x and MPC8313Andre Schwarz1-0/+5
2008-06-25mpc83xx: move CPU_TYPE_ENTRY over to processor.hKim Phillips1-1/+0
2008-06-03PPC: Create and use CONFIG_HIGH_BATSBecky Bruce1-3/+3
2008-05-21Big white-space cleanup.Wolfgang Denk3-6/+6
2008-04-25mpc83xx: remove the unused CPM's stuffDave Liu1-8/+0
2008-04-25lib_ppc: Revert "Make MPC83xx one step closer to full relocation."Kim Phillips1-7/+4
2008-04-11mpc83xx: Update DIMM data bus width test to support 40-bit widthLee Nipper1-2/+2
2008-03-28Make MPC83xx one step closer to full relocation.Joakim Tjernlund1-4/+7
2008-03-28mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) codeKim Phillips1-123/+43
2008-03-28mpc83xx: display ddr frequency in board_add_ram_info bannerKim Phillips1-4/+7
2008-03-28mpc83xx: unreinvent mem_clkKim Phillips2-13/+13
2008-03-25mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixupsAnton Vorontsov1-0/+8
2008-03-2583xx: serdes setup routinesAnton Vorontsov2-0/+146
2008-03-2583xx: split COBJS onto separate linesAnton Vorontsov4-11/+12
2008-03-25mpc8323erdb: Improve the system performanceMichael Barkowski1-0/+6
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk1-1/+1
2008-02-14ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski1-34/+0
2008-02-12QE: Move FDT support into a common fileKumar Gala1-10/+3
2008-01-17mpc83xx: Fix the fatal conflict of mergeDave Liu2-11/+6
2008-01-16mpc83xx: add support for more system clock performance controlsKim Phillips2-28/+57
2008-01-16mpc83xx: Add config of eTSEC emergency priority in SPCRDave Liu1-0/+5
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2008-01-12Fixed syntax error in function init_e300_core() of mpc83xx/start.S ifHeiko Schocher1-1/+1
2008-01-10mpc83xx: Fix the bug of 266MHz data rate DDRDave Liu1-3/+3
2008-01-10mpc83xx: add "fsl, qe" compatible fixupsAnton Vorontsov1-0/+6
2008-01-08mpc83xx: convert to using do_fixup_*()Kim Phillips4-480/+103