summaryrefslogtreecommitdiffstats
path: root/cpu/mpc83xx
Commit message (Expand)AuthorAgeFilesLines
* silence misc printf formatting compiler warningsKim Phillips2008-07-102-4/+4
* Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk2008-07-091-0/+20
|\
| * Add mechanisms for CPU and board-specific Ethernet initializationBen Warren2008-07-061-0/+20
* | fix system config overwrite @ MPC834x and MPC8313Andre Schwarz2008-06-251-0/+5
* | mpc83xx: move CPU_TYPE_ENTRY over to processor.hKim Phillips2008-06-251-1/+0
|/
* PPC: Create and use CONFIG_HIGH_BATSBecky Bruce2008-06-031-3/+3
* Big white-space cleanup.Wolfgang Denk2008-05-213-6/+6
* mpc83xx: remove the unused CPM's stuffDave Liu2008-04-251-8/+0
* lib_ppc: Revert "Make MPC83xx one step closer to full relocation."Kim Phillips2008-04-251-7/+4
* mpc83xx: Update DIMM data bus width test to support 40-bit widthLee Nipper2008-04-111-2/+2
* Make MPC83xx one step closer to full relocation.Joakim Tjernlund2008-03-281-4/+7
* mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) codeKim Phillips2008-03-281-123/+43
* mpc83xx: display ddr frequency in board_add_ram_info bannerKim Phillips2008-03-281-4/+7
* mpc83xx: unreinvent mem_clkKim Phillips2008-03-282-13/+13
* mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixupsAnton Vorontsov2008-03-251-0/+8
* 83xx: serdes setup routinesAnton Vorontsov2008-03-252-0/+146
* 83xx: split COBJS onto separate linesAnton Vorontsov2008-03-254-11/+12
* mpc8323erdb: Improve the system performanceMichael Barkowski2008-03-251-0/+6
* PPC: Use r2 instead of r29 as global data pointerWolfgang Denk2008-02-141-1/+1
* ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski2008-02-141-34/+0
* QE: Move FDT support into a common fileKumar Gala2008-02-121-10/+3
* mpc83xx: Fix the fatal conflict of mergeDave Liu2008-01-172-11/+6
* mpc83xx: add support for more system clock performance controlsKim Phillips2008-01-162-28/+57
* mpc83xx: Add config of eTSEC emergency priority in SPCRDave Liu2008-01-161-0/+5
* Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk2008-01-121-1/+1
* Fixed syntax error in function init_e300_core() of mpc83xx/start.S ifHeiko Schocher2008-01-121-1/+1
* mpc83xx: Fix the bug of 266MHz data rate DDRDave Liu2008-01-101-3/+3
* mpc83xx: add "fsl, qe" compatible fixupsAnton Vorontsov2008-01-101-0/+6
* mpc83xx: convert to using do_fixup_*()Kim Phillips2008-01-084-480/+103
* Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund2008-01-081-1/+115
* mpc83xx: Add the support of MPC837xEMDS boardDave Liu2008-01-082-3/+10
* mpc83xx: Add the support of MPC8315E SoCDave Liu2008-01-082-3/+49
* mpc83xx: Add the support of MPC837x SoCDave Liu2008-01-082-30/+161
* Convert boards that set memory node to use fdt_fixup_memory()Kumar Gala2007-12-071-16/+2
* Update libfdt from device tree compiler (dtc)Kumar Gala2007-11-212-4/+4
* Revert "Correct fixup relocation for mpc83xx"Grant Likely2007-11-152-1/+2
* mpc83xx: fix typo in DDR2 programmingKim Phillips2007-08-171-1/+1
* mpc83xx: implement board_add_ram_infoKim Phillips2007-08-161-15/+39
* mpc83xx: migrate remaining freescale boards to libfdtKim Phillips2007-08-151-3/+12
* mpc83xx: move common /memory node update mechanism to cpu.cKim Phillips2007-08-151-8/+23
* mpc83xx: remaining 8360 libfdt fixesKim Phillips2007-08-152-20/+47
* mpc83xx: fix UEC2->1 typo in libfdt setup codeKim Phillips2007-08-151-1/+1
* mpc83xx: Suppress the warning 'burstlen'Dave Liu2007-08-101-1/+1
* mpc83xx: Consolidate the ECC support of 83xxDave Liu2007-08-102-1/+391
* mpc83xx: Correct the burst length for DDR2 with 32 bitsDave Liu2007-08-101-3/+10
* mpc83xx: fixup generic pci for libfdtKim Phillips2007-08-101-1/+35
* mpc83xx: fix 8360 and cpu functions to update fdt being passedKim Phillips2007-08-101-18/+18
* mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabledJerry Van Baren2007-08-101-28/+46
* mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().Jerry Van Baren2007-08-101-6/+3
* mpc83xx: Add support for the display of reset statusDave Liu2007-08-101-0/+36
OpenPOWER on IntegriCloud